From d8f3046391aabee5e1da8a3bcba42538016adc7c Mon Sep 17 00:00:00 2001 From: Andrei KISARI Date: Mon, 16 Sep 2024 12:47:03 +0300 Subject: [PATCH] Improve bddisasm and bdshemu test scripts. --- bddisasm_test/README.md | 12 - bddisasm_test/conf-x86.json | 709 + bddisasm_test/test_all.py | 141 - bddisasm_test/x86/apx/apx1_64.result | 10800 ++-- bddisasm_test/x86/apx/apx1_64.test | Bin 32309 -> 32097 bytes bddisasm_test/x86/apx/apx2_64.result | 24 +- bddisasm_test/x86/apx/apx2_64.test | 2 +- bddisasm_test/x86/apx/evex_bad_64_skip.asm | 6 +- bddisasm_test/x86/apx/evex_bad_64_skip.result | 1 + bddisasm_test/x86/apx/evex_bad_64_skip.test | Bin 112 -> 128 bytes bddisasm_test/x86/avx10/avx101_64.asm | 7 + bddisasm_test/x86/avx10/avx101_64.result | 38 + bddisasm_test/x86/avx10/avx101_64.test | 1 + bddisasm_test/x86/avx10/avx102_64.result | 30981 ++++++++++++ bddisasm_test/x86/avx10/avx102_64.test | 1 + bddisasm_test/x86/basic/snp_64.asm | 11 +- bddisasm_test/x86/basic/snp_64.result | 20 + bddisasm_test/x86/basic/snp_64.test | 2 +- bddisasm_test/x86/basic/stack_16.result | 3 + bddisasm_test/x86/basic/stack_32.result | 3 + bddisasm_test/x86/basic/stack_64.result | 3 + .../x86/special/invalid_evex_64_skip.asm | 14 +- .../x86/special/invalid_evex_64_skip.result | 4 + .../x86/special/invalid_evex_64_skip.test | Bin 352 -> 416 bytes bdshemu_test/README.md | 11 - bdshemu_test/conf-x86.json | 709 + bdshemu_test/test_all.py | 179 - bdshemu_test/x86/basic/test_32_callf1.asm | 4 + bdshemu_test/x86/basic/test_32_callf1.result | 12 + bdshemu_test/x86/basic/test_32_callf1.test | Bin 0 -> 7 bytes bdshemu_test/x86/basic/test_32_callf2.asm | 18 + bdshemu_test/x86/basic/test_32_callf2.result | 67 + bdshemu_test/x86/basic/test_32_callf2.test | Bin 0 -> 34 bytes bdshemu_test/x86/basic/test_32_iret.asm | 9 + bdshemu_test/x86/basic/test_32_iret.result | 58 + bdshemu_test/x86/basic/test_32_iret.test | Bin 0 -> 14 bytes bdshemu_test/x86/basic/test_32_jmpf1.asm | 4 + bdshemu_test/x86/basic/test_32_jmpf1.result | 12 + bdshemu_test/x86/basic/test_32_jmpf1.test | Bin 0 -> 7 bytes bdshemu_test/x86/basic/test_32_jmpf2.asm | 18 + bdshemu_test/x86/basic/test_32_jmpf2.result | 67 + bdshemu_test/x86/basic/test_32_jmpf2.test | Bin 0 -> 34 bytes bdshemu_test/x86/basic/test_32_loadrip01.asm | 7 + .../x86/basic/test_32_loadrip01.result | 23 + bdshemu_test/x86/basic/test_32_loadrip01.test | Bin 0 -> 7 bytes bdshemu_test/x86/basic/test_32_loadrip02.asm | 15 + .../x86/basic/test_32_loadrip02.result | 34 + bdshemu_test/x86/basic/test_32_loadrip02.test | Bin 0 -> 21 bytes bdshemu_test/x86/basic/test_32_loadseg01.asm | 12 + .../x86/basic/test_32_loadseg01.result | 75 + bdshemu_test/x86/basic/test_32_loadseg01.test | 1 + bdshemu_test/x86/basic/test_32_loadseg02.asm | 12 + .../x86/basic/test_32_loadseg02.result | 55 + bdshemu_test/x86/basic/test_32_loadseg02.test | Bin 0 -> 15 bytes bdshemu_test/x86/basic/test_32_loadseg03.asm | 7 + .../x86/basic/test_32_loadseg03.result | 23 + bdshemu_test/x86/basic/test_32_loadseg03.test | Bin 0 -> 4 bytes bdshemu_test/x86/basic/test_32_neg.asm | 9 + bdshemu_test/x86/basic/test_32_neg.result | 71 + bdshemu_test/x86/basic/test_32_neg.test | Bin 0 -> 16 bytes bdshemu_test/x86/basic/test_32_retf.asm | 8 + bdshemu_test/x86/basic/test_32_retf.result | 47 + bdshemu_test/x86/basic/test_32_retf.test | Bin 0 -> 13 bytes .../x86/basic/test_32_stack_pivot1.asm | 6 + .../x86/basic/test_32_stack_pivot1.result | 31 + .../x86/basic/test_32_stack_pivot1.test | 1 + .../x86/basic/test_32_stack_pivot2.asm | 7 + .../x86/basic/test_32_stack_pivot2.result | 31 + .../x86/basic/test_32_stack_pivot2.test | 1 + .../x86/basic/test_32_stack_pivot3.asm | 17 + .../x86/basic/test_32_stack_pivot3.result | 84 + .../x86/basic/test_32_stack_pivot3.test | Bin 0 -> 280 bytes .../x86/basic/test_32_stack_pivot4.asm | 16 + .../x86/basic/test_32_stack_pivot4.result | 75 + .../x86/basic/test_32_stack_pivot4.test | Bin 0 -> 276 bytes bdshemu_test/x86/basic/test_32_str01.asm | 6 + bdshemu_test/x86/basic/test_32_str01.result | 33 + bdshemu_test/x86/basic/test_32_str01.test | 1 + bdshemu_test/x86/basic/test_32_str02.asm | 7 + bdshemu_test/x86/basic/test_32_str02.result | 44 + bdshemu_test/x86/basic/test_32_str02.test | 1 + bdshemu_test/x86/basic/test_32_str03.asm | 8 + bdshemu_test/x86/basic/test_32_str03.result | 54 + bdshemu_test/x86/basic/test_32_str03.test | Bin 0 -> 13 bytes bdshemu_test/x86/basic/test_32_str04.asm | 13 + bdshemu_test/x86/basic/test_32_str04.result | 120 + bdshemu_test/x86/basic/test_32_str04.test | 1 + bdshemu_test/x86/basic/test_32_str05.asm | 8 + bdshemu_test/x86/basic/test_32_str05.result | 55 + bdshemu_test/x86/basic/test_32_str05.test | 1 + bdshemu_test/x86/basic/test_32_sud01.asm | 6 + bdshemu_test/x86/basic/test_32_sud01.result | 21 + bdshemu_test/x86/basic/test_32_sud01.test | Bin 0 -> 8 bytes bdshemu_test/x86/basic/test_32_sud02.asm | 6 + bdshemu_test/x86/basic/test_32_sud02.result | 22 + bdshemu_test/x86/basic/test_32_sud02.test | Bin 0 -> 12 bytes bdshemu_test/x86/basic/test_32_sys01.asm | 4 + bdshemu_test/x86/basic/test_32_sys01.result | 12 + bdshemu_test/x86/basic/test_32_sys01.test | 1 + bdshemu_test/x86/basic/test_64_adc01.asm | 28 + bdshemu_test/x86/basic/test_64_adc01.result | 161 + bdshemu_test/x86/basic/test_64_adc01.test | 1 + bdshemu_test/x86/basic/test_64_basic01.asm | 6 + bdshemu_test/x86/basic/test_64_basic01.result | 21 + bdshemu_test/x86/basic/test_64_basic01.test | Bin 0 -> 13 bytes bdshemu_test/x86/basic/test_64_basic02.asm | 9 + bdshemu_test/x86/basic/test_64_basic02.result | 32 + bdshemu_test/x86/basic/test_64_basic02.test | Bin 0 -> 14 bytes bdshemu_test/x86/basic/test_64_basic03.asm | 8 + bdshemu_test/x86/basic/test_64_basic03.result | 32 + bdshemu_test/x86/basic/test_64_basic03.test | Bin 0 -> 20 bytes bdshemu_test/x86/basic/test_64_basic04.asm | 8 + bdshemu_test/x86/basic/test_64_basic04.result | 301 + bdshemu_test/x86/basic/test_64_basic04.test | 1 + bdshemu_test/x86/basic/test_64_basic05.asm | 8 + bdshemu_test/x86/basic/test_64_basic05.result | 31 + bdshemu_test/x86/basic/test_64_basic05.test | 1 + bdshemu_test/x86/basic/test_64_basic06.asm | 12 + bdshemu_test/x86/basic/test_64_basic06.result | 22 + bdshemu_test/x86/basic/test_64_basic06.test | 1 + bdshemu_test/x86/basic/test_64_basic07.asm | 4 + bdshemu_test/x86/basic/test_64_basic07.result | 11 + bdshemu_test/x86/basic/test_64_basic07.test | 1 + bdshemu_test/x86/basic/test_64_basic08.asm | 6 + bdshemu_test/x86/basic/test_64_basic08.result | 21 + bdshemu_test/x86/basic/test_64_basic08.test | 1 + bdshemu_test/x86/basic/test_64_basic09.asm | 6 + bdshemu_test/x86/basic/test_64_basic09.result | 21 + bdshemu_test/x86/basic/test_64_basic09.test | 1 + bdshemu_test/x86/basic/test_64_bitscan01.asm | 80 + .../x86/basic/test_64_bitscan01.result | 551 + bdshemu_test/x86/basic/test_64_bitscan01.test | Bin 0 -> 187 bytes bdshemu_test/x86/basic/test_64_branch1.asm | 10 + bdshemu_test/x86/basic/test_64_branch1.result | 42 + bdshemu_test/x86/basic/test_64_branch1.test | Bin 0 -> 21 bytes bdshemu_test/x86/basic/test_64_branch2.asm | 10 + bdshemu_test/x86/basic/test_64_branch2.result | 63 + bdshemu_test/x86/basic/test_64_branch2.test | Bin 0 -> 21 bytes bdshemu_test/x86/basic/test_64_branch3.asm | 9 + bdshemu_test/x86/basic/test_64_branch3.result | 32 + bdshemu_test/x86/basic/test_64_branch3.test | Bin 0 -> 15 bytes bdshemu_test/x86/basic/test_64_branch4.asm | 9 + bdshemu_test/x86/basic/test_64_branch4.result | 53 + bdshemu_test/x86/basic/test_64_branch4.test | Bin 0 -> 15 bytes .../x86/basic/test_64_branch_boundary01.asm | 8 + .../basic/test_64_branch_boundary01.result | 54 + .../x86/basic/test_64_branch_boundary01.test | 1 + .../x86/basic/test_64_branch_boundary02.asm | 12 + .../basic/test_64_branch_boundary02.result | 123 + .../x86/basic/test_64_branch_boundary02.test | 1 + bdshemu_test/x86/basic/test_64_bswap01.asm | 21 + bdshemu_test/x86/basic/test_64_bswap01.result | 101 + bdshemu_test/x86/basic/test_64_bswap01.test | 1 + bdshemu_test/x86/basic/test_64_cmov.asm | 14 + bdshemu_test/x86/basic/test_64_cmov.result | 51 + bdshemu_test/x86/basic/test_64_cmov.test | 1 + bdshemu_test/x86/basic/test_64_cmpxchg01.asm | 26 + .../x86/basic/test_64_cmpxchg01.result | 161 + bdshemu_test/x86/basic/test_64_cmpxchg01.test | Bin 0 -> 58 bytes bdshemu_test/x86/basic/test_64_div.asm | 6 + bdshemu_test/x86/basic/test_64_div.result | 31 + bdshemu_test/x86/basic/test_64_div.test | 1 + bdshemu_test/x86/basic/test_64_div2.asm | 6 + bdshemu_test/x86/basic/test_64_div2.result | 31 + bdshemu_test/x86/basic/test_64_div2.test | Bin 0 -> 10 bytes bdshemu_test/x86/basic/test_64_eicar.asm | 10 + bdshemu_test/x86/basic/test_64_eicar.result | 12 + bdshemu_test/x86/basic/test_64_eicar.test | Bin 0 -> 109 bytes bdshemu_test/x86/basic/test_64_flags.asm | 41 + bdshemu_test/x86/basic/test_64_flags.result | 292 + bdshemu_test/x86/basic/test_64_flags.test | Bin 0 -> 92 bytes bdshemu_test/x86/basic/test_64_flags2.asm | 30 + bdshemu_test/x86/basic/test_64_flags2.result | 252 + bdshemu_test/x86/basic/test_64_flags2.test | Bin 0 -> 131 bytes bdshemu_test/x86/basic/test_64_flags3.asm | 74 + bdshemu_test/x86/basic/test_64_flags3.result | 592 + bdshemu_test/x86/basic/test_64_flags3.test | Bin 0 -> 183 bytes bdshemu_test/x86/basic/test_64_imul01.asm | 23 + bdshemu_test/x86/basic/test_64_imul01.result | 121 + bdshemu_test/x86/basic/test_64_imul01.test | Bin 0 -> 40 bytes bdshemu_test/x86/basic/test_64_imul02.asm | 31 + bdshemu_test/x86/basic/test_64_imul02.result | 171 + bdshemu_test/x86/basic/test_64_imul02.test | Bin 0 -> 83 bytes bdshemu_test/x86/basic/test_64_incdec.asm | 13 + bdshemu_test/x86/basic/test_64_incdec.result | 102 + bdshemu_test/x86/basic/test_64_incdec.test | 1 + bdshemu_test/x86/basic/test_64_loadrip01.asm | 7 + .../x86/basic/test_64_loadrip01.result | 35 + bdshemu_test/x86/basic/test_64_loadrip01.test | Bin 0 -> 7 bytes bdshemu_test/x86/basic/test_64_loadrip02.asm | 8 + .../x86/basic/test_64_loadrip02.result | 54 + bdshemu_test/x86/basic/test_64_loadrip02.test | 1 + bdshemu_test/x86/basic/test_64_loadrip03.asm | 8 + .../x86/basic/test_64_loadrip03.result | 44 + bdshemu_test/x86/basic/test_64_loadrip03.test | Bin 0 -> 12 bytes bdshemu_test/x86/basic/test_64_loadrip04.asm | 7 + .../x86/basic/test_64_loadrip04.result | 33 + bdshemu_test/x86/basic/test_64_loadrip04.test | Bin 0 -> 7 bytes bdshemu_test/x86/basic/test_64_loadrip05.asm | 7 + .../x86/basic/test_64_loadrip05.result | 33 + bdshemu_test/x86/basic/test_64_loadrip05.test | Bin 0 -> 11 bytes bdshemu_test/x86/basic/test_64_loadrip06.asm | 8 + .../x86/basic/test_64_loadrip06.result | 44 + bdshemu_test/x86/basic/test_64_loadrip06.test | Bin 0 -> 12 bytes bdshemu_test/x86/basic/test_64_loadrip07.asm | 10 + .../x86/basic/test_64_loadrip07.result | 66 + bdshemu_test/x86/basic/test_64_loadrip07.test | Bin 0 -> 20 bytes bdshemu_test/x86/basic/test_64_loadrip08.asm | 7 + .../x86/basic/test_64_loadrip08.result | 33 + bdshemu_test/x86/basic/test_64_loadrip08.test | Bin 0 -> 9 bytes bdshemu_test/x86/basic/test_64_loadrip09.asm | 8 + .../x86/basic/test_64_loadrip09.result | 44 + bdshemu_test/x86/basic/test_64_loadrip09.test | Bin 0 -> 11 bytes bdshemu_test/x86/basic/test_64_loadseg01.asm | 7 + .../x86/basic/test_64_loadseg01.result | 31 + bdshemu_test/x86/basic/test_64_loadseg01.test | 1 + bdshemu_test/x86/basic/test_64_moffset.asm | 5 + bdshemu_test/x86/basic/test_64_moffset.result | 11 + bdshemu_test/x86/basic/test_64_moffset.test | 1 + bdshemu_test/x86/basic/test_64_mov.asm | 22 + bdshemu_test/x86/basic/test_64_mov.result | 155 + bdshemu_test/x86/basic/test_64_mov.test | 1 + bdshemu_test/x86/basic/test_64_movszx.asm | 29 + bdshemu_test/x86/basic/test_64_movszx.result | 189 + bdshemu_test/x86/basic/test_64_movszx.test | Bin 0 -> 100 bytes bdshemu_test/x86/basic/test_64_nopsled01.asm | 20 + .../x86/basic/test_64_nopsled01.result | 172 + bdshemu_test/x86/basic/test_64_nopsled01.test | 1 + bdshemu_test/x86/basic/test_64_nopsled02.asm | 36 + .../x86/basic/test_64_nopsled02.result | 332 + bdshemu_test/x86/basic/test_64_nopsled02.test | 1 + bdshemu_test/x86/basic/test_64_nopsled03.asm | 4 + .../x86/basic/test_64_nopsled03.result | 40971 ++++++++++++++++ bdshemu_test/x86/basic/test_64_nopsled03.test | 1 + bdshemu_test/x86/basic/test_64_popcnt01.asm | 53 + .../x86/basic/test_64_popcnt01.result | 371 + bdshemu_test/x86/basic/test_64_popcnt01.test | Bin 0 -> 181 bytes bdshemu_test/x86/basic/test_64_r0_sidt.asm | 5 + bdshemu_test/x86/basic/test_64_r0_sidt.result | 22 + bdshemu_test/x86/basic/test_64_r0_sidt.test | 1 + bdshemu_test/x86/basic/test_64_rcl01.asm | 171 + bdshemu_test/x86/basic/test_64_rcl01.result | 1211 + bdshemu_test/x86/basic/test_64_rcl01.test | Bin 0 -> 205 bytes bdshemu_test/x86/basic/test_64_rcr01.asm | 171 + bdshemu_test/x86/basic/test_64_rcr01.result | 1211 + bdshemu_test/x86/basic/test_64_rcr01.test | Bin 0 -> 205 bytes bdshemu_test/x86/basic/test_64_rdtsc.asm | 10 + bdshemu_test/x86/basic/test_64_rdtsc.result | 71 + bdshemu_test/x86/basic/test_64_rdtsc.test | 1 + bdshemu_test/x86/basic/test_64_rol01.asm | 87 + bdshemu_test/x86/basic/test_64_rol01.result | 611 + bdshemu_test/x86/basic/test_64_rol01.test | Bin 0 -> 103 bytes bdshemu_test/x86/basic/test_64_ror01.asm | 87 + bdshemu_test/x86/basic/test_64_ror01.result | 611 + bdshemu_test/x86/basic/test_64_ror01.test | Bin 0 -> 103 bytes bdshemu_test/x86/basic/test_64_sar01.asm | 56 + bdshemu_test/x86/basic/test_64_sar01.result | 331 + bdshemu_test/x86/basic/test_64_sar01.test | 1 + bdshemu_test/x86/basic/test_64_sbb01.asm | 51 + bdshemu_test/x86/basic/test_64_sbb01.result | 291 + bdshemu_test/x86/basic/test_64_sbb01.test | Bin 0 -> 43 bytes .../x86/basic/test_64_selfwrite01.asm | 12 + .../x86/basic/test_64_selfwrite01.result | 64 + .../x86/basic/test_64_selfwrite01.test | Bin 0 -> 16 bytes .../x86/basic/test_64_selfwrite02.asm | 12 + .../x86/basic/test_64_selfwrite02.result | 75 + .../x86/basic/test_64_selfwrite02.test | Bin 0 -> 16 bytes .../x86/basic/test_64_selfwrite03.asm | 10 + .../x86/basic/test_64_selfwrite03.result | 124 + .../x86/basic/test_64_selfwrite03.test | Bin 0 -> 27 bytes bdshemu_test/x86/basic/test_64_shl01.asm | 87 + bdshemu_test/x86/basic/test_64_shl01.result | 611 + bdshemu_test/x86/basic/test_64_shl01.test | Bin 0 -> 103 bytes bdshemu_test/x86/basic/test_64_shld01.asm | 28 + bdshemu_test/x86/basic/test_64_shld01.result | 131 + bdshemu_test/x86/basic/test_64_shld01.test | Bin 0 -> 80 bytes bdshemu_test/x86/basic/test_64_shld02.asm | 13 + bdshemu_test/x86/basic/test_64_shld02.result | 41 + bdshemu_test/x86/basic/test_64_shld02.test | Bin 0 -> 16 bytes bdshemu_test/x86/basic/test_64_shr01.asm | 87 + bdshemu_test/x86/basic/test_64_shr01.result | 611 + bdshemu_test/x86/basic/test_64_shr01.test | Bin 0 -> 103 bytes bdshemu_test/x86/basic/test_64_shrd01.asm | 28 + bdshemu_test/x86/basic/test_64_shrd01.result | 131 + bdshemu_test/x86/basic/test_64_shrd01.test | Bin 0 -> 80 bytes bdshemu_test/x86/basic/test_64_shrd02.asm | 13 + bdshemu_test/x86/basic/test_64_shrd02.result | 41 + bdshemu_test/x86/basic/test_64_shrd02.test | Bin 0 -> 16 bytes bdshemu_test/x86/basic/test_64_sidt.asm | 5 + bdshemu_test/x86/basic/test_64_sidt.result | 21 + bdshemu_test/x86/basic/test_64_sidt.test | 1 + .../x86/basic/test_64_stack_pivot1.asm | 6 + .../x86/basic/test_64_stack_pivot1.result | 31 + .../x86/basic/test_64_stack_pivot1.test | 1 + .../x86/basic/test_64_stack_pivot2.asm | 7 + .../x86/basic/test_64_stack_pivot2.result | 31 + .../x86/basic/test_64_stack_pivot2.test | 1 + .../x86/basic/test_64_stack_pivot3.asm | 13 + .../x86/basic/test_64_stack_pivot3.result | 51 + .../x86/basic/test_64_stack_pivot3.test | Bin 0 -> 528 bytes .../x86/basic/test_64_stack_pivot4.asm | 12 + .../x86/basic/test_64_stack_pivot4.result | 42 + .../x86/basic/test_64_stack_pivot4.test | Bin 0 -> 528 bytes bdshemu_test/x86/basic/test_64_string.asm | 44 + bdshemu_test/x86/basic/test_64_string.result | 322 + bdshemu_test/x86/basic/test_64_string.test | Bin 0 -> 172 bytes bdshemu_test/x86/basic/test_64_sys01.asm | 4 + bdshemu_test/x86/basic/test_64_sys01.result | 12 + bdshemu_test/x86/basic/test_64_sys01.test | 1 + bdshemu_test/x86/basic/test_64_sys02.asm | 4 + bdshemu_test/x86/basic/test_64_sys02.result | 12 + bdshemu_test/x86/basic/test_64_sys02.test | 1 + bdshemu_test/x86/basic/test_64_sys03.asm | 4 + bdshemu_test/x86/basic/test_64_sys03.result | 11 + bdshemu_test/x86/basic/test_64_sys03.test | 1 + bdshemu_test/x86/basic/test_64_zcnt01.asm | 131 + bdshemu_test/x86/basic/test_64_zcnt01.result | 971 + bdshemu_test/x86/basic/test_64_zcnt01.test | Bin 0 -> 437 bytes bdshemu_test/x86/basic_apx/test_64_apx01.asm | 23 + .../x86/basic_apx/test_64_apx01.result | 92 + bdshemu_test/x86/basic_apx/test_64_apx01.test | Bin 0 -> 51 bytes bdshemu_test/x86/basic_apx/test_64_apx02.asm | 17 + .../x86/basic_apx/test_64_apx02.result | 65 + bdshemu_test/x86/basic_apx/test_64_apx02.test | 1 + bdshemu_test/x86/basic_apx/test_64_apx03.asm | 58 + .../x86/basic_apx/test_64_apx03.result | 271 + bdshemu_test/x86/basic_apx/test_64_apx03.test | Bin 0 -> 193 bytes bdshemu_test/x86/basic_apx/test_64_apx04.asm | 20 + .../x86/basic_apx/test_64_apx04.result | 86 + bdshemu_test/x86/basic_apx/test_64_apx04.test | 1 + bdshemu_test/x86/bdshemu_test_x86.zip | Bin 165393 -> 0 bytes disasmtool/disasmtool.c | 39 +- disasmtool/disasmtool.h | 1 + tests/README.md | 54 + tests/core/__init__.py | 4 + tests/core/core.py | 187 + tests/core/diff.py | 46 + tests/core/generate.py | 60 + tests/core/objects.py | 219 + tests/core/output.py | 138 + tests/core/report.py | 76 + tests/core/summary.py | 50 + tests/core/util.py | 81 + tests/main.py | 109 + 344 files changed, 96349 insertions(+), 6151 deletions(-) delete mode 100644 bddisasm_test/README.md create mode 100644 bddisasm_test/conf-x86.json delete mode 100644 bddisasm_test/test_all.py create mode 100644 bddisasm_test/x86/avx10/avx101_64.asm create mode 100644 bddisasm_test/x86/avx10/avx101_64.result create mode 100644 bddisasm_test/x86/avx10/avx101_64.test create mode 100644 bddisasm_test/x86/avx10/avx102_64.result create mode 100644 bddisasm_test/x86/avx10/avx102_64.test delete mode 100644 bdshemu_test/README.md create mode 100644 bdshemu_test/conf-x86.json delete mode 100644 bdshemu_test/test_all.py create mode 100644 bdshemu_test/x86/basic/test_32_callf1.asm create mode 100644 bdshemu_test/x86/basic/test_32_callf1.result create mode 100644 bdshemu_test/x86/basic/test_32_callf1.test create mode 100644 bdshemu_test/x86/basic/test_32_callf2.asm create mode 100644 bdshemu_test/x86/basic/test_32_callf2.result create mode 100644 bdshemu_test/x86/basic/test_32_callf2.test create mode 100644 bdshemu_test/x86/basic/test_32_iret.asm create mode 100644 bdshemu_test/x86/basic/test_32_iret.result create mode 100644 bdshemu_test/x86/basic/test_32_iret.test create mode 100644 bdshemu_test/x86/basic/test_32_jmpf1.asm create mode 100644 bdshemu_test/x86/basic/test_32_jmpf1.result create mode 100644 bdshemu_test/x86/basic/test_32_jmpf1.test create mode 100644 bdshemu_test/x86/basic/test_32_jmpf2.asm create mode 100644 bdshemu_test/x86/basic/test_32_jmpf2.result create mode 100644 bdshemu_test/x86/basic/test_32_jmpf2.test create mode 100644 bdshemu_test/x86/basic/test_32_loadrip01.asm create mode 100644 bdshemu_test/x86/basic/test_32_loadrip01.result create mode 100644 bdshemu_test/x86/basic/test_32_loadrip01.test create mode 100644 bdshemu_test/x86/basic/test_32_loadrip02.asm create mode 100644 bdshemu_test/x86/basic/test_32_loadrip02.result create mode 100644 bdshemu_test/x86/basic/test_32_loadrip02.test create mode 100644 bdshemu_test/x86/basic/test_32_loadseg01.asm create mode 100644 bdshemu_test/x86/basic/test_32_loadseg01.result create mode 100644 bdshemu_test/x86/basic/test_32_loadseg01.test create mode 100644 bdshemu_test/x86/basic/test_32_loadseg02.asm create mode 100644 bdshemu_test/x86/basic/test_32_loadseg02.result create mode 100644 bdshemu_test/x86/basic/test_32_loadseg02.test create mode 100644 bdshemu_test/x86/basic/test_32_loadseg03.asm create mode 100644 bdshemu_test/x86/basic/test_32_loadseg03.result create mode 100644 bdshemu_test/x86/basic/test_32_loadseg03.test create mode 100644 bdshemu_test/x86/basic/test_32_neg.asm create mode 100644 bdshemu_test/x86/basic/test_32_neg.result create mode 100644 bdshemu_test/x86/basic/test_32_neg.test create mode 100644 bdshemu_test/x86/basic/test_32_retf.asm create mode 100644 bdshemu_test/x86/basic/test_32_retf.result create mode 100644 bdshemu_test/x86/basic/test_32_retf.test create mode 100644 bdshemu_test/x86/basic/test_32_stack_pivot1.asm create mode 100644 bdshemu_test/x86/basic/test_32_stack_pivot1.result create mode 100644 bdshemu_test/x86/basic/test_32_stack_pivot1.test create mode 100644 bdshemu_test/x86/basic/test_32_stack_pivot2.asm create mode 100644 bdshemu_test/x86/basic/test_32_stack_pivot2.result create mode 100644 bdshemu_test/x86/basic/test_32_stack_pivot2.test create mode 100644 bdshemu_test/x86/basic/test_32_stack_pivot3.asm create mode 100644 bdshemu_test/x86/basic/test_32_stack_pivot3.result create mode 100644 bdshemu_test/x86/basic/test_32_stack_pivot3.test create mode 100644 bdshemu_test/x86/basic/test_32_stack_pivot4.asm create mode 100644 bdshemu_test/x86/basic/test_32_stack_pivot4.result create mode 100644 bdshemu_test/x86/basic/test_32_stack_pivot4.test create mode 100644 bdshemu_test/x86/basic/test_32_str01.asm create mode 100644 bdshemu_test/x86/basic/test_32_str01.result create mode 100644 bdshemu_test/x86/basic/test_32_str01.test create mode 100644 bdshemu_test/x86/basic/test_32_str02.asm create mode 100644 bdshemu_test/x86/basic/test_32_str02.result create mode 100644 bdshemu_test/x86/basic/test_32_str02.test create mode 100644 bdshemu_test/x86/basic/test_32_str03.asm create mode 100644 bdshemu_test/x86/basic/test_32_str03.result create mode 100644 bdshemu_test/x86/basic/test_32_str03.test create mode 100644 bdshemu_test/x86/basic/test_32_str04.asm create mode 100644 bdshemu_test/x86/basic/test_32_str04.result create mode 100644 bdshemu_test/x86/basic/test_32_str04.test create mode 100644 bdshemu_test/x86/basic/test_32_str05.asm create mode 100644 bdshemu_test/x86/basic/test_32_str05.result create mode 100644 bdshemu_test/x86/basic/test_32_str05.test create mode 100644 bdshemu_test/x86/basic/test_32_sud01.asm create mode 100644 bdshemu_test/x86/basic/test_32_sud01.result create mode 100644 bdshemu_test/x86/basic/test_32_sud01.test create mode 100644 bdshemu_test/x86/basic/test_32_sud02.asm create mode 100644 bdshemu_test/x86/basic/test_32_sud02.result create mode 100644 bdshemu_test/x86/basic/test_32_sud02.test create mode 100644 bdshemu_test/x86/basic/test_32_sys01.asm create mode 100644 bdshemu_test/x86/basic/test_32_sys01.result create mode 100644 bdshemu_test/x86/basic/test_32_sys01.test create mode 100644 bdshemu_test/x86/basic/test_64_adc01.asm create mode 100644 bdshemu_test/x86/basic/test_64_adc01.result create mode 100644 bdshemu_test/x86/basic/test_64_adc01.test create mode 100644 bdshemu_test/x86/basic/test_64_basic01.asm create mode 100644 bdshemu_test/x86/basic/test_64_basic01.result create mode 100644 bdshemu_test/x86/basic/test_64_basic01.test create mode 100644 bdshemu_test/x86/basic/test_64_basic02.asm create mode 100644 bdshemu_test/x86/basic/test_64_basic02.result create mode 100644 bdshemu_test/x86/basic/test_64_basic02.test create mode 100644 bdshemu_test/x86/basic/test_64_basic03.asm create mode 100644 bdshemu_test/x86/basic/test_64_basic03.result create mode 100644 bdshemu_test/x86/basic/test_64_basic03.test create mode 100644 bdshemu_test/x86/basic/test_64_basic04.asm create mode 100644 bdshemu_test/x86/basic/test_64_basic04.result create mode 100644 bdshemu_test/x86/basic/test_64_basic04.test create mode 100644 bdshemu_test/x86/basic/test_64_basic05.asm create mode 100644 bdshemu_test/x86/basic/test_64_basic05.result create mode 100644 bdshemu_test/x86/basic/test_64_basic05.test create mode 100644 bdshemu_test/x86/basic/test_64_basic06.asm create mode 100644 bdshemu_test/x86/basic/test_64_basic06.result create mode 100644 bdshemu_test/x86/basic/test_64_basic06.test create mode 100644 bdshemu_test/x86/basic/test_64_basic07.asm create mode 100644 bdshemu_test/x86/basic/test_64_basic07.result create mode 100644 bdshemu_test/x86/basic/test_64_basic07.test create mode 100644 bdshemu_test/x86/basic/test_64_basic08.asm create mode 100644 bdshemu_test/x86/basic/test_64_basic08.result create mode 100644 bdshemu_test/x86/basic/test_64_basic08.test create mode 100644 bdshemu_test/x86/basic/test_64_basic09.asm create mode 100644 bdshemu_test/x86/basic/test_64_basic09.result create mode 100644 bdshemu_test/x86/basic/test_64_basic09.test create mode 100644 bdshemu_test/x86/basic/test_64_bitscan01.asm create mode 100644 bdshemu_test/x86/basic/test_64_bitscan01.result create mode 100644 bdshemu_test/x86/basic/test_64_bitscan01.test create mode 100644 bdshemu_test/x86/basic/test_64_branch1.asm create mode 100644 bdshemu_test/x86/basic/test_64_branch1.result create mode 100644 bdshemu_test/x86/basic/test_64_branch1.test create mode 100644 bdshemu_test/x86/basic/test_64_branch2.asm create mode 100644 bdshemu_test/x86/basic/test_64_branch2.result create mode 100644 bdshemu_test/x86/basic/test_64_branch2.test create mode 100644 bdshemu_test/x86/basic/test_64_branch3.asm create mode 100644 bdshemu_test/x86/basic/test_64_branch3.result create mode 100644 bdshemu_test/x86/basic/test_64_branch3.test create mode 100644 bdshemu_test/x86/basic/test_64_branch4.asm create mode 100644 bdshemu_test/x86/basic/test_64_branch4.result create mode 100644 bdshemu_test/x86/basic/test_64_branch4.test create mode 100644 bdshemu_test/x86/basic/test_64_branch_boundary01.asm create mode 100644 bdshemu_test/x86/basic/test_64_branch_boundary01.result create mode 100644 bdshemu_test/x86/basic/test_64_branch_boundary01.test create mode 100644 bdshemu_test/x86/basic/test_64_branch_boundary02.asm create mode 100644 bdshemu_test/x86/basic/test_64_branch_boundary02.result create mode 100644 bdshemu_test/x86/basic/test_64_branch_boundary02.test create mode 100644 bdshemu_test/x86/basic/test_64_bswap01.asm create mode 100644 bdshemu_test/x86/basic/test_64_bswap01.result create mode 100644 bdshemu_test/x86/basic/test_64_bswap01.test create mode 100644 bdshemu_test/x86/basic/test_64_cmov.asm create mode 100644 bdshemu_test/x86/basic/test_64_cmov.result create mode 100644 bdshemu_test/x86/basic/test_64_cmov.test create mode 100644 bdshemu_test/x86/basic/test_64_cmpxchg01.asm create mode 100644 bdshemu_test/x86/basic/test_64_cmpxchg01.result create mode 100644 bdshemu_test/x86/basic/test_64_cmpxchg01.test create mode 100644 bdshemu_test/x86/basic/test_64_div.asm create mode 100644 bdshemu_test/x86/basic/test_64_div.result create mode 100644 bdshemu_test/x86/basic/test_64_div.test create mode 100644 bdshemu_test/x86/basic/test_64_div2.asm create mode 100644 bdshemu_test/x86/basic/test_64_div2.result create mode 100644 bdshemu_test/x86/basic/test_64_div2.test create mode 100644 bdshemu_test/x86/basic/test_64_eicar.asm create mode 100644 bdshemu_test/x86/basic/test_64_eicar.result create mode 100644 bdshemu_test/x86/basic/test_64_eicar.test create mode 100644 bdshemu_test/x86/basic/test_64_flags.asm create mode 100644 bdshemu_test/x86/basic/test_64_flags.result create mode 100644 bdshemu_test/x86/basic/test_64_flags.test create mode 100644 bdshemu_test/x86/basic/test_64_flags2.asm create mode 100644 bdshemu_test/x86/basic/test_64_flags2.result create mode 100644 bdshemu_test/x86/basic/test_64_flags2.test create mode 100644 bdshemu_test/x86/basic/test_64_flags3.asm create mode 100644 bdshemu_test/x86/basic/test_64_flags3.result create mode 100644 bdshemu_test/x86/basic/test_64_flags3.test create mode 100644 bdshemu_test/x86/basic/test_64_imul01.asm create mode 100644 bdshemu_test/x86/basic/test_64_imul01.result create mode 100644 bdshemu_test/x86/basic/test_64_imul01.test create mode 100644 bdshemu_test/x86/basic/test_64_imul02.asm create mode 100644 bdshemu_test/x86/basic/test_64_imul02.result create mode 100644 bdshemu_test/x86/basic/test_64_imul02.test create mode 100644 bdshemu_test/x86/basic/test_64_incdec.asm create mode 100644 bdshemu_test/x86/basic/test_64_incdec.result create mode 100644 bdshemu_test/x86/basic/test_64_incdec.test create mode 100644 bdshemu_test/x86/basic/test_64_loadrip01.asm create mode 100644 bdshemu_test/x86/basic/test_64_loadrip01.result create mode 100644 bdshemu_test/x86/basic/test_64_loadrip01.test create mode 100644 bdshemu_test/x86/basic/test_64_loadrip02.asm create mode 100644 bdshemu_test/x86/basic/test_64_loadrip02.result create mode 100644 bdshemu_test/x86/basic/test_64_loadrip02.test create mode 100644 bdshemu_test/x86/basic/test_64_loadrip03.asm create mode 100644 bdshemu_test/x86/basic/test_64_loadrip03.result create mode 100644 bdshemu_test/x86/basic/test_64_loadrip03.test create mode 100644 bdshemu_test/x86/basic/test_64_loadrip04.asm create mode 100644 bdshemu_test/x86/basic/test_64_loadrip04.result create mode 100644 bdshemu_test/x86/basic/test_64_loadrip04.test create mode 100644 bdshemu_test/x86/basic/test_64_loadrip05.asm create mode 100644 bdshemu_test/x86/basic/test_64_loadrip05.result create mode 100644 bdshemu_test/x86/basic/test_64_loadrip05.test create mode 100644 bdshemu_test/x86/basic/test_64_loadrip06.asm create mode 100644 bdshemu_test/x86/basic/test_64_loadrip06.result create mode 100644 bdshemu_test/x86/basic/test_64_loadrip06.test create mode 100644 bdshemu_test/x86/basic/test_64_loadrip07.asm create mode 100644 bdshemu_test/x86/basic/test_64_loadrip07.result create mode 100644 bdshemu_test/x86/basic/test_64_loadrip07.test create mode 100644 bdshemu_test/x86/basic/test_64_loadrip08.asm create mode 100644 bdshemu_test/x86/basic/test_64_loadrip08.result create mode 100644 bdshemu_test/x86/basic/test_64_loadrip08.test create mode 100644 bdshemu_test/x86/basic/test_64_loadrip09.asm create mode 100644 bdshemu_test/x86/basic/test_64_loadrip09.result create mode 100644 bdshemu_test/x86/basic/test_64_loadrip09.test create mode 100644 bdshemu_test/x86/basic/test_64_loadseg01.asm create mode 100644 bdshemu_test/x86/basic/test_64_loadseg01.result create mode 100644 bdshemu_test/x86/basic/test_64_loadseg01.test create mode 100644 bdshemu_test/x86/basic/test_64_moffset.asm create mode 100644 bdshemu_test/x86/basic/test_64_moffset.result create mode 100644 bdshemu_test/x86/basic/test_64_moffset.test create mode 100644 bdshemu_test/x86/basic/test_64_mov.asm create mode 100644 bdshemu_test/x86/basic/test_64_mov.result create mode 100644 bdshemu_test/x86/basic/test_64_mov.test create mode 100644 bdshemu_test/x86/basic/test_64_movszx.asm create mode 100644 bdshemu_test/x86/basic/test_64_movszx.result create mode 100644 bdshemu_test/x86/basic/test_64_movszx.test create mode 100644 bdshemu_test/x86/basic/test_64_nopsled01.asm create mode 100644 bdshemu_test/x86/basic/test_64_nopsled01.result create mode 100644 bdshemu_test/x86/basic/test_64_nopsled01.test create mode 100644 bdshemu_test/x86/basic/test_64_nopsled02.asm create mode 100644 bdshemu_test/x86/basic/test_64_nopsled02.result create mode 100644 bdshemu_test/x86/basic/test_64_nopsled02.test create mode 100644 bdshemu_test/x86/basic/test_64_nopsled03.asm create mode 100644 bdshemu_test/x86/basic/test_64_nopsled03.result create mode 100644 bdshemu_test/x86/basic/test_64_nopsled03.test create mode 100644 bdshemu_test/x86/basic/test_64_popcnt01.asm create mode 100644 bdshemu_test/x86/basic/test_64_popcnt01.result create mode 100644 bdshemu_test/x86/basic/test_64_popcnt01.test create mode 100644 bdshemu_test/x86/basic/test_64_r0_sidt.asm create mode 100644 bdshemu_test/x86/basic/test_64_r0_sidt.result create mode 100644 bdshemu_test/x86/basic/test_64_r0_sidt.test create mode 100644 bdshemu_test/x86/basic/test_64_rcl01.asm create mode 100644 bdshemu_test/x86/basic/test_64_rcl01.result create mode 100644 bdshemu_test/x86/basic/test_64_rcl01.test create mode 100644 bdshemu_test/x86/basic/test_64_rcr01.asm create mode 100644 bdshemu_test/x86/basic/test_64_rcr01.result create mode 100644 bdshemu_test/x86/basic/test_64_rcr01.test create mode 100644 bdshemu_test/x86/basic/test_64_rdtsc.asm create mode 100644 bdshemu_test/x86/basic/test_64_rdtsc.result create mode 100644 bdshemu_test/x86/basic/test_64_rdtsc.test create mode 100644 bdshemu_test/x86/basic/test_64_rol01.asm create mode 100644 bdshemu_test/x86/basic/test_64_rol01.result create mode 100644 bdshemu_test/x86/basic/test_64_rol01.test create mode 100644 bdshemu_test/x86/basic/test_64_ror01.asm create mode 100644 bdshemu_test/x86/basic/test_64_ror01.result create mode 100644 bdshemu_test/x86/basic/test_64_ror01.test create mode 100644 bdshemu_test/x86/basic/test_64_sar01.asm create mode 100644 bdshemu_test/x86/basic/test_64_sar01.result create mode 100644 bdshemu_test/x86/basic/test_64_sar01.test create mode 100644 bdshemu_test/x86/basic/test_64_sbb01.asm create mode 100644 bdshemu_test/x86/basic/test_64_sbb01.result create mode 100644 bdshemu_test/x86/basic/test_64_sbb01.test create mode 100644 bdshemu_test/x86/basic/test_64_selfwrite01.asm create mode 100644 bdshemu_test/x86/basic/test_64_selfwrite01.result create mode 100644 bdshemu_test/x86/basic/test_64_selfwrite01.test create mode 100644 bdshemu_test/x86/basic/test_64_selfwrite02.asm create mode 100644 bdshemu_test/x86/basic/test_64_selfwrite02.result create mode 100644 bdshemu_test/x86/basic/test_64_selfwrite02.test create mode 100644 bdshemu_test/x86/basic/test_64_selfwrite03.asm create mode 100644 bdshemu_test/x86/basic/test_64_selfwrite03.result create mode 100644 bdshemu_test/x86/basic/test_64_selfwrite03.test create mode 100644 bdshemu_test/x86/basic/test_64_shl01.asm create mode 100644 bdshemu_test/x86/basic/test_64_shl01.result create mode 100644 bdshemu_test/x86/basic/test_64_shl01.test create mode 100644 bdshemu_test/x86/basic/test_64_shld01.asm create mode 100644 bdshemu_test/x86/basic/test_64_shld01.result create mode 100644 bdshemu_test/x86/basic/test_64_shld01.test create mode 100644 bdshemu_test/x86/basic/test_64_shld02.asm create mode 100644 bdshemu_test/x86/basic/test_64_shld02.result create mode 100644 bdshemu_test/x86/basic/test_64_shld02.test create mode 100644 bdshemu_test/x86/basic/test_64_shr01.asm create mode 100644 bdshemu_test/x86/basic/test_64_shr01.result create mode 100644 bdshemu_test/x86/basic/test_64_shr01.test create mode 100644 bdshemu_test/x86/basic/test_64_shrd01.asm create mode 100644 bdshemu_test/x86/basic/test_64_shrd01.result create mode 100644 bdshemu_test/x86/basic/test_64_shrd01.test create mode 100644 bdshemu_test/x86/basic/test_64_shrd02.asm create mode 100644 bdshemu_test/x86/basic/test_64_shrd02.result create mode 100644 bdshemu_test/x86/basic/test_64_shrd02.test create mode 100644 bdshemu_test/x86/basic/test_64_sidt.asm create mode 100644 bdshemu_test/x86/basic/test_64_sidt.result create mode 100644 bdshemu_test/x86/basic/test_64_sidt.test create mode 100644 bdshemu_test/x86/basic/test_64_stack_pivot1.asm create mode 100644 bdshemu_test/x86/basic/test_64_stack_pivot1.result create mode 100644 bdshemu_test/x86/basic/test_64_stack_pivot1.test create mode 100644 bdshemu_test/x86/basic/test_64_stack_pivot2.asm create mode 100644 bdshemu_test/x86/basic/test_64_stack_pivot2.result create mode 100644 bdshemu_test/x86/basic/test_64_stack_pivot2.test create mode 100644 bdshemu_test/x86/basic/test_64_stack_pivot3.asm create mode 100644 bdshemu_test/x86/basic/test_64_stack_pivot3.result create mode 100644 bdshemu_test/x86/basic/test_64_stack_pivot3.test create mode 100644 bdshemu_test/x86/basic/test_64_stack_pivot4.asm create mode 100644 bdshemu_test/x86/basic/test_64_stack_pivot4.result create mode 100644 bdshemu_test/x86/basic/test_64_stack_pivot4.test create mode 100644 bdshemu_test/x86/basic/test_64_string.asm create mode 100644 bdshemu_test/x86/basic/test_64_string.result create mode 100644 bdshemu_test/x86/basic/test_64_string.test create mode 100644 bdshemu_test/x86/basic/test_64_sys01.asm create mode 100644 bdshemu_test/x86/basic/test_64_sys01.result create mode 100644 bdshemu_test/x86/basic/test_64_sys01.test create mode 100644 bdshemu_test/x86/basic/test_64_sys02.asm create mode 100644 bdshemu_test/x86/basic/test_64_sys02.result create mode 100644 bdshemu_test/x86/basic/test_64_sys02.test create mode 100644 bdshemu_test/x86/basic/test_64_sys03.asm create mode 100644 bdshemu_test/x86/basic/test_64_sys03.result create mode 100644 bdshemu_test/x86/basic/test_64_sys03.test create mode 100644 bdshemu_test/x86/basic/test_64_zcnt01.asm create mode 100644 bdshemu_test/x86/basic/test_64_zcnt01.result create mode 100644 bdshemu_test/x86/basic/test_64_zcnt01.test create mode 100644 bdshemu_test/x86/basic_apx/test_64_apx01.asm create mode 100644 bdshemu_test/x86/basic_apx/test_64_apx01.result create mode 100644 bdshemu_test/x86/basic_apx/test_64_apx01.test create mode 100644 bdshemu_test/x86/basic_apx/test_64_apx02.asm create mode 100644 bdshemu_test/x86/basic_apx/test_64_apx02.result create mode 100644 bdshemu_test/x86/basic_apx/test_64_apx02.test create mode 100644 bdshemu_test/x86/basic_apx/test_64_apx03.asm create mode 100644 bdshemu_test/x86/basic_apx/test_64_apx03.result create mode 100644 bdshemu_test/x86/basic_apx/test_64_apx03.test create mode 100644 bdshemu_test/x86/basic_apx/test_64_apx04.asm create mode 100644 bdshemu_test/x86/basic_apx/test_64_apx04.result create mode 100644 bdshemu_test/x86/basic_apx/test_64_apx04.test delete mode 100644 bdshemu_test/x86/bdshemu_test_x86.zip create mode 100644 tests/README.md create mode 100644 tests/core/__init__.py create mode 100644 tests/core/core.py create mode 100644 tests/core/diff.py create mode 100644 tests/core/generate.py create mode 100644 tests/core/objects.py create mode 100644 tests/core/output.py create mode 100644 tests/core/report.py create mode 100644 tests/core/summary.py create mode 100644 tests/core/util.py create mode 100644 tests/main.py diff --git a/bddisasm_test/README.md b/bddisasm_test/README.md deleted file mode 100644 index a74bfed..0000000 --- a/bddisasm_test/README.md +++ /dev/null @@ -1,12 +0,0 @@ -# Disassembler Tests - -These tests are used to validate bddisasm. Each test consists of up to three files: -* The binary test file. The name format for this type of file is `name_16|32|64.test`. 16/32/64 indicates disassembly mode -* The output result file. Must be named the same as the binary test file, but with the extension .result -* Optional assembly file, used to generate the binary test file - -The `test_all.py` script will iterate all the test folders, and it will run bddisasm on each identified test file. -The result file will be compared with the output of the test run. If they are not the same, the test will fail. -Note that bddisasm will be run with the `-exi` option, in order to dump all possible information about the instructions. - -NOTE: This test will assume `disasm` is in the path. diff --git a/bddisasm_test/conf-x86.json b/bddisasm_test/conf-x86.json new file mode 100644 index 0000000..f8df8f8 --- /dev/null +++ b/bddisasm_test/conf-x86.json @@ -0,0 +1,709 @@ +[ + { + "f_source": "x86/amx/amx1_64.asm", + "f_result": "x86/amx/amx1_64.result", + "f_test": "x86/amx/amx1_64.test", + "options": "-b64", + "command": "decode" + }, + { + "f_source": "x86/apx/apx3_64.asm", + "f_result": "x86/apx/apx3_64.result", + "f_test": "x86/apx/apx3_64.test", + "options": "-b64", + "command": "decode" + }, + { + "f_source": "x86/apx/rex2_bad_64_skip.asm", + "f_result": "x86/apx/rex2_bad_64_skip.result", + "f_test": "x86/apx/rex2_bad_64_skip.test", + "options": "-b64 -skip16", + "command": "decode" + }, + { + "f_source": "x86/apx/rex2_valid_64.asm", + "f_result": "x86/apx/rex2_valid_64.result", + "f_test": "x86/apx/rex2_valid_64.test", + "options": "-b64", + "command": "decode" + }, + { + "f_source": "x86/apx/apx1_64.asm", + "f_result": "x86/apx/apx1_64.result", + "f_test": "x86/apx/apx1_64.test", + "options": "-b64", + "command": "decode" + }, + { + "f_source": "x86/apx/apx2_64.asm", + "f_result": "x86/apx/apx2_64.result", + "f_test": "x86/apx/apx2_64.test", + "options": "-b64", + "command": "decode" + }, + { + "f_source": "x86/apx/evex_bad_64_skip.asm", + "f_result": "x86/apx/evex_bad_64_skip.result", + "f_test": "x86/apx/evex_bad_64_skip.test", + "options": "-b64 -skip16", + "command": "decode" + }, + { + "f_source": "x86/avx/avx2_64.asm", + "f_result": "x86/avx/avx2_64.result", + "f_test": "x86/avx/avx2_64.test", + "options": "-b64", + "command": "decode" + }, + { + "f_source": "x86/avx/avx2gather_64.asm", + "f_result": "x86/avx/avx2gather_64.result", + "f_test": "x86/avx/avx2gather_64.test", + "options": "-b64", + "command": "decode" + }, + { + "f_source": "x86/avx/avx_64.asm", + "f_result": "x86/avx/avx_64.result", + "f_test": "x86/avx/avx_64.test", + "options": "-b64", + "command": "decode" + }, + { + "f_source": "x86/avx/avxifma_64.asm", + "f_result": "x86/avx/avxifma_64.result", + "f_test": "x86/avx/avxifma_64.test", + "options": "-b64", + "command": "decode" + }, + { + "f_source": "x86/avx/avxneconvert_64.asm", + "f_result": "x86/avx/avxneconvert_64.result", + "f_test": "x86/avx/avxneconvert_64.test", + "options": "-b64", + "command": "decode" + }, + { + "f_source": "x86/avx/avxvnni_64.asm", + "f_result": "x86/avx/avxvnni_64.result", + "f_test": "x86/avx/avxvnni_64.test", + "options": "-b64", + "command": "decode" + }, + { + "f_source": "x86/avx/avxvnniint16_64.asm", + "f_result": "x86/avx/avxvnniint16_64.result", + "f_test": "x86/avx/avxvnniint16_64.test", + "options": "-b64", + "command": "decode" + }, + { + "f_source": "x86/avx/avxvnniint8_64.asm", + "f_result": "x86/avx/avxvnniint8_64.result", + "f_test": "x86/avx/avxvnniint8_64.test", + "options": "-b64", + "command": "decode" + }, + { + "f_source": "x86/avx/f16c_64.asm", + "f_result": "x86/avx/f16c_64.result", + "f_test": "x86/avx/f16c_64.test", + "options": "-b64", + "command": "decode" + }, + { + "f_source": "x86/avx/fma4_64.asm", + "f_result": "x86/avx/fma4_64.result", + "f_test": "x86/avx/fma4_64.test", + "options": "-b64", + "command": "decode" + }, + { + "f_source": "x86/avx/fma_64.asm", + "f_result": "x86/avx/fma_64.result", + "f_test": "x86/avx/fma_64.test", + "options": "-b64", + "command": "decode" + }, + { + "f_source": "x86/avx512/avx512bitalg_64.asm", + "f_result": "x86/avx512/avx512bitalg_64.result", + "f_test": "x86/avx512/avx512bitalg_64.test", + "options": "-b64", + "command": "decode" + }, + { + "f_source": "x86/avx512/avx512bw_64.asm", + "f_result": "x86/avx512/avx512bw_64.result", + "f_test": "x86/avx512/avx512bw_64.test", + "options": "-b64", + "command": "decode" + }, + { + "f_source": "x86/avx512/avx512cd_64.asm", + "f_result": "x86/avx512/avx512cd_64.result", + "f_test": "x86/avx512/avx512cd_64.test", + "options": "-b64", + "command": "decode" + }, + { + "f_source": "x86/avx512/avx512dq_64.asm", + "f_result": "x86/avx512/avx512dq_64.result", + "f_test": "x86/avx512/avx512dq_64.test", + "options": "-b64", + "command": "decode" + }, + { + "f_source": "x86/avx512/avx512er_64.asm", + "f_result": "x86/avx512/avx512er_64.result", + "f_test": "x86/avx512/avx512er_64.test", + "options": "-b64", + "command": "decode" + }, + { + "f_source": "x86/avx512/avx512f_64.asm", + "f_result": "x86/avx512/avx512f_64.result", + "f_test": "x86/avx512/avx512f_64.test", + "options": "-b64", + "command": "decode" + }, + { + "f_source": "x86/avx512/avx512fma_64.asm", + "f_result": "x86/avx512/avx512fma_64.result", + "f_test": "x86/avx512/avx512fma_64.test", + "options": "-b64", + "command": "decode" + }, + { + "f_source": "x86/avx512/avx512fp16_32.asm", + "f_result": "x86/avx512/avx512fp16_32.result", + "f_test": "x86/avx512/avx512fp16_32.test", + "options": "-b32", + "command": "decode" + }, + { + "f_source": "x86/avx512/avx512fp16_64.asm", + "f_result": "x86/avx512/avx512fp16_64.result", + "f_test": "x86/avx512/avx512fp16_64.test", + "options": "-b64", + "command": "decode" + }, + { + "f_source": "x86/avx512/avx512pf_64.asm", + "f_result": "x86/avx512/avx512pf_64.result", + "f_test": "x86/avx512/avx512pf_64.test", + "options": "-b64", + "command": "decode" + }, + { + "f_source": "x86/avx512/avx512vbmi_64.asm", + "f_result": "x86/avx512/avx512vbmi_64.result", + "f_test": "x86/avx512/avx512vbmi_64.test", + "options": "-b64", + "command": "decode" + }, + { + "f_source": "x86/avx512/avx512vnni_64.asm", + "f_result": "x86/avx512/avx512vnni_64.result", + "f_test": "x86/avx512/avx512vnni_64.test", + "options": "-b64", + "command": "decode" + }, + { + "f_source": "x86/basic/address_16.asm", + "f_result": "x86/basic/address_16.result", + "f_test": "x86/basic/address_16.test", + "options": "-b16", + "command": "decode" + }, + { + "f_source": "x86/basic/address_32.asm", + "f_result": "x86/basic/address_32.result", + "f_test": "x86/basic/address_32.test", + "options": "-b32", + "command": "decode" + }, + { + "f_source": "x86/basic/address_64.asm", + "f_result": "x86/basic/address_64.result", + "f_test": "x86/basic/address_64.test", + "options": "-b64", + "command": "decode" + }, + { + "f_source": "x86/basic/aes_64.asm", + "f_result": "x86/basic/aes_64.result", + "f_test": "x86/basic/aes_64.test", + "options": "-b64", + "command": "decode" + }, + { + "f_source": "x86/basic/basic1_64.asm", + "f_result": "x86/basic/basic1_64.result", + "f_test": "x86/basic/basic1_64.test", + "options": "-b64", + "command": "decode" + }, + { + "f_source": "x86/basic/basic2_64.asm", + "f_result": "x86/basic/basic2_64.result", + "f_test": "x86/basic/basic2_64.test", + "options": "-b64", + "command": "decode" + }, + { + "f_source": "x86/basic/bmi_64.asm", + "f_result": "x86/basic/bmi_64.result", + "f_test": "x86/basic/bmi_64.test", + "options": "-b64", + "command": "decode" + }, + { + "f_source": "x86/basic/branch_16.asm", + "f_result": "x86/basic/branch_16.result", + "f_test": "x86/basic/branch_16.test", + "options": "-b16", + "command": "decode" + }, + { + "f_source": "x86/basic/branch_32.asm", + "f_result": "x86/basic/branch_32.result", + "f_test": "x86/basic/branch_32.test", + "options": "-b32", + "command": "decode" + }, + { + "f_source": "x86/basic/branch_64.asm", + "f_result": "x86/basic/branch_64.result", + "f_test": "x86/basic/branch_64.test", + "options": "-b64", + "command": "decode" + }, + { + "f_source": "x86/basic/cet_64.asm", + "f_result": "x86/basic/cet_64.result", + "f_test": "x86/basic/cet_64.test", + "options": "-b64", + "command": "decode" + }, + { + "f_source": "x86/basic/enqcmd_64.asm", + "f_result": "x86/basic/enqcmd_64.result", + "f_test": "x86/basic/enqcmd_64.test", + "options": "-b64", + "command": "decode" + }, + { + "f_source": "x86/basic/fpu_64.asm", + "f_result": "x86/basic/fpu_64.result", + "f_test": "x86/basic/fpu_64.test", + "options": "-b64", + "command": "decode" + }, + { + "f_source": "x86/basic/gfni_64.asm", + "f_result": "x86/basic/gfni_64.result", + "f_test": "x86/basic/gfni_64.test", + "options": "-b64", + "command": "decode" + }, + { + "f_source": "x86/basic/invlpgb_64.asm", + "f_result": "x86/basic/invlpgb_64.result", + "f_test": "x86/basic/invlpgb_64.test", + "options": "-b64", + "command": "decode" + }, + { + "f_source": "x86/basic/misc_16.asm", + "f_result": "x86/basic/misc_16.result", + "f_test": "x86/basic/misc_16.test", + "options": "-b16", + "command": "decode" + }, + { + "f_source": "x86/basic/misc_32.asm", + "f_result": "x86/basic/misc_32.result", + "f_test": "x86/basic/misc_32.test", + "options": "-b32", + "command": "decode" + }, + { + "f_source": "x86/basic/misc_64.asm", + "f_result": "x86/basic/misc_64.result", + "f_test": "x86/basic/misc_64.test", + "options": "-b64", + "command": "decode" + }, + { + "f_source": "x86/basic/mpx_64.asm", + "f_result": "x86/basic/mpx_64.result", + "f_test": "x86/basic/mpx_64.test", + "options": "-b64", + "command": "decode" + }, + { + "f_source": "x86/basic/prefixes_64.asm", + "f_result": "x86/basic/prefixes_64.result", + "f_test": "x86/basic/prefixes_64.test", + "options": "-b64", + "command": "decode" + }, + { + "f_source": "x86/basic/sha_64.asm", + "f_result": "x86/basic/sha_64.result", + "f_test": "x86/basic/sha_64.test", + "options": "-b64", + "command": "decode" + }, + { + "f_source": "x86/basic/stack_16.asm", + "f_result": "x86/basic/stack_16.result", + "f_test": "x86/basic/stack_16.test", + "options": "-b16", + "command": "decode" + }, + { + "f_source": "x86/basic/stack_32.asm", + "f_result": "x86/basic/stack_32.result", + "f_test": "x86/basic/stack_32.test", + "options": "-b32", + "command": "decode" + }, + { + "f_source": "x86/basic/stack_64.asm", + "f_result": "x86/basic/stack_64.result", + "f_test": "x86/basic/stack_64.test", + "options": "-b64", + "command": "decode" + }, + { + "f_source": "x86/basic/svm_64.asm", + "f_result": "x86/basic/svm_64.result", + "f_test": "x86/basic/svm_64.test", + "options": "-b64", + "command": "decode" + }, + { + "f_source": "x86/basic/system_16.asm", + "f_result": "x86/basic/system_16.result", + "f_test": "x86/basic/system_16.test", + "options": "-b16", + "command": "decode" + }, + { + "f_source": "x86/basic/system_32.asm", + "f_result": "x86/basic/system_32.result", + "f_test": "x86/basic/system_32.test", + "options": "-b32", + "command": "decode" + }, + { + "f_source": "x86/basic/system_64.asm", + "f_result": "x86/basic/system_64.result", + "f_test": "x86/basic/system_64.test", + "options": "-b64", + "command": "decode" + }, + { + "f_source": "x86/basic/tsx_64.asm", + "f_result": "x86/basic/tsx_64.result", + "f_test": "x86/basic/tsx_64.test", + "options": "-b64", + "command": "decode" + }, + { + "f_source": "x86/basic/vmx_64.asm", + "f_result": "x86/basic/vmx_64.result", + "f_test": "x86/basic/vmx_64.test", + "options": "-b64", + "command": "decode" + }, + { + "f_source": "x86/basic/snp_64.asm", + "f_result": "x86/basic/snp_64.result", + "f_test": "x86/basic/snp_64.test", + "options": "-b64", + "command": "decode" + }, + { + "f_source": "x86/cet/cet_32.asm", + "f_result": "x86/cet/cet_32.result", + "f_test": "x86/cet/cet_32.test", + "options": "-b32", + "command": "decode" + }, + { + "f_source": "x86/cet/cet_64.asm", + "f_result": "x86/cet/cet_64.result", + "f_test": "x86/cet/cet_64.test", + "options": "-b64", + "command": "decode" + }, + { + "f_source": "x86/cet/dnt_32.asm", + "f_result": "x86/cet/dnt_32.result", + "f_test": "x86/cet/dnt_32.test", + "options": "-b32", + "command": "decode" + }, + { + "f_source": "x86/cet/dnt_64.asm", + "f_result": "x86/cet/dnt_64.result", + "f_test": "x86/cet/dnt_64.test", + "options": "-b64", + "command": "decode" + }, + { + "f_source": "x86/cmpccxadd/cmpccxadd_64.asm", + "f_result": "x86/cmpccxadd/cmpccxadd_64.result", + "f_test": "x86/cmpccxadd/cmpccxadd_64.test", + "options": "-b64", + "command": "decode" + }, + { + "f_source": "x86/fred/fred_64.asm", + "f_result": "x86/fred/fred_64.result", + "f_test": "x86/fred/fred_64.test", + "options": "-b64", + "command": "decode" + }, + { + "f_source": "x86/kl/kl_64.asm", + "f_result": "x86/kl/kl_64.result", + "f_test": "x86/kl/kl_64.test", + "options": "-b64", + "command": "decode" + }, + { + "f_source": "x86/msr/msr_64.asm", + "f_result": "x86/msr/msr_64.result", + "f_test": "x86/msr/msr_64.test", + "options": "-b64", + "command": "decode" + }, + { + "f_source": "x86/prefetchit/prefetchit_32.asm", + "f_result": "x86/prefetchit/prefetchit_32.result", + "f_test": "x86/prefetchit/prefetchit_32.test", + "options": "-b32", + "command": "decode" + }, + { + "f_source": "x86/prefetchit/prefetchit_64.asm", + "f_result": "x86/prefetchit/prefetchit_64.result", + "f_test": "x86/prefetchit/prefetchit_64.test", + "options": "-b64", + "command": "decode" + }, + { + "f_source": "x86/rao-int/raoint_64.asm", + "f_result": "x86/rao-int/raoint_64.result", + "f_test": "x86/rao-int/raoint_64.test", + "options": "-b64", + "command": "decode" + }, + { + "f_source": "x86/sha512/sha512_64.asm", + "f_result": "x86/sha512/sha512_64.result", + "f_test": "x86/sha512/sha512_64.test", + "options": "-b64", + "command": "decode" + }, + { + "f_source": "x86/simd/3dnow_64.asm", + "f_result": "x86/simd/3dnow_64.result", + "f_test": "x86/simd/3dnow_64.test", + "options": "-b64", + "command": "decode" + }, + { + "f_source": "x86/simd/mmx_64.asm", + "f_result": "x86/simd/mmx_64.result", + "f_test": "x86/simd/mmx_64.test", + "options": "-b64", + "command": "decode" + }, + { + "f_source": "x86/simd/sse2_64.asm", + "f_result": "x86/simd/sse2_64.result", + "f_test": "x86/simd/sse2_64.test", + "options": "-b64", + "command": "decode" + }, + { + "f_source": "x86/simd/sse3_64.asm", + "f_result": "x86/simd/sse3_64.result", + "f_test": "x86/simd/sse3_64.test", + "options": "-b64", + "command": "decode" + }, + { + "f_source": "x86/simd/sse4_64.asm", + "f_result": "x86/simd/sse4_64.result", + "f_test": "x86/simd/sse4_64.test", + "options": "-b64", + "command": "decode" + }, + { + "f_source": "x86/sm/sm_64.asm", + "f_result": "x86/sm/sm_64.result", + "f_test": "x86/sm/sm_64.test", + "options": "-b64", + "command": "decode" + }, + { + "f_source": "x86/special/amx_64_skip.asm", + "f_result": "x86/special/amx_64_skip.result", + "f_test": "x86/special/amx_64_skip.test", + "options": "-b64 -skip16", + "command": "decode" + }, + { + "f_source": "x86/special/avx2gather_1_64_skip.asm", + "f_result": "x86/special/avx2gather_1_64_skip.result", + "f_test": "x86/special/avx2gather_1_64_skip.test", + "options": "-b64 -skip16", + "command": "decode" + }, + { + "f_source": "x86/special/avx2gather_2_64_skip.asm", + "f_result": "x86/special/avx2gather_2_64_skip.result", + "f_test": "x86/special/avx2gather_2_64_skip.test", + "options": "-b64 -skip16", + "command": "decode" + }, + { + "f_source": "x86/special/avx2gather_3_64_skip.asm", + "f_result": "x86/special/avx2gather_3_64_skip.result", + "f_test": "x86/special/avx2gather_3_64_skip.test", + "options": "-b64 -skip16", + "command": "decode" + }, + { + "f_source": "x86/special/cr8_32.asm", + "f_result": "x86/special/cr8_32.result", + "f_test": "x86/special/cr8_32.test", + "options": "-b32", + "command": "decode" + }, + { + "f_source": "x86/special/ignorew_evex_32.asm", + "f_result": "x86/special/ignorew_evex_32.result", + "f_test": "x86/special/ignorew_evex_32.test", + "options": "-b32", + "command": "decode" + }, + { + "f_source": "x86/special/ignorew_evex_64.asm", + "f_result": "x86/special/ignorew_evex_64.result", + "f_test": "x86/special/ignorew_evex_64.test", + "options": "-b64", + "command": "decode" + }, + { + "f_source": "x86/special/invalid_32_skip.asm", + "f_result": "x86/special/invalid_32_skip.result", + "f_test": "x86/special/invalid_32_skip.test", + "options": "-b32 -skip16", + "command": "decode" + }, + { + "f_source": "x86/special/invalid_64_skip.asm", + "f_result": "x86/special/invalid_64_skip.result", + "f_test": "x86/special/invalid_64_skip.test", + "options": "-b64 -skip16", + "command": "decode" + }, + { + "f_source": "x86/special/long_64.asm", + "f_result": "x86/special/long_64.result", + "f_test": "x86/special/long_64.test", + "options": "-b64", + "command": "decode" + }, + { + "f_source": "x86/special/movcrdr_64.asm", + "f_result": "x86/special/movcrdr_64.result", + "f_test": "x86/special/movcrdr_64.test", + "options": "-b64", + "command": "decode" + }, + { + "f_source": "x86/special/only_32.asm", + "f_result": "x86/special/only_32.result", + "f_test": "x86/special/only_32.test", + "options": "-b32", + "command": "decode" + }, + { + "f_source": "x86/special/only_64.asm", + "f_result": "x86/special/only_64.result", + "f_test": "x86/special/only_64.test", + "options": "-b64", + "command": "decode" + }, + { + "f_source": "x86/special/regressions_32.asm", + "f_result": "x86/special/regressions_32.result", + "f_test": "x86/special/regressions_32.test", + "options": "-b32", + "command": "decode" + }, + { + "f_source": "x86/special/regressions_64.asm", + "f_result": "x86/special/regressions_64.result", + "f_test": "x86/special/regressions_64.test", + "options": "-b64", + "command": "decode" + }, + { + "f_source": "x86/special/invalid_evex_64_skip.asm", + "f_result": "x86/special/invalid_evex_64_skip.result", + "f_test": "x86/special/invalid_evex_64_skip.test", + "options": "-b64 -skip16", + "command": "decode" + }, + { + "f_source": "x86/tdx/tdx_64.asm", + "f_result": "x86/tdx/tdx_64.result", + "f_test": "x86/tdx/tdx_64.test", + "options": "-b64", + "command": "decode" + }, + { + "f_source": "x86/tse/tse_64.asm", + "f_result": "x86/tse/tse_64.result", + "f_test": "x86/tse/tse_64.test", + "options": "-b64", + "command": "decode" + }, + { + "f_source": "x86/uintr/uintr_64.asm", + "f_result": "x86/uintr/uintr_64.result", + "f_test": "x86/uintr/uintr_64.test", + "options": "-b64", + "command": "decode" + }, + { + "f_source": "x86/usermsr/rex2_valid_64.asm", + "f_result": "x86/usermsr/rex2_valid_64.result", + "f_test": "x86/usermsr/rex2_valid_64.test", + "options": "-b64", + "command": "decode" + }, + { + "f_source": "x86/avx10/avx101_64.asm", + "f_result": "x86/avx10/avx101_64.result", + "f_test": "x86/avx10/avx101_64.test", + "options": "-b64", + "command": "decode" + }, + { + "f_source": "x86/avx10/avx102_64.asm", + "f_result": "x86/avx10/avx102_64.result", + "f_test": "x86/avx10/avx102_64.test", + "options": "-b64", + "command": "decode" + } +] \ No newline at end of file diff --git a/bddisasm_test/test_all.py b/bddisasm_test/test_all.py deleted file mode 100644 index 68e8f13..0000000 --- a/bddisasm_test/test_all.py +++ /dev/null @@ -1,141 +0,0 @@ -# -# Copyright (c) 2020 Bitdefender -# SPDX-License-Identifier: Apache-2.0 -# -import os -import sys -import glob - -total_tests = 0 -failed_tests = 0 - -def get_dict(ins): - d = {} - prefix = "" - - # Remove lines that don't contain tokens. - lines = ins.split("\n") - - # Main disassembly. - d["disasm"] = lines[0] - - for line in lines[1:]: - tokens = line.split(",") - for t in tokens: - val = t.split(":") - if len(val) != 2: - continue - a = val[0].strip(" ") - b = val[1].strip(" ") - if a == "Operand": - prefix = "op%s_" % b - a = prefix + a - d[a] = b - return d - -def compare_instruction(i1, i2): - x1 = get_dict(i1) - x2 = get_dict(i2) - for t in x1: - if not t in x2: - print(" ! ERROR: Token '%s', value '%s' missing from output!" % (t, x1[t])) - return False - if x1[t] != x2[t]: - print(" ! ERROR: Token '%s' value mismatch: expected '%s', got '%s'!" % (t, x1[t], x2[t])) - return False - for t in x2: - if not t in x1: - print(" ! WARNING: Extra token in result: '%s', value '%s'!" % (t, x2[t])) - - return True - -def compare_results(data1, data2): - ins1 = data1.split("\n\n") - ins2 = data2.split("\n\n") - if len(ins1) != len(ins2): - print(" ! Different number of instructions in output: expected %d, got %d!" % (len(ins1), len(ins2))) - return False - for i in range(0, len(ins1)): - if not compare_instruction(ins1[i], ins2[i]): - print(" ! ERROR: Instruction mismatch at %d!" % (i)) - return False - return True - -def test_dir(dir): - global total_tests - global failed_tests - - for f in glob.glob('%s/*.test' % dir): - base, _ = os.path.splitext(f) - - tst_file = f - res_file = base + '.result' - tmp_file = base + '.temp' - - if 0 < f.find('_16'): - mod = '-b16' - elif 0 < f.find('_32'): - mod = '-b32' - else: - mod = '-b64' - if 0 < f.find('_r0'): - mod += ' -k' - - if 0 < f.find('_skip'): - mod += ' -skip16' - - print(' * Running test case %s...' % f) - os.system('disasm -exi %s -f %s >%s' % (mod, tst_file, tmp_file)) - try: - res = open(res_file).read() - except: - print(' ! No result file provided for test %s!' % tst_file) - - try: - tmp = open(tmp_file).read() - except: - print(' ! No result produced by test %s!' % tst_file) - - total_tests += 1 - if not compare_results(res, tmp): - print(' **** FAILED! ****') - failed_tests += 1 - else: - print(' * Passed.') - - # Cleanup. - os.remove(tmp_file) - -def regenerate(dir): - for f in glob.glob('%s/*.test' % dir): - base, _ = os.path.splitext(f) - - tst_file = f - res_file = base + '.result' - - if 0 < f.find('_16'): - mod = '-b16' - elif 0 < f.find('_32'): - mod = '-b32' - else: - mod = '-b64' - if 0 < f.find('_r0'): - mod += ' -k' - if 0 < f.find('_skip'): - mod += ' -skip16' - - print(' * Regenerating test case %s...' % tst_file) - os.system('disasm -exi %s -f %s >%s' % (mod, tst_file, res_file)) - -if __name__ == "__main__": - for dn in glob.glob("x86/*"): - if not os.path.isdir(dn): - continue - if "regenerate" in sys.argv: - print('Regenerating %s...' % dn) - regenerate(dn) - else: - print('Testing %s...' % dn) - test_dir(dn) - - print("Ran %d tests, %d failed" % (total_tests, failed_tests)) diff --git a/bddisasm_test/x86/apx/apx1_64.result b/bddisasm_test/x86/apx/apx1_64.result index 5381178..ac4c5c3 100644 --- a/bddisasm_test/x86/apx/apx1_64.result +++ b/bddisasm_test/x86/apx/apx1_64.result @@ -1,4 +1,80 @@ -0000000000000000 626c7808101e ADC byte ptr [r22], r27b +0000000000000000 626c7c08fc1e AADD dword ptr [r22], r27d + DSIZE: 32, ASIZE: 64, VLEN: - + ISA Set: APX_F, Ins cat: RAO-INT, CET tracked: no + CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 + EVEX Tuple Type: None + Exception class: APX, exception type: APX-EVEX-RAO-INT + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Memory, Size: 4, RawSize: 4, Encoding: M, + Segment: 3, Base: 22, + Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 + +0000000000000006 626cfc08fc1e AADD qword ptr [r22], r27 + DSIZE: 64, ASIZE: 64, VLEN: - + ISA Set: APX_F, Ins cat: RAO-INT, CET tracked: no + CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 + EVEX Tuple Type: None + Exception class: APX, exception type: APX-EVEX-RAO-INT + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Memory, Size: 8, RawSize: 8, Encoding: M, + Segment: 3, Base: 22, + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 + +000000000000000C 626c7d08fc1e AAND dword ptr [r22], r27d + DSIZE: 32, ASIZE: 64, VLEN: - + ISA Set: APX_F, Ins cat: RAO-INT, CET tracked: no + CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 + EVEX Tuple Type: None + Exception class: APX, exception type: APX-EVEX-RAO-INT + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Memory, Size: 4, RawSize: 4, Encoding: M, + Segment: 3, Base: 22, + Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 + +0000000000000012 626cfd08fc1e AAND qword ptr [r22], r27 + DSIZE: 64, ASIZE: 64, VLEN: - + ISA Set: APX_F, Ins cat: RAO-INT, CET tracked: no + CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 + EVEX Tuple Type: None + Exception class: APX, exception type: APX-EVEX-RAO-INT + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Memory, Size: 8, RawSize: 8, Encoding: M, + Segment: 3, Base: 22, + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 + +0000000000000018 626c7c08101e ADC byte ptr [r22], r27b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -20,7 +96,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000006 626c780810de ADC r22b, r27b +000000000000001E 626c7c0810de ADC r22b, r27b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -41,7 +117,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000000C 626cf808101e ADC byte ptr [r22], r27b +0000000000000024 626cfc08101e ADC byte ptr [r22], r27b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -63,7 +139,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000012 626cf80810de ADC r22b, r27b +000000000000002A 626cfc0810de ADC r22b, r27b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -84,7 +160,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000018 626c7808111e ADC dword ptr [r22], r27d +0000000000000030 626c7c08111e ADC dword ptr [r22], r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -106,7 +182,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000001E 626c780811de ADC r22d, r27d +0000000000000036 626c7c0811de ADC r22d, r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -127,7 +203,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000024 626cf808111e ADC qword ptr [r22], r27 +000000000000003C 626cfc08111e ADC qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -149,7 +225,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000002A 626cf80811de ADC r22, r27 +0000000000000042 626cfc0811de ADC r22, r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -170,7 +246,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000030 626c7908111e ADC word ptr [r22], r27w +0000000000000048 626c7d08111e ADC word ptr [r22], r27w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -192,7 +268,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000000036 626c790811de ADC r22w, r27w +000000000000004E 626c7d0811de ADC r22w, r27w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -213,7 +289,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000003C 626cf908111e ADC qword ptr [r22], r27 +0000000000000054 626cfd08111e ADC qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -235,7 +311,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000042 626cf90811de ADC r22, r27 +000000000000005A 626cfd0811de ADC r22, r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -256,7 +332,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000048 626c7808121e ADC r27b, byte ptr [r22] +0000000000000060 626c7c08121e ADC r27b, byte ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -278,7 +354,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000004E 626c780812de ADC r27b, r22b +0000000000000066 626c7c0812de ADC r27b, r22b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -299,7 +375,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000054 626cf808121e ADC r27b, byte ptr [r22] +000000000000006C 626cfc08121e ADC r27b, byte ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -321,7 +397,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000005A 626cf80812de ADC r27b, r22b +0000000000000072 626cfc0812de ADC r27b, r22b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -342,7 +418,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000060 626c7808131e ADC r27d, dword ptr [r22] +0000000000000078 626c7c08131e ADC r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -364,7 +440,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000066 626c780813de ADC r27d, r22d +000000000000007E 626c7c0813de ADC r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -385,7 +461,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000006C 626cf808131e ADC r27, qword ptr [r22] +0000000000000084 626cfc08131e ADC r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -407,7 +483,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000072 626cf80813de ADC r27, r22 +000000000000008A 626cfc0813de ADC r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -428,7 +504,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000078 626c7908131e ADC r27w, word ptr [r22] +0000000000000090 626c7d08131e ADC r27w, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -450,7 +526,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000007E 626c790813de ADC r27w, r22w +0000000000000096 626c7d0813de ADC r27w, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -471,7 +547,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000000084 626cf908131e ADC r27, qword ptr [r22] +000000000000009C 626cfd08131e ADC r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -493,7 +569,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000008A 626cf90813de ADC r27, r22 +00000000000000A2 626cfd0813de ADC r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -514,7 +590,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000090 626c78088016bd ADC byte ptr [r22], 0xbd +00000000000000A8 626c7c088016bd ADC byte ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -536,7 +612,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000097 626c780880d6bd ADC r22b, 0xbd +00000000000000AF 626c7c0880d6bd ADC r22b, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -557,7 +633,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000009E 626cf8088016bd ADC byte ptr [r22], 0xbd +00000000000000B6 626cfc088016bd ADC byte ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -579,7 +655,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000000A5 626cf80880d6bd ADC r22b, 0xbd +00000000000000BD 626cfc0880d6bd ADC r22b, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -600,7 +676,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000000AC 626c78088116bdbdbdbd ADC dword ptr [r22], 0xbdbdbdbd +00000000000000C4 626c7c088116bdbdbdbd ADC dword ptr [r22], 0xbdbdbdbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -622,7 +698,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000000B6 626c780881d6bdbdbdbd ADC r22d, 0xbdbdbdbd +00000000000000CE 626c7c0881d6bdbdbdbd ADC r22d, 0xbdbdbdbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -643,7 +719,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000000C0 626cf8088116bdbdbdbd ADC qword ptr [r22], 0xbdbdbdbd +00000000000000D8 626cfc088116bdbdbdbd ADC qword ptr [r22], 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -665,7 +741,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000000CA 626cf80881d6bdbdbdbd ADC r22, 0xbdbdbdbd +00000000000000E2 626cfc0881d6bdbdbdbd ADC r22, 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -686,7 +762,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000000D4 626c79088116bdbd ADC word ptr [r22], 0xbdbd +00000000000000EC 626c7d088116bdbd ADC word ptr [r22], 0xbdbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -708,7 +784,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 2, RawSize: 2, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000000DC 626c790881d6bdbd ADC r22w, 0xbdbd +00000000000000F4 626c7d0881d6bdbd ADC r22w, 0xbdbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -729,7 +805,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 2, RawSize: 2, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000000E4 626cf9088116bdbdbdbd ADC qword ptr [r22], 0xbdbdbdbd +00000000000000FC 626cfd088116bdbdbdbd ADC qword ptr [r22], 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -751,7 +827,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000000EE 626cf90881d6bdbdbdbd ADC r22, 0xbdbdbdbd +0000000000000106 626cfd0881d6bdbdbdbd ADC r22, 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -772,7 +848,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000000F8 626c78088316bd ADC dword ptr [r22], 0xbd +0000000000000110 626c7c088316bd ADC dword ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -794,7 +870,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000000FF 626c780883d6bd ADC r22d, 0xbd +0000000000000117 626c7c0883d6bd ADC r22d, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -815,7 +891,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000106 626cf8088316bd ADC qword ptr [r22], 0xbd +000000000000011E 626cfc088316bd ADC qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -837,7 +913,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000010D 626cf80883d6bd ADC r22, 0xbd +0000000000000125 626cfc0883d6bd ADC r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -858,7 +934,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000114 626c79088316bd ADC word ptr [r22], 0xbd +000000000000012C 626c7d088316bd ADC word ptr [r22], 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -880,7 +956,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000011B 626c790883d6bd ADC r22w, 0xbd +0000000000000133 626c7d0883d6bd ADC r22w, 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -901,7 +977,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000000122 626cf9088316bd ADC qword ptr [r22], 0xbd +000000000000013A 626cfd088316bd ADC qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -923,7 +999,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000129 626cf90883d6bd ADC r22, 0xbd +0000000000000141 626cfd0883d6bd ADC r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -944,7 +1020,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000130 626c7818101e ADC al, byte ptr [r22], r27b +0000000000000148 626c7c18101e ADC al, byte ptr [r22], r27b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -967,7 +1043,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000136 626c781810de ADC al, r22b, r27b +000000000000014E 626c7c1810de ADC al, r22b, r27b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -989,7 +1065,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000013C 626cf818101e ADC al, byte ptr [r22], r27b +0000000000000154 626cfc18101e ADC al, byte ptr [r22], r27b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -1012,7 +1088,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000142 626cf81810de ADC al, r22b, r27b +000000000000015A 626cfc1810de ADC al, r22b, r27b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -1034,7 +1110,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000148 626c7818111e ADC eax, dword ptr [r22], r27d +0000000000000160 626c7c18111e ADC eax, dword ptr [r22], r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -1057,7 +1133,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000014E 626c781811de ADC eax, r22d, r27d +0000000000000166 626c7c1811de ADC eax, r22d, r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -1079,7 +1155,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000154 626cf818111e ADC rax, qword ptr [r22], r27 +000000000000016C 626cfc18111e ADC rax, qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -1102,7 +1178,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000015A 626cf81811de ADC rax, r22, r27 +0000000000000172 626cfc1811de ADC rax, r22, r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -1124,7 +1200,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000160 626c7918111e ADC ax, word ptr [r22], r27w +0000000000000178 626c7d18111e ADC ax, word ptr [r22], r27w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -1147,7 +1223,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000000166 626c791811de ADC ax, r22w, r27w +000000000000017E 626c7d1811de ADC ax, r22w, r27w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -1169,7 +1245,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000016C 626cf918111e ADC rax, qword ptr [r22], r27 +0000000000000184 626cfd18111e ADC rax, qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -1192,7 +1268,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000172 626cf91811de ADC rax, r22, r27 +000000000000018A 626cfd1811de ADC rax, r22, r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -1214,7 +1290,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000178 626c7818121e ADC al, r27b, byte ptr [r22] +0000000000000190 626c7c18121e ADC al, r27b, byte ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -1237,7 +1313,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000017E 626c781812de ADC al, r27b, r22b +0000000000000196 626c7c1812de ADC al, r27b, r22b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -1259,7 +1335,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000184 626cf818121e ADC al, r27b, byte ptr [r22] +000000000000019C 626cfc18121e ADC al, r27b, byte ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -1282,7 +1358,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000018A 626cf81812de ADC al, r27b, r22b +00000000000001A2 626cfc1812de ADC al, r27b, r22b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -1304,7 +1380,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000190 626c7818131e ADC eax, r27d, dword ptr [r22] +00000000000001A8 626c7c18131e ADC eax, r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -1327,7 +1403,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000196 626c781813de ADC eax, r27d, r22d +00000000000001AE 626c7c1813de ADC eax, r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -1349,7 +1425,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000019C 626cf818131e ADC rax, r27, qword ptr [r22] +00000000000001B4 626cfc18131e ADC rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -1372,7 +1448,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000001A2 626cf81813de ADC rax, r27, r22 +00000000000001BA 626cfc1813de ADC rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -1394,7 +1470,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000001A8 626c7918131e ADC ax, r27w, word ptr [r22] +00000000000001C0 626c7d18131e ADC ax, r27w, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -1417,7 +1493,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000001AE 626c791813de ADC ax, r27w, r22w +00000000000001C6 626c7d1813de ADC ax, r27w, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -1439,7 +1515,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000001B4 626cf918131e ADC rax, r27, qword ptr [r22] +00000000000001CC 626cfd18131e ADC rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -1462,7 +1538,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000001BA 626cf91813de ADC rax, r27, r22 +00000000000001D2 626cfd1813de ADC rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -1484,7 +1560,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000001C0 626c78188016bd ADC al, byte ptr [r22], 0xbd +00000000000001D8 626c7c188016bd ADC al, byte ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -1507,7 +1583,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000001C7 626c781880d6bd ADC al, r22b, 0xbd +00000000000001DF 626c7c1880d6bd ADC al, r22b, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -1529,7 +1605,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000001CE 626cf8188016bd ADC al, byte ptr [r22], 0xbd +00000000000001E6 626cfc188016bd ADC al, byte ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -1552,7 +1628,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000001D5 626cf81880d6bd ADC al, r22b, 0xbd +00000000000001ED 626cfc1880d6bd ADC al, r22b, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -1574,7 +1650,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000001DC 626c78188116bdbdbdbd ADC eax, dword ptr [r22], 0xbdbdbdbd +00000000000001F4 626c7c188116bdbdbdbd ADC eax, dword ptr [r22], 0xbdbdbdbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -1597,7 +1673,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000001E6 626c781881d6bdbdbdbd ADC eax, r22d, 0xbdbdbdbd +00000000000001FE 626c7c1881d6bdbdbdbd ADC eax, r22d, 0xbdbdbdbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -1619,7 +1695,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000001F0 626cf8188116bdbdbdbd ADC rax, qword ptr [r22], 0xbdbdbdbd +0000000000000208 626cfc188116bdbdbdbd ADC rax, qword ptr [r22], 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -1642,7 +1718,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000001FA 626cf81881d6bdbdbdbd ADC rax, r22, 0xbdbdbdbd +0000000000000212 626cfc1881d6bdbdbdbd ADC rax, r22, 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -1664,7 +1740,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000204 626c79188116bdbd ADC ax, word ptr [r22], 0xbdbd +000000000000021C 626c7d188116bdbd ADC ax, word ptr [r22], 0xbdbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -1687,7 +1763,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 2, RawSize: 2, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000020C 626c791881d6bdbd ADC ax, r22w, 0xbdbd +0000000000000224 626c7d1881d6bdbd ADC ax, r22w, 0xbdbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -1709,7 +1785,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 2, RawSize: 2, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000000214 626cf9188116bdbdbdbd ADC rax, qword ptr [r22], 0xbdbdbdbd +000000000000022C 626cfd188116bdbdbdbd ADC rax, qword ptr [r22], 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -1732,7 +1808,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000021E 626cf91881d6bdbdbdbd ADC rax, r22, 0xbdbdbdbd +0000000000000236 626cfd1881d6bdbdbdbd ADC rax, r22, 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -1754,7 +1830,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000228 626c78188316bd ADC eax, dword ptr [r22], 0xbd +0000000000000240 626c7c188316bd ADC eax, dword ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -1777,7 +1853,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000022F 626c781883d6bd ADC eax, r22d, 0xbd +0000000000000247 626c7c1883d6bd ADC eax, r22d, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -1799,7 +1875,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000236 626cf8188316bd ADC rax, qword ptr [r22], 0xbd +000000000000024E 626cfc188316bd ADC rax, qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -1822,7 +1898,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000023D 626cf81883d6bd ADC rax, r22, 0xbd +0000000000000255 626cfc1883d6bd ADC rax, r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -1844,7 +1920,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000244 626c79188316bd ADC ax, word ptr [r22], 0xbd +000000000000025C 626c7d188316bd ADC ax, word ptr [r22], 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -1867,7 +1943,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000024B 626c791883d6bd ADC ax, r22w, 0xbd +0000000000000263 626c7d1883d6bd ADC ax, r22w, 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -1889,7 +1965,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000000252 626cf9188316bd ADC rax, qword ptr [r22], 0xbd +000000000000026A 626cfd188316bd ADC rax, qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -1912,7 +1988,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000259 626cf91883d6bd ADC rax, r22, 0xbd +0000000000000271 626cfd1883d6bd ADC rax, r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -1934,7 +2010,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000260 626c7908661e ADCX r27d, dword ptr [r22] +0000000000000278 626c7d08661e ADCX r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -1956,7 +2032,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000266 626c790866de ADCX r27d, r22d +000000000000027E 626c7d0866de ADCX r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -1977,7 +2053,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000026C 626cf908661e ADCX r27, qword ptr [r22] +0000000000000284 626cfd08661e ADCX r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -1999,7 +2075,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000272 626cf90866de ADCX r27, r22 +000000000000028A 626cfd0866de ADCX r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -2020,7 +2096,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000278 626c7918661e ADCX eax, r27d, dword ptr [r22] +0000000000000290 626c7d18661e ADCX eax, r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -2043,7 +2119,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000027E 626c791866de ADCX eax, r27d, r22d +0000000000000296 626c7d1866de ADCX eax, r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -2065,7 +2141,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000284 626cf918661e ADCX rax, r27, qword ptr [r22] +000000000000029C 626cfd18661e ADCX rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -2088,7 +2164,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000028A 626cf91866de ADCX rax, r27, r22 +00000000000002A2 626cfd1866de ADCX rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -2110,7 +2186,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000290 626c7808001e ADD byte ptr [r22], r27b +00000000000002A8 626c7c08001e ADD byte ptr [r22], r27b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -2132,7 +2208,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000296 626c780800de ADD r22b, r27b +00000000000002AE 626c7c0800de ADD r22b, r27b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -2153,7 +2229,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000029C 626cf808001e ADD byte ptr [r22], r27b +00000000000002B4 626cfc08001e ADD byte ptr [r22], r27b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -2175,7 +2251,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000002A2 626cf80800de ADD r22b, r27b +00000000000002BA 626cfc0800de ADD r22b, r27b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -2196,7 +2272,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000002A8 626c7808011e ADD dword ptr [r22], r27d +00000000000002C0 626c7c08011e ADD dword ptr [r22], r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -2218,7 +2294,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000002AE 626c780801de ADD r22d, r27d +00000000000002C6 626c7c0801de ADD r22d, r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -2239,7 +2315,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000002B4 626cf808011e ADD qword ptr [r22], r27 +00000000000002CC 626cfc08011e ADD qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -2261,7 +2337,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000002BA 626cf80801de ADD r22, r27 +00000000000002D2 626cfc0801de ADD r22, r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -2282,7 +2358,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000002C0 626c7908011e ADD word ptr [r22], r27w +00000000000002D8 626c7d08011e ADD word ptr [r22], r27w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -2304,7 +2380,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000002C6 626c790801de ADD r22w, r27w +00000000000002DE 626c7d0801de ADD r22w, r27w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -2325,7 +2401,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000002CC 626cf908011e ADD qword ptr [r22], r27 +00000000000002E4 626cfd08011e ADD qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -2347,7 +2423,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000002D2 626cf90801de ADD r22, r27 +00000000000002EA 626cfd0801de ADD r22, r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -2368,7 +2444,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000002D8 626c7808021e ADD r27b, byte ptr [r22] +00000000000002F0 626c7c08021e ADD r27b, byte ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -2390,7 +2466,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000002DE 626c780802de ADD r27b, r22b +00000000000002F6 626c7c0802de ADD r27b, r22b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -2411,7 +2487,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000002E4 626cf808021e ADD r27b, byte ptr [r22] +00000000000002FC 626cfc08021e ADD r27b, byte ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -2433,7 +2509,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000002EA 626cf80802de ADD r27b, r22b +0000000000000302 626cfc0802de ADD r27b, r22b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -2454,7 +2530,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000002F0 626c7808031e ADD r27d, dword ptr [r22] +0000000000000308 626c7c08031e ADD r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -2476,7 +2552,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000002F6 626c780803de ADD r27d, r22d +000000000000030E 626c7c0803de ADD r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -2497,7 +2573,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000002FC 626cf808031e ADD r27, qword ptr [r22] +0000000000000314 626cfc08031e ADD r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -2519,7 +2595,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000302 626cf80803de ADD r27, r22 +000000000000031A 626cfc0803de ADD r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -2540,7 +2616,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000308 626c7908031e ADD r27w, word ptr [r22] +0000000000000320 626c7d08031e ADD r27w, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -2562,7 +2638,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000030E 626c790803de ADD r27w, r22w +0000000000000326 626c7d0803de ADD r27w, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -2583,7 +2659,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000000314 626cf908031e ADD r27, qword ptr [r22] +000000000000032C 626cfd08031e ADD r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -2605,7 +2681,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000031A 626cf90803de ADD r27, r22 +0000000000000332 626cfd0803de ADD r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -2626,7 +2702,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000320 626c78088006bd ADD byte ptr [r22], 0xbd +0000000000000338 626c7c088006bd ADD byte ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -2648,7 +2724,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000327 626c780880c6bd ADD r22b, 0xbd +000000000000033F 626c7c0880c6bd ADD r22b, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -2669,7 +2745,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000032E 626cf8088006bd ADD byte ptr [r22], 0xbd +0000000000000346 626cfc088006bd ADD byte ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -2691,7 +2767,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000335 626cf80880c6bd ADD r22b, 0xbd +000000000000034D 626cfc0880c6bd ADD r22b, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -2712,7 +2788,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000033C 626c78088106bdbdbdbd ADD dword ptr [r22], 0xbdbdbdbd +0000000000000354 626c7c088106bdbdbdbd ADD dword ptr [r22], 0xbdbdbdbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -2734,7 +2810,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000346 626c780881c6bdbdbdbd ADD r22d, 0xbdbdbdbd +000000000000035E 626c7c0881c6bdbdbdbd ADD r22d, 0xbdbdbdbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -2755,7 +2831,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000350 626cf8088106bdbdbdbd ADD qword ptr [r22], 0xbdbdbdbd +0000000000000368 626cfc088106bdbdbdbd ADD qword ptr [r22], 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -2777,7 +2853,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000035A 626cf80881c6bdbdbdbd ADD r22, 0xbdbdbdbd +0000000000000372 626cfc0881c6bdbdbdbd ADD r22, 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -2798,7 +2874,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000364 626c79088106bdbd ADD word ptr [r22], 0xbdbd +000000000000037C 626c7d088106bdbd ADD word ptr [r22], 0xbdbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -2820,7 +2896,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 2, RawSize: 2, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000036C 626c790881c6bdbd ADD r22w, 0xbdbd +0000000000000384 626c7d0881c6bdbd ADD r22w, 0xbdbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -2841,7 +2917,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 2, RawSize: 2, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000000374 626cf9088106bdbdbdbd ADD qword ptr [r22], 0xbdbdbdbd +000000000000038C 626cfd088106bdbdbdbd ADD qword ptr [r22], 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -2863,7 +2939,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000037E 626cf90881c6bdbdbdbd ADD r22, 0xbdbdbdbd +0000000000000396 626cfd0881c6bdbdbdbd ADD r22, 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -2884,7 +2960,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000388 626c78088306bd ADD dword ptr [r22], 0xbd +00000000000003A0 626c7c088306bd ADD dword ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -2906,7 +2982,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000038F 626c780883c6bd ADD r22d, 0xbd +00000000000003A7 626c7c0883c6bd ADD r22d, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -2927,7 +3003,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000396 626cf8088306bd ADD qword ptr [r22], 0xbd +00000000000003AE 626cfc088306bd ADD qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -2949,7 +3025,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000039D 626cf80883c6bd ADD r22, 0xbd +00000000000003B5 626cfc0883c6bd ADD r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -2970,7 +3046,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000003A4 626c79088306bd ADD word ptr [r22], 0xbd +00000000000003BC 626c7d088306bd ADD word ptr [r22], 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -2992,7 +3068,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000003AB 626c790883c6bd ADD r22w, 0xbd +00000000000003C3 626c7d0883c6bd ADD r22w, 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -3013,7 +3089,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000003B2 626cf9088306bd ADD qword ptr [r22], 0xbd +00000000000003CA 626cfd088306bd ADD qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -3035,7 +3111,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000003B9 626cf90883c6bd ADD r22, 0xbd +00000000000003D1 626cfd0883c6bd ADD r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -3056,7 +3132,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000003C0 626c780c001e ADDNF byte ptr [r22], r27b +00000000000003D8 626c7c0c001e ADDNF byte ptr [r22], r27b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -3075,7 +3151,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 -00000000000003C6 626c780c00de ADDNF r22b, r27b +00000000000003DE 626c7c0c00de ADDNF r22b, r27b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -3093,7 +3169,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 -00000000000003CC 626cf80c001e ADDNF byte ptr [r22], r27b +00000000000003E4 626cfc0c001e ADDNF byte ptr [r22], r27b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -3112,7 +3188,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 -00000000000003D2 626cf80c00de ADDNF r22b, r27b +00000000000003EA 626cfc0c00de ADDNF r22b, r27b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -3130,7 +3206,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 -00000000000003D8 626c780c011e ADDNF dword ptr [r22], r27d +00000000000003F0 626c7c0c011e ADDNF dword ptr [r22], r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -3149,7 +3225,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 -00000000000003DE 626c780c01de ADDNF r22d, r27d +00000000000003F6 626c7c0c01de ADDNF r22d, r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -3167,7 +3243,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 -00000000000003E4 626cf80c011e ADDNF qword ptr [r22], r27 +00000000000003FC 626cfc0c011e ADDNF qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -3186,7 +3262,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 -00000000000003EA 626cf80c01de ADDNF r22, r27 +0000000000000402 626cfc0c01de ADDNF r22, r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -3204,7 +3280,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 -00000000000003F0 626c790c011e ADDNF word ptr [r22], r27w +0000000000000408 626c7d0c011e ADDNF word ptr [r22], r27w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -3223,7 +3299,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 -00000000000003F6 626c790c01de ADDNF r22w, r27w +000000000000040E 626c7d0c01de ADDNF r22w, r27w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -3241,7 +3317,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 -00000000000003FC 626cf90c011e ADDNF qword ptr [r22], r27 +0000000000000414 626cfd0c011e ADDNF qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -3260,7 +3336,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 -0000000000000402 626cf90c01de ADDNF r22, r27 +000000000000041A 626cfd0c01de ADDNF r22, r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -3278,7 +3354,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 -0000000000000408 626c780c021e ADDNF r27b, byte ptr [r22] +0000000000000420 626c7c0c021e ADDNF r27b, byte ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -3297,7 +3373,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 1, RawSize: 1, Encoding: M, Segment: 3, Base: 22, -000000000000040E 626c780c02de ADDNF r27b, r22b +0000000000000426 626c7c0c02de ADDNF r27b, r22b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -3315,7 +3391,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 -0000000000000414 626cf80c021e ADDNF r27b, byte ptr [r22] +000000000000042C 626cfc0c021e ADDNF r27b, byte ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -3334,7 +3410,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 1, RawSize: 1, Encoding: M, Segment: 3, Base: 22, -000000000000041A 626cf80c02de ADDNF r27b, r22b +0000000000000432 626cfc0c02de ADDNF r27b, r22b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -3352,7 +3428,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 -0000000000000420 626c780c031e ADDNF r27d, dword ptr [r22] +0000000000000438 626c7c0c031e ADDNF r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -3371,7 +3447,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Segment: 3, Base: 22, -0000000000000426 626c780c03de ADDNF r27d, r22d +000000000000043E 626c7c0c03de ADDNF r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -3389,7 +3465,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 -000000000000042C 626cf80c031e ADDNF r27, qword ptr [r22] +0000000000000444 626cfc0c031e ADDNF r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -3408,7 +3484,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, Segment: 3, Base: 22, -0000000000000432 626cf80c03de ADDNF r27, r22 +000000000000044A 626cfc0c03de ADDNF r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -3426,7 +3502,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 -0000000000000438 626c790c031e ADDNF r27w, word ptr [r22] +0000000000000450 626c7d0c031e ADDNF r27w, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -3445,7 +3521,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Segment: 3, Base: 22, -000000000000043E 626c790c03de ADDNF r27w, r22w +0000000000000456 626c7d0c03de ADDNF r27w, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -3463,7 +3539,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 -0000000000000444 626cf90c031e ADDNF r27, qword ptr [r22] +000000000000045C 626cfd0c031e ADDNF r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -3482,7 +3558,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, Segment: 3, Base: 22, -000000000000044A 626cf90c03de ADDNF r27, r22 +0000000000000462 626cfd0c03de ADDNF r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -3500,7 +3576,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 -0000000000000450 626c780c8006bd ADDNF byte ptr [r22], 0xbd +0000000000000468 626c7c0c8006bd ADDNF byte ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -3519,7 +3595,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000000457 626c780c80c6bd ADDNF r22b, 0xbd +000000000000046F 626c7c0c80c6bd ADDNF r22b, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -3537,7 +3613,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -000000000000045E 626cf80c8006bd ADDNF byte ptr [r22], 0xbd +0000000000000476 626cfc0c8006bd ADDNF byte ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -3556,7 +3632,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000000465 626cf80c80c6bd ADDNF r22b, 0xbd +000000000000047D 626cfc0c80c6bd ADDNF r22b, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -3574,7 +3650,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -000000000000046C 626c780c8106bdbdbdbd ADDNF dword ptr [r22], 0xbdbdbdbd +0000000000000484 626c7c0c8106bdbdbdbd ADDNF dword ptr [r22], 0xbdbdbdbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -3593,7 +3669,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I -0000000000000476 626c780c81c6bdbdbdbd ADDNF r22d, 0xbdbdbdbd +000000000000048E 626c7c0c81c6bdbdbdbd ADDNF r22d, 0xbdbdbdbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -3611,7 +3687,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I -0000000000000480 626cf80c8106bdbdbdbd ADDNF qword ptr [r22], 0xbdbdbdbd +0000000000000498 626cfc0c8106bdbdbdbd ADDNF qword ptr [r22], 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -3630,7 +3706,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I -000000000000048A 626cf80c81c6bdbdbdbd ADDNF r22, 0xbdbdbdbd +00000000000004A2 626cfc0c81c6bdbdbdbd ADDNF r22, 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -3648,7 +3724,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I -0000000000000494 626c790c8106bdbd ADDNF word ptr [r22], 0xbdbd +00000000000004AC 626c7d0c8106bdbd ADDNF word ptr [r22], 0xbdbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -3667,7 +3743,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 2, RawSize: 2, Encoding: I -000000000000049C 626c790c81c6bdbd ADDNF r22w, 0xbdbd +00000000000004B4 626c7d0c81c6bdbd ADDNF r22w, 0xbdbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -3685,7 +3761,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 2, RawSize: 2, Encoding: I -00000000000004A4 626cf90c8106bdbdbdbd ADDNF qword ptr [r22], 0xbdbdbdbd +00000000000004BC 626cfd0c8106bdbdbdbd ADDNF qword ptr [r22], 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -3704,7 +3780,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I -00000000000004AE 626cf90c81c6bdbdbdbd ADDNF r22, 0xbdbdbdbd +00000000000004C6 626cfd0c81c6bdbdbdbd ADDNF r22, 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -3722,7 +3798,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I -00000000000004B8 626c780c8306bd ADDNF dword ptr [r22], 0xbd +00000000000004D0 626c7c0c8306bd ADDNF dword ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -3741,7 +3817,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000004BF 626c780c83c6bd ADDNF r22d, 0xbd +00000000000004D7 626c7c0c83c6bd ADDNF r22d, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -3759,7 +3835,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000004C6 626cf80c8306bd ADDNF qword ptr [r22], 0xbd +00000000000004DE 626cfc0c8306bd ADDNF qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -3778,7 +3854,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000004CD 626cf80c83c6bd ADDNF r22, 0xbd +00000000000004E5 626cfc0c83c6bd ADDNF r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -3796,7 +3872,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000004D4 626c790c8306bd ADDNF word ptr [r22], 0xbd +00000000000004EC 626c7d0c8306bd ADDNF word ptr [r22], 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -3815,7 +3891,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000004DB 626c790c83c6bd ADDNF r22w, 0xbd +00000000000004F3 626c7d0c83c6bd ADDNF r22w, 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -3833,7 +3909,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000004E2 626cf90c8306bd ADDNF qword ptr [r22], 0xbd +00000000000004FA 626cfd0c8306bd ADDNF qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -3852,7 +3928,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000004E9 626cf90c83c6bd ADDNF r22, 0xbd +0000000000000501 626cfd0c83c6bd ADDNF r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -3870,7 +3946,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000004F0 626c7818001e ADD al, byte ptr [r22], r27b +0000000000000508 626c7c18001e ADD al, byte ptr [r22], r27b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -3893,7 +3969,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000004F6 626c781800de ADD al, r22b, r27b +000000000000050E 626c7c1800de ADD al, r22b, r27b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -3915,7 +3991,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000004FC 626cf818001e ADD al, byte ptr [r22], r27b +0000000000000514 626cfc18001e ADD al, byte ptr [r22], r27b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -3938,7 +4014,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000502 626cf81800de ADD al, r22b, r27b +000000000000051A 626cfc1800de ADD al, r22b, r27b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -3960,7 +4036,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000508 626c7818011e ADD eax, dword ptr [r22], r27d +0000000000000520 626c7c18011e ADD eax, dword ptr [r22], r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -3983,7 +4059,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000050E 626c781801de ADD eax, r22d, r27d +0000000000000526 626c7c1801de ADD eax, r22d, r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -4005,7 +4081,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000514 626cf818011e ADD rax, qword ptr [r22], r27 +000000000000052C 626cfc18011e ADD rax, qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -4028,7 +4104,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000051A 626cf81801de ADD rax, r22, r27 +0000000000000532 626cfc1801de ADD rax, r22, r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -4050,7 +4126,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000520 626c7918011e ADD ax, word ptr [r22], r27w +0000000000000538 626c7d18011e ADD ax, word ptr [r22], r27w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -4073,7 +4149,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000000526 626c791801de ADD ax, r22w, r27w +000000000000053E 626c7d1801de ADD ax, r22w, r27w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -4095,7 +4171,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000052C 626cf918011e ADD rax, qword ptr [r22], r27 +0000000000000544 626cfd18011e ADD rax, qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -4118,7 +4194,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000532 626cf91801de ADD rax, r22, r27 +000000000000054A 626cfd1801de ADD rax, r22, r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -4140,7 +4216,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000538 626c7818021e ADD al, r27b, byte ptr [r22] +0000000000000550 626c7c18021e ADD al, r27b, byte ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -4163,7 +4239,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000053E 626c781802de ADD al, r27b, r22b +0000000000000556 626c7c1802de ADD al, r27b, r22b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -4185,7 +4261,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000544 626cf818021e ADD al, r27b, byte ptr [r22] +000000000000055C 626cfc18021e ADD al, r27b, byte ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -4208,7 +4284,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000054A 626cf81802de ADD al, r27b, r22b +0000000000000562 626cfc1802de ADD al, r27b, r22b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -4230,7 +4306,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000550 626c7818031e ADD eax, r27d, dword ptr [r22] +0000000000000568 626c7c18031e ADD eax, r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -4253,7 +4329,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000556 626c781803de ADD eax, r27d, r22d +000000000000056E 626c7c1803de ADD eax, r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -4275,7 +4351,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000055C 626cf818031e ADD rax, r27, qword ptr [r22] +0000000000000574 626cfc18031e ADD rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -4298,7 +4374,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000562 626cf81803de ADD rax, r27, r22 +000000000000057A 626cfc1803de ADD rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -4320,7 +4396,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000568 626c7918031e ADD ax, r27w, word ptr [r22] +0000000000000580 626c7d18031e ADD ax, r27w, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -4343,7 +4419,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000056E 626c791803de ADD ax, r27w, r22w +0000000000000586 626c7d1803de ADD ax, r27w, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -4365,7 +4441,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000000574 626cf918031e ADD rax, r27, qword ptr [r22] +000000000000058C 626cfd18031e ADD rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -4388,7 +4464,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000057A 626cf91803de ADD rax, r27, r22 +0000000000000592 626cfd1803de ADD rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -4410,7 +4486,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000580 626c78188006bd ADD al, byte ptr [r22], 0xbd +0000000000000598 626c7c188006bd ADD al, byte ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -4433,7 +4509,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000587 626c781880c6bd ADD al, r22b, 0xbd +000000000000059F 626c7c1880c6bd ADD al, r22b, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -4455,7 +4531,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000058E 626cf8188006bd ADD al, byte ptr [r22], 0xbd +00000000000005A6 626cfc188006bd ADD al, byte ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -4478,7 +4554,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000595 626cf81880c6bd ADD al, r22b, 0xbd +00000000000005AD 626cfc1880c6bd ADD al, r22b, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -4500,7 +4576,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000059C 626c78188106bdbdbdbd ADD eax, dword ptr [r22], 0xbdbdbdbd +00000000000005B4 626c7c188106bdbdbdbd ADD eax, dword ptr [r22], 0xbdbdbdbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -4523,7 +4599,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000005A6 626c781881c6bdbdbdbd ADD eax, r22d, 0xbdbdbdbd +00000000000005BE 626c7c1881c6bdbdbdbd ADD eax, r22d, 0xbdbdbdbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -4545,7 +4621,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000005B0 626cf8188106bdbdbdbd ADD rax, qword ptr [r22], 0xbdbdbdbd +00000000000005C8 626cfc188106bdbdbdbd ADD rax, qword ptr [r22], 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -4568,7 +4644,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000005BA 626cf81881c6bdbdbdbd ADD rax, r22, 0xbdbdbdbd +00000000000005D2 626cfc1881c6bdbdbdbd ADD rax, r22, 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -4590,7 +4666,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000005C4 626c79188106bdbd ADD ax, word ptr [r22], 0xbdbd +00000000000005DC 626c7d188106bdbd ADD ax, word ptr [r22], 0xbdbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -4613,7 +4689,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 2, RawSize: 2, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000005CC 626c791881c6bdbd ADD ax, r22w, 0xbdbd +00000000000005E4 626c7d1881c6bdbd ADD ax, r22w, 0xbdbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -4635,7 +4711,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 2, RawSize: 2, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000005D4 626cf9188106bdbdbdbd ADD rax, qword ptr [r22], 0xbdbdbdbd +00000000000005EC 626cfd188106bdbdbdbd ADD rax, qword ptr [r22], 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -4658,7 +4734,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000005DE 626cf91881c6bdbdbdbd ADD rax, r22, 0xbdbdbdbd +00000000000005F6 626cfd1881c6bdbdbdbd ADD rax, r22, 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -4680,7 +4756,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000005E8 626c78188306bd ADD eax, dword ptr [r22], 0xbd +0000000000000600 626c7c188306bd ADD eax, dword ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -4703,7 +4779,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000005EF 626c781883c6bd ADD eax, r22d, 0xbd +0000000000000607 626c7c1883c6bd ADD eax, r22d, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -4725,7 +4801,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000005F6 626cf8188306bd ADD rax, qword ptr [r22], 0xbd +000000000000060E 626cfc188306bd ADD rax, qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -4748,7 +4824,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000005FD 626cf81883c6bd ADD rax, r22, 0xbd +0000000000000615 626cfc1883c6bd ADD rax, r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -4770,7 +4846,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000604 626c79188306bd ADD ax, word ptr [r22], 0xbd +000000000000061C 626c7d188306bd ADD ax, word ptr [r22], 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -4793,7 +4869,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000060B 626c791883c6bd ADD ax, r22w, 0xbd +0000000000000623 626c7d1883c6bd ADD ax, r22w, 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -4815,7 +4891,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000000612 626cf9188306bd ADD rax, qword ptr [r22], 0xbd +000000000000062A 626cfd188306bd ADD rax, qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -4838,7 +4914,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000619 626cf91883c6bd ADD rax, r22, 0xbd +0000000000000631 626cfd1883c6bd ADD rax, r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -4860,7 +4936,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000620 626c781c001e ADDNF al, byte ptr [r22], r27b +0000000000000638 626c7c1c001e ADDNF al, byte ptr [r22], r27b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -4880,7 +4956,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 -0000000000000626 626c781c00de ADDNF al, r22b, r27b +000000000000063E 626c7c1c00de ADDNF al, r22b, r27b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -4899,7 +4975,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 -000000000000062C 626cf81c001e ADDNF al, byte ptr [r22], r27b +0000000000000644 626cfc1c001e ADDNF al, byte ptr [r22], r27b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -4919,7 +4995,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 -0000000000000632 626cf81c00de ADDNF al, r22b, r27b +000000000000064A 626cfc1c00de ADDNF al, r22b, r27b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -4938,7 +5014,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 -0000000000000638 626c781c011e ADDNF eax, dword ptr [r22], r27d +0000000000000650 626c7c1c011e ADDNF eax, dword ptr [r22], r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -4958,7 +5034,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 -000000000000063E 626c781c01de ADDNF eax, r22d, r27d +0000000000000656 626c7c1c01de ADDNF eax, r22d, r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -4977,7 +5053,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 -0000000000000644 626cf81c011e ADDNF rax, qword ptr [r22], r27 +000000000000065C 626cfc1c011e ADDNF rax, qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -4997,7 +5073,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 -000000000000064A 626cf81c01de ADDNF rax, r22, r27 +0000000000000662 626cfc1c01de ADDNF rax, r22, r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -5016,7 +5092,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 -0000000000000650 626c791c011e ADDNF ax, word ptr [r22], r27w +0000000000000668 626c7d1c011e ADDNF ax, word ptr [r22], r27w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -5036,7 +5112,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 -0000000000000656 626c791c01de ADDNF ax, r22w, r27w +000000000000066E 626c7d1c01de ADDNF ax, r22w, r27w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -5055,7 +5131,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 -000000000000065C 626cf91c011e ADDNF rax, qword ptr [r22], r27 +0000000000000674 626cfd1c011e ADDNF rax, qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -5075,7 +5151,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 -0000000000000662 626cf91c01de ADDNF rax, r22, r27 +000000000000067A 626cfd1c01de ADDNF rax, r22, r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -5094,7 +5170,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 -0000000000000668 626c781c021e ADDNF al, r27b, byte ptr [r22] +0000000000000680 626c7c1c021e ADDNF al, r27b, byte ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -5114,7 +5190,7 @@ Operand: 2, Acc: R-, Type: Memory, Size: 1, RawSize: 1, Encoding: M, Segment: 3, Base: 22, -000000000000066E 626c781c02de ADDNF al, r27b, r22b +0000000000000686 626c7c1c02de ADDNF al, r27b, r22b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -5133,7 +5209,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 -0000000000000674 626cf81c021e ADDNF al, r27b, byte ptr [r22] +000000000000068C 626cfc1c021e ADDNF al, r27b, byte ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -5153,7 +5229,7 @@ Operand: 2, Acc: R-, Type: Memory, Size: 1, RawSize: 1, Encoding: M, Segment: 3, Base: 22, -000000000000067A 626cf81c02de ADDNF al, r27b, r22b +0000000000000692 626cfc1c02de ADDNF al, r27b, r22b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -5172,7 +5248,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 -0000000000000680 626c781c031e ADDNF eax, r27d, dword ptr [r22] +0000000000000698 626c7c1c031e ADDNF eax, r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -5192,7 +5268,7 @@ Operand: 2, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Segment: 3, Base: 22, -0000000000000686 626c781c03de ADDNF eax, r27d, r22d +000000000000069E 626c7c1c03de ADDNF eax, r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -5211,7 +5287,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 -000000000000068C 626cf81c031e ADDNF rax, r27, qword ptr [r22] +00000000000006A4 626cfc1c031e ADDNF rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -5231,7 +5307,7 @@ Operand: 2, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, Segment: 3, Base: 22, -0000000000000692 626cf81c03de ADDNF rax, r27, r22 +00000000000006AA 626cfc1c03de ADDNF rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -5250,7 +5326,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 -0000000000000698 626c791c031e ADDNF ax, r27w, word ptr [r22] +00000000000006B0 626c7d1c031e ADDNF ax, r27w, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -5270,7 +5346,7 @@ Operand: 2, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Segment: 3, Base: 22, -000000000000069E 626c791c03de ADDNF ax, r27w, r22w +00000000000006B6 626c7d1c03de ADDNF ax, r27w, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -5289,7 +5365,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 -00000000000006A4 626cf91c031e ADDNF rax, r27, qword ptr [r22] +00000000000006BC 626cfd1c031e ADDNF rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -5309,7 +5385,7 @@ Operand: 2, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, Segment: 3, Base: 22, -00000000000006AA 626cf91c03de ADDNF rax, r27, r22 +00000000000006C2 626cfd1c03de ADDNF rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -5328,7 +5404,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 -00000000000006B0 626c781c8006bd ADDNF al, byte ptr [r22], 0xbd +00000000000006C8 626c7c1c8006bd ADDNF al, byte ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -5348,7 +5424,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000006B7 626c781c80c6bd ADDNF al, r22b, 0xbd +00000000000006CF 626c7c1c80c6bd ADDNF al, r22b, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -5367,7 +5443,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000006BE 626cf81c8006bd ADDNF al, byte ptr [r22], 0xbd +00000000000006D6 626cfc1c8006bd ADDNF al, byte ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -5387,7 +5463,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000006C5 626cf81c80c6bd ADDNF al, r22b, 0xbd +00000000000006DD 626cfc1c80c6bd ADDNF al, r22b, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -5406,7 +5482,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000006CC 626c781c8106bdbdbdbd ADDNF eax, dword ptr [r22], 0xbdbdbdbd +00000000000006E4 626c7c1c8106bdbdbdbd ADDNF eax, dword ptr [r22], 0xbdbdbdbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -5426,7 +5502,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I -00000000000006D6 626c781c81c6bdbdbdbd ADDNF eax, r22d, 0xbdbdbdbd +00000000000006EE 626c7c1c81c6bdbdbdbd ADDNF eax, r22d, 0xbdbdbdbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -5445,7 +5521,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I -00000000000006E0 626cf81c8106bdbdbdbd ADDNF rax, qword ptr [r22], 0xbdbdbdbd +00000000000006F8 626cfc1c8106bdbdbdbd ADDNF rax, qword ptr [r22], 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -5465,7 +5541,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I -00000000000006EA 626cf81c81c6bdbdbdbd ADDNF rax, r22, 0xbdbdbdbd +0000000000000702 626cfc1c81c6bdbdbdbd ADDNF rax, r22, 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -5484,7 +5560,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I -00000000000006F4 626c791c8106bdbd ADDNF ax, word ptr [r22], 0xbdbd +000000000000070C 626c7d1c8106bdbd ADDNF ax, word ptr [r22], 0xbdbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -5504,7 +5580,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 2, RawSize: 2, Encoding: I -00000000000006FC 626c791c81c6bdbd ADDNF ax, r22w, 0xbdbd +0000000000000714 626c7d1c81c6bdbd ADDNF ax, r22w, 0xbdbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -5523,7 +5599,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 2, RawSize: 2, Encoding: I -0000000000000704 626cf91c8106bdbdbdbd ADDNF rax, qword ptr [r22], 0xbdbdbdbd +000000000000071C 626cfd1c8106bdbdbdbd ADDNF rax, qword ptr [r22], 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -5543,7 +5619,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I -000000000000070E 626cf91c81c6bdbdbdbd ADDNF rax, r22, 0xbdbdbdbd +0000000000000726 626cfd1c81c6bdbdbdbd ADDNF rax, r22, 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -5562,7 +5638,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I -0000000000000718 626c781c8306bd ADDNF eax, dword ptr [r22], 0xbd +0000000000000730 626c7c1c8306bd ADDNF eax, dword ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -5582,7 +5658,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -000000000000071F 626c781c83c6bd ADDNF eax, r22d, 0xbd +0000000000000737 626c7c1c83c6bd ADDNF eax, r22d, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -5601,7 +5677,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000000726 626cf81c8306bd ADDNF rax, qword ptr [r22], 0xbd +000000000000073E 626cfc1c8306bd ADDNF rax, qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -5621,7 +5697,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -000000000000072D 626cf81c83c6bd ADDNF rax, r22, 0xbd +0000000000000745 626cfc1c83c6bd ADDNF rax, r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -5640,7 +5716,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000000734 626c791c8306bd ADDNF ax, word ptr [r22], 0xbd +000000000000074C 626c7d1c8306bd ADDNF ax, word ptr [r22], 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -5660,7 +5736,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -000000000000073B 626c791c83c6bd ADDNF ax, r22w, 0xbd +0000000000000753 626c7d1c83c6bd ADDNF ax, r22w, 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -5679,7 +5755,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000000742 626cf91c8306bd ADDNF rax, qword ptr [r22], 0xbd +000000000000075A 626cfd1c8306bd ADDNF rax, qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -5699,7 +5775,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000000749 626cf91c83c6bd ADDNF rax, r22, 0xbd +0000000000000761 626cfd1c83c6bd ADDNF rax, r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -5718,7 +5794,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000000750 626c7a08661e ADOX r27d, dword ptr [r22] +0000000000000768 626c7e08661e ADOX r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -5740,7 +5816,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000756 626c7a0866de ADOX r27d, r22d +000000000000076E 626c7e0866de ADOX r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -5761,7 +5837,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000075C 626cfa08661e ADOX r27, qword ptr [r22] +0000000000000774 626cfe08661e ADOX r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -5783,7 +5859,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000762 626cfa0866de ADOX r27, r22 +000000000000077A 626cfe0866de ADOX r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -5804,7 +5880,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000768 626c7a18661e ADOX eax, r27d, dword ptr [r22] +0000000000000780 626c7e18661e ADOX eax, r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -5827,7 +5903,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000076E 626c7a1866de ADOX eax, r27d, r22d +0000000000000786 626c7e1866de ADOX eax, r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -5849,7 +5925,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000774 626cfa18661e ADOX rax, r27, qword ptr [r22] +000000000000078C 626cfe18661e ADOX rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -5872,7 +5948,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000077A 626cfa1866de ADOX rax, r27, r22 +0000000000000792 626cfe1866de ADOX rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -5894,359 +5970,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000780 626c7a08dd1e AESDEC128KL xmm27, m384 ptr [r22] - DSIZE: 32, ASIZE: 64, VLEN: 128 - ISA Set: APX_F, Ins cat: AESKL, CET tracked: no - CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 - EVEX Tuple Type: None - Exception class: APX, exception type: APX-EVEX-KEYLOCKER - FLAGS access - CF: 0, PF: 0, AF: 0, ZF: m, SF: 0, OF: 0, - Valid modes - R0: yes, R1: yes, R2: yes, R3: yes - Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes - SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes - VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes - Valid prefixes - REP: no, REPcc: no, LOCK: no - HLE: no, XACQUIRE only: no, XRELEASE only: no - BND: no, BHINT: no, DNT: no - Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 27, RegCount: 1 - Operand: 1, Acc: R-, Type: Memory, Size: 48, RawSize: 48, Encoding: M, - Segment: 3, Base: 22, - Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 - -0000000000000786 626cfa08dd1e AESDEC128KL xmm27, m384 ptr [r22] - DSIZE: 64, ASIZE: 64, VLEN: 128 - ISA Set: APX_F, Ins cat: AESKL, CET tracked: no - CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 - EVEX Tuple Type: None - Exception class: APX, exception type: APX-EVEX-KEYLOCKER - FLAGS access - CF: 0, PF: 0, AF: 0, ZF: m, SF: 0, OF: 0, - Valid modes - R0: yes, R1: yes, R2: yes, R3: yes - Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes - SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes - VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes - Valid prefixes - REP: no, REPcc: no, LOCK: no - HLE: no, XACQUIRE only: no, XRELEASE only: no - BND: no, BHINT: no, DNT: no - Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 27, RegCount: 1 - Operand: 1, Acc: R-, Type: Memory, Size: 48, RawSize: 48, Encoding: M, - Segment: 3, Base: 22, - Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 - -000000000000078C 626c7a08df1e AESDEC256KL xmm27, zmmword ptr [r22] - DSIZE: 32, ASIZE: 64, VLEN: 128 - ISA Set: APX_F, Ins cat: AESKL, CET tracked: no - CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 - EVEX Tuple Type: None - Exception class: APX, exception type: APX-EVEX-KEYLOCKER - FLAGS access - CF: 0, PF: 0, AF: 0, ZF: m, SF: 0, OF: 0, - Valid modes - R0: yes, R1: yes, R2: yes, R3: yes - Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes - SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes - VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes - Valid prefixes - REP: no, REPcc: no, LOCK: no - HLE: no, XACQUIRE only: no, XRELEASE only: no - BND: no, BHINT: no, DNT: no - Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 27, RegCount: 1 - Operand: 1, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, - Segment: 3, Base: 22, - Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 - -0000000000000792 626cfa08df1e AESDEC256KL xmm27, zmmword ptr [r22] - DSIZE: 64, ASIZE: 64, VLEN: 128 - ISA Set: APX_F, Ins cat: AESKL, CET tracked: no - CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 - EVEX Tuple Type: None - Exception class: APX, exception type: APX-EVEX-KEYLOCKER - FLAGS access - CF: 0, PF: 0, AF: 0, ZF: m, SF: 0, OF: 0, - Valid modes - R0: yes, R1: yes, R2: yes, R3: yes - Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes - SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes - VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes - Valid prefixes - REP: no, REPcc: no, LOCK: no - HLE: no, XACQUIRE only: no, XRELEASE only: no - BND: no, BHINT: no, DNT: no - Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 27, RegCount: 1 - Operand: 1, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, - Segment: 3, Base: 22, - Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 - -0000000000000798 626c7a08d80e AESDECWIDE128KL m384 ptr [r22] - DSIZE: 32, ASIZE: 64, VLEN: - - ISA Set: APX_F, Ins cat: WIDE_KL, CET tracked: no - CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 - EVEX Tuple Type: None - Exception class: APX, exception type: APX-EVEX-KEYLOCKER - FLAGS access - CF: 0, PF: 0, AF: 0, ZF: m, SF: 0, OF: 0, - Valid modes - R0: yes, R1: yes, R2: yes, R3: yes - Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes - SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes - VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes - Valid prefixes - REP: no, REPcc: no, LOCK: no - HLE: no, XACQUIRE only: no, XRELEASE only: no - BND: no, BHINT: no, DNT: no - Operand: 0, Acc: R-, Type: Memory, Size: 48, RawSize: 48, Encoding: M, - Segment: 3, Base: 22, - Operand: 1, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: S, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 8 - Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 - -000000000000079E 626cfa08d80e AESDECWIDE128KL m384 ptr [r22] - DSIZE: 64, ASIZE: 64, VLEN: - - ISA Set: APX_F, Ins cat: WIDE_KL, CET tracked: no - CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 - EVEX Tuple Type: None - Exception class: APX, exception type: APX-EVEX-KEYLOCKER - FLAGS access - CF: 0, PF: 0, AF: 0, ZF: m, SF: 0, OF: 0, - Valid modes - R0: yes, R1: yes, R2: yes, R3: yes - Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes - SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes - VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes - Valid prefixes - REP: no, REPcc: no, LOCK: no - HLE: no, XACQUIRE only: no, XRELEASE only: no - BND: no, BHINT: no, DNT: no - Operand: 0, Acc: R-, Type: Memory, Size: 48, RawSize: 48, Encoding: M, - Segment: 3, Base: 22, - Operand: 1, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: S, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 8 - Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 - -00000000000007A4 626c7a08d81e AESDECWIDE256KL zmmword ptr [r22] - DSIZE: 32, ASIZE: 64, VLEN: - - ISA Set: APX_F, Ins cat: WIDE_KL, CET tracked: no - CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 - EVEX Tuple Type: None - Exception class: APX, exception type: APX-EVEX-KEYLOCKER - FLAGS access - CF: 0, PF: 0, AF: 0, ZF: m, SF: 0, OF: 0, - Valid modes - R0: yes, R1: yes, R2: yes, R3: yes - Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes - SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes - VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes - Valid prefixes - REP: no, REPcc: no, LOCK: no - HLE: no, XACQUIRE only: no, XRELEASE only: no - BND: no, BHINT: no, DNT: no - Operand: 0, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, - Segment: 3, Base: 22, - Operand: 1, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: S, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 8 - Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 - -00000000000007AA 626cfa08d81e AESDECWIDE256KL zmmword ptr [r22] - DSIZE: 64, ASIZE: 64, VLEN: - - ISA Set: APX_F, Ins cat: WIDE_KL, CET tracked: no - CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 - EVEX Tuple Type: None - Exception class: APX, exception type: APX-EVEX-KEYLOCKER - FLAGS access - CF: 0, PF: 0, AF: 0, ZF: m, SF: 0, OF: 0, - Valid modes - R0: yes, R1: yes, R2: yes, R3: yes - Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes - SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes - VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes - Valid prefixes - REP: no, REPcc: no, LOCK: no - HLE: no, XACQUIRE only: no, XRELEASE only: no - BND: no, BHINT: no, DNT: no - Operand: 0, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, - Segment: 3, Base: 22, - Operand: 1, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: S, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 8 - Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 - -00000000000007B0 626c7a08dc1e AESENC128KL xmm27, m384 ptr [r22] - DSIZE: 32, ASIZE: 64, VLEN: 128 - ISA Set: APX_F, Ins cat: AESKL, CET tracked: no - CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 - EVEX Tuple Type: None - Exception class: APX, exception type: APX-EVEX-KEYLOCKER - FLAGS access - CF: 0, PF: 0, AF: 0, ZF: m, SF: 0, OF: 0, - Valid modes - R0: yes, R1: yes, R2: yes, R3: yes - Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes - SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes - VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes - Valid prefixes - REP: no, REPcc: no, LOCK: no - HLE: no, XACQUIRE only: no, XRELEASE only: no - BND: no, BHINT: no, DNT: no - Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 27, RegCount: 1 - Operand: 1, Acc: R-, Type: Memory, Size: 48, RawSize: 48, Encoding: M, - Segment: 3, Base: 22, - Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 - -00000000000007B6 626cfa08dc1e AESENC128KL xmm27, m384 ptr [r22] - DSIZE: 64, ASIZE: 64, VLEN: 128 - ISA Set: APX_F, Ins cat: AESKL, CET tracked: no - CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 - EVEX Tuple Type: None - Exception class: APX, exception type: APX-EVEX-KEYLOCKER - FLAGS access - CF: 0, PF: 0, AF: 0, ZF: m, SF: 0, OF: 0, - Valid modes - R0: yes, R1: yes, R2: yes, R3: yes - Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes - SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes - VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes - Valid prefixes - REP: no, REPcc: no, LOCK: no - HLE: no, XACQUIRE only: no, XRELEASE only: no - BND: no, BHINT: no, DNT: no - Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 27, RegCount: 1 - Operand: 1, Acc: R-, Type: Memory, Size: 48, RawSize: 48, Encoding: M, - Segment: 3, Base: 22, - Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 - -00000000000007BC 626c7a08de1e AESENC256KL xmm27, zmmword ptr [r22] - DSIZE: 32, ASIZE: 64, VLEN: 128 - ISA Set: APX_F, Ins cat: AESKL, CET tracked: no - CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 - EVEX Tuple Type: None - Exception class: APX, exception type: APX-EVEX-KEYLOCKER - FLAGS access - CF: 0, PF: 0, AF: 0, ZF: m, SF: 0, OF: 0, - Valid modes - R0: yes, R1: yes, R2: yes, R3: yes - Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes - SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes - VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes - Valid prefixes - REP: no, REPcc: no, LOCK: no - HLE: no, XACQUIRE only: no, XRELEASE only: no - BND: no, BHINT: no, DNT: no - Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 27, RegCount: 1 - Operand: 1, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, - Segment: 3, Base: 22, - Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 - -00000000000007C2 626cfa08de1e AESENC256KL xmm27, zmmword ptr [r22] - DSIZE: 64, ASIZE: 64, VLEN: 128 - ISA Set: APX_F, Ins cat: AESKL, CET tracked: no - CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 - EVEX Tuple Type: None - Exception class: APX, exception type: APX-EVEX-KEYLOCKER - FLAGS access - CF: 0, PF: 0, AF: 0, ZF: m, SF: 0, OF: 0, - Valid modes - R0: yes, R1: yes, R2: yes, R3: yes - Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes - SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes - VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes - Valid prefixes - REP: no, REPcc: no, LOCK: no - HLE: no, XACQUIRE only: no, XRELEASE only: no - BND: no, BHINT: no, DNT: no - Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 27, RegCount: 1 - Operand: 1, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, - Segment: 3, Base: 22, - Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 - -00000000000007C8 626c7a08d806 AESENCWIDE128KL m384 ptr [r22] - DSIZE: 32, ASIZE: 64, VLEN: - - ISA Set: APX_F, Ins cat: WIDE_KL, CET tracked: no - CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 - EVEX Tuple Type: None - Exception class: APX, exception type: APX-EVEX-KEYLOCKER - FLAGS access - CF: 0, PF: 0, AF: 0, ZF: m, SF: 0, OF: 0, - Valid modes - R0: yes, R1: yes, R2: yes, R3: yes - Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes - SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes - VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes - Valid prefixes - REP: no, REPcc: no, LOCK: no - HLE: no, XACQUIRE only: no, XRELEASE only: no - BND: no, BHINT: no, DNT: no - Operand: 0, Acc: R-, Type: Memory, Size: 48, RawSize: 48, Encoding: M, - Segment: 3, Base: 22, - Operand: 1, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: S, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 8 - Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 - -00000000000007CE 626cfa08d806 AESENCWIDE128KL m384 ptr [r22] - DSIZE: 64, ASIZE: 64, VLEN: - - ISA Set: APX_F, Ins cat: WIDE_KL, CET tracked: no - CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 - EVEX Tuple Type: None - Exception class: APX, exception type: APX-EVEX-KEYLOCKER - FLAGS access - CF: 0, PF: 0, AF: 0, ZF: m, SF: 0, OF: 0, - Valid modes - R0: yes, R1: yes, R2: yes, R3: yes - Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes - SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes - VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes - Valid prefixes - REP: no, REPcc: no, LOCK: no - HLE: no, XACQUIRE only: no, XRELEASE only: no - BND: no, BHINT: no, DNT: no - Operand: 0, Acc: R-, Type: Memory, Size: 48, RawSize: 48, Encoding: M, - Segment: 3, Base: 22, - Operand: 1, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: S, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 8 - Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 - -00000000000007D4 626c7a08d816 AESENCWIDE256KL zmmword ptr [r22] - DSIZE: 32, ASIZE: 64, VLEN: - - ISA Set: APX_F, Ins cat: WIDE_KL, CET tracked: no - CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 - EVEX Tuple Type: None - Exception class: APX, exception type: APX-EVEX-KEYLOCKER - FLAGS access - CF: 0, PF: 0, AF: 0, ZF: m, SF: 0, OF: 0, - Valid modes - R0: yes, R1: yes, R2: yes, R3: yes - Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes - SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes - VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes - Valid prefixes - REP: no, REPcc: no, LOCK: no - HLE: no, XACQUIRE only: no, XRELEASE only: no - BND: no, BHINT: no, DNT: no - Operand: 0, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, - Segment: 3, Base: 22, - Operand: 1, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: S, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 8 - Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 - -00000000000007DA 626cfa08d816 AESENCWIDE256KL zmmword ptr [r22] - DSIZE: 64, ASIZE: 64, VLEN: - - ISA Set: APX_F, Ins cat: WIDE_KL, CET tracked: no - CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 - EVEX Tuple Type: None - Exception class: APX, exception type: APX-EVEX-KEYLOCKER - FLAGS access - CF: 0, PF: 0, AF: 0, ZF: m, SF: 0, OF: 0, - Valid modes - R0: yes, R1: yes, R2: yes, R3: yes - Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes - SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes - VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes - Valid prefixes - REP: no, REPcc: no, LOCK: no - HLE: no, XACQUIRE only: no, XRELEASE only: no - BND: no, BHINT: no, DNT: no - Operand: 0, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, - Segment: 3, Base: 22, - Operand: 1, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: S, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 8 - Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 - -00000000000007E0 626c7808201e AND byte ptr [r22], r27b +0000000000000798 626c7c08201e AND byte ptr [r22], r27b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -6268,7 +5992,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000007E6 626c780820de AND r22b, r27b +000000000000079E 626c7c0820de AND r22b, r27b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -6289,7 +6013,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000007EC 626cf808201e AND byte ptr [r22], r27b +00000000000007A4 626cfc08201e AND byte ptr [r22], r27b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -6311,7 +6035,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000007F2 626cf80820de AND r22b, r27b +00000000000007AA 626cfc0820de AND r22b, r27b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -6332,7 +6056,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000007F8 626c7808211e AND dword ptr [r22], r27d +00000000000007B0 626c7c08211e AND dword ptr [r22], r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -6354,7 +6078,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000007FE 626c780821de AND r22d, r27d +00000000000007B6 626c7c0821de AND r22d, r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -6375,7 +6099,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000804 626cf808211e AND qword ptr [r22], r27 +00000000000007BC 626cfc08211e AND qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -6397,7 +6121,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000080A 626cf80821de AND r22, r27 +00000000000007C2 626cfc0821de AND r22, r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -6418,7 +6142,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000810 626c7908211e AND word ptr [r22], r27w +00000000000007C8 626c7d08211e AND word ptr [r22], r27w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -6440,7 +6164,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000000816 626c790821de AND r22w, r27w +00000000000007CE 626c7d0821de AND r22w, r27w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -6461,7 +6185,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000081C 626cf908211e AND qword ptr [r22], r27 +00000000000007D4 626cfd08211e AND qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -6483,7 +6207,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000822 626cf90821de AND r22, r27 +00000000000007DA 626cfd0821de AND r22, r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -6504,7 +6228,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000828 626c7808221e AND r27b, byte ptr [r22] +00000000000007E0 626c7c08221e AND r27b, byte ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -6526,7 +6250,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000082E 626c780822de AND r27b, r22b +00000000000007E6 626c7c0822de AND r27b, r22b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -6547,7 +6271,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000834 626cf808221e AND r27b, byte ptr [r22] +00000000000007EC 626cfc08221e AND r27b, byte ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -6569,7 +6293,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000083A 626cf80822de AND r27b, r22b +00000000000007F2 626cfc0822de AND r27b, r22b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -6590,7 +6314,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000840 626c7808231e AND r27d, dword ptr [r22] +00000000000007F8 626c7c08231e AND r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -6612,7 +6336,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000846 626c780823de AND r27d, r22d +00000000000007FE 626c7c0823de AND r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -6633,7 +6357,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000084C 626cf808231e AND r27, qword ptr [r22] +0000000000000804 626cfc08231e AND r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -6655,7 +6379,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000852 626cf80823de AND r27, r22 +000000000000080A 626cfc0823de AND r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -6676,7 +6400,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000858 626c7908231e AND r27w, word ptr [r22] +0000000000000810 626c7d08231e AND r27w, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -6698,7 +6422,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000085E 626c790823de AND r27w, r22w +0000000000000816 626c7d0823de AND r27w, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -6719,7 +6443,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000000864 626cf908231e AND r27, qword ptr [r22] +000000000000081C 626cfd08231e AND r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -6741,7 +6465,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000086A 626cf90823de AND r27, r22 +0000000000000822 626cfd0823de AND r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -6762,7 +6486,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000870 626c78088026bd AND byte ptr [r22], 0xbd +0000000000000828 626c7c088026bd AND byte ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -6784,7 +6508,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000877 626c780880e6bd AND r22b, 0xbd +000000000000082F 626c7c0880e6bd AND r22b, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -6805,7 +6529,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000087E 626cf8088026bd AND byte ptr [r22], 0xbd +0000000000000836 626cfc088026bd AND byte ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -6827,7 +6551,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000885 626cf80880e6bd AND r22b, 0xbd +000000000000083D 626cfc0880e6bd AND r22b, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -6848,7 +6572,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000088C 626c78088126bdbdbdbd AND dword ptr [r22], 0xbdbdbdbd +0000000000000844 626c7c088126bdbdbdbd AND dword ptr [r22], 0xbdbdbdbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -6870,7 +6594,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000896 626c780881e6bdbdbdbd AND r22d, 0xbdbdbdbd +000000000000084E 626c7c0881e6bdbdbdbd AND r22d, 0xbdbdbdbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -6891,7 +6615,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000008A0 626cf8088126bdbdbdbd AND qword ptr [r22], 0xbdbdbdbd +0000000000000858 626cfc088126bdbdbdbd AND qword ptr [r22], 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -6913,7 +6637,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000008AA 626cf80881e6bdbdbdbd AND r22, 0xbdbdbdbd +0000000000000862 626cfc0881e6bdbdbdbd AND r22, 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -6934,7 +6658,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000008B4 626c79088126bdbd AND word ptr [r22], 0xbdbd +000000000000086C 626c7d088126bdbd AND word ptr [r22], 0xbdbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -6956,7 +6680,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 2, RawSize: 2, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000008BC 626c790881e6bdbd AND r22w, 0xbdbd +0000000000000874 626c7d0881e6bdbd AND r22w, 0xbdbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -6977,7 +6701,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 2, RawSize: 2, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000008C4 626cf9088126bdbdbdbd AND qword ptr [r22], 0xbdbdbdbd +000000000000087C 626cfd088126bdbdbdbd AND qword ptr [r22], 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -6999,7 +6723,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000008CE 626cf90881e6bdbdbdbd AND r22, 0xbdbdbdbd +0000000000000886 626cfd0881e6bdbdbdbd AND r22, 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -7020,7 +6744,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000008D8 626c78088326bd AND dword ptr [r22], 0xbd +0000000000000890 626c7c088326bd AND dword ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -7042,7 +6766,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000008DF 626c780883e6bd AND r22d, 0xbd +0000000000000897 626c7c0883e6bd AND r22d, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -7063,7 +6787,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000008E6 626cf8088326bd AND qword ptr [r22], 0xbd +000000000000089E 626cfc088326bd AND qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -7085,7 +6809,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000008ED 626cf80883e6bd AND r22, 0xbd +00000000000008A5 626cfc0883e6bd AND r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -7106,7 +6830,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000008F4 626c79088326bd AND word ptr [r22], 0xbd +00000000000008AC 626c7d088326bd AND word ptr [r22], 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -7128,7 +6852,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000008FB 626c790883e6bd AND r22w, 0xbd +00000000000008B3 626c7d0883e6bd AND r22w, 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -7149,7 +6873,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000000902 626cf9088326bd AND qword ptr [r22], 0xbd +00000000000008BA 626cfd088326bd AND qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -7171,7 +6895,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000909 626cf90883e6bd AND r22, 0xbd +00000000000008C1 626cfd0883e6bd AND r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -7192,7 +6916,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000910 626c780c201e ANDNF byte ptr [r22], r27b +00000000000008C8 626c7c0c201e ANDNF byte ptr [r22], r27b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -7211,7 +6935,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 -0000000000000916 626c780c20de ANDNF r22b, r27b +00000000000008CE 626c7c0c20de ANDNF r22b, r27b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -7229,7 +6953,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 -000000000000091C 626cf80c201e ANDNF byte ptr [r22], r27b +00000000000008D4 626cfc0c201e ANDNF byte ptr [r22], r27b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -7248,7 +6972,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 -0000000000000922 626cf80c20de ANDNF r22b, r27b +00000000000008DA 626cfc0c20de ANDNF r22b, r27b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -7266,7 +6990,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 -0000000000000928 626c780c211e ANDNF dword ptr [r22], r27d +00000000000008E0 626c7c0c211e ANDNF dword ptr [r22], r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -7285,7 +7009,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 -000000000000092E 626c780c21de ANDNF r22d, r27d +00000000000008E6 626c7c0c21de ANDNF r22d, r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -7303,7 +7027,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 -0000000000000934 626cf80c211e ANDNF qword ptr [r22], r27 +00000000000008EC 626cfc0c211e ANDNF qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -7322,7 +7046,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 -000000000000093A 626cf80c21de ANDNF r22, r27 +00000000000008F2 626cfc0c21de ANDNF r22, r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -7340,7 +7064,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 -0000000000000940 626c790c211e ANDNF word ptr [r22], r27w +00000000000008F8 626c7d0c211e ANDNF word ptr [r22], r27w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -7359,7 +7083,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 -0000000000000946 626c790c21de ANDNF r22w, r27w +00000000000008FE 626c7d0c21de ANDNF r22w, r27w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -7377,7 +7101,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 -000000000000094C 626cf90c211e ANDNF qword ptr [r22], r27 +0000000000000904 626cfd0c211e ANDNF qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -7396,7 +7120,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 -0000000000000952 626cf90c21de ANDNF r22, r27 +000000000000090A 626cfd0c21de ANDNF r22, r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -7414,7 +7138,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 -0000000000000958 626c780c221e ANDNF r27b, byte ptr [r22] +0000000000000910 626c7c0c221e ANDNF r27b, byte ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -7433,7 +7157,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 1, RawSize: 1, Encoding: M, Segment: 3, Base: 22, -000000000000095E 626c780c22de ANDNF r27b, r22b +0000000000000916 626c7c0c22de ANDNF r27b, r22b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -7451,7 +7175,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 -0000000000000964 626cf80c221e ANDNF r27b, byte ptr [r22] +000000000000091C 626cfc0c221e ANDNF r27b, byte ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -7470,7 +7194,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 1, RawSize: 1, Encoding: M, Segment: 3, Base: 22, -000000000000096A 626cf80c22de ANDNF r27b, r22b +0000000000000922 626cfc0c22de ANDNF r27b, r22b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -7488,7 +7212,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 -0000000000000970 626c780c231e ANDNF r27d, dword ptr [r22] +0000000000000928 626c7c0c231e ANDNF r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -7507,7 +7231,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Segment: 3, Base: 22, -0000000000000976 626c780c23de ANDNF r27d, r22d +000000000000092E 626c7c0c23de ANDNF r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -7525,7 +7249,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 -000000000000097C 626cf80c231e ANDNF r27, qword ptr [r22] +0000000000000934 626cfc0c231e ANDNF r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -7544,7 +7268,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, Segment: 3, Base: 22, -0000000000000982 626cf80c23de ANDNF r27, r22 +000000000000093A 626cfc0c23de ANDNF r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -7562,7 +7286,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 -0000000000000988 626c790c231e ANDNF r27w, word ptr [r22] +0000000000000940 626c7d0c231e ANDNF r27w, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -7581,7 +7305,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Segment: 3, Base: 22, -000000000000098E 626c790c23de ANDNF r27w, r22w +0000000000000946 626c7d0c23de ANDNF r27w, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -7599,7 +7323,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 -0000000000000994 626cf90c231e ANDNF r27, qword ptr [r22] +000000000000094C 626cfd0c231e ANDNF r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -7618,7 +7342,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, Segment: 3, Base: 22, -000000000000099A 626cf90c23de ANDNF r27, r22 +0000000000000952 626cfd0c23de ANDNF r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -7636,7 +7360,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 -00000000000009A0 626c780c8026bd ANDNF byte ptr [r22], 0xbd +0000000000000958 626c7c0c8026bd ANDNF byte ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -7655,7 +7379,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000009A7 626c780c80e6bd ANDNF r22b, 0xbd +000000000000095F 626c7c0c80e6bd ANDNF r22b, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -7673,7 +7397,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000009AE 626cf80c8026bd ANDNF byte ptr [r22], 0xbd +0000000000000966 626cfc0c8026bd ANDNF byte ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -7692,7 +7416,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000009B5 626cf80c80e6bd ANDNF r22b, 0xbd +000000000000096D 626cfc0c80e6bd ANDNF r22b, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -7710,7 +7434,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000009BC 626c780c8126bdbdbdbd ANDNF dword ptr [r22], 0xbdbdbdbd +0000000000000974 626c7c0c8126bdbdbdbd ANDNF dword ptr [r22], 0xbdbdbdbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -7729,7 +7453,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I -00000000000009C6 626c780c81e6bdbdbdbd ANDNF r22d, 0xbdbdbdbd +000000000000097E 626c7c0c81e6bdbdbdbd ANDNF r22d, 0xbdbdbdbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -7747,7 +7471,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I -00000000000009D0 626cf80c8126bdbdbdbd ANDNF qword ptr [r22], 0xbdbdbdbd +0000000000000988 626cfc0c8126bdbdbdbd ANDNF qword ptr [r22], 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -7766,7 +7490,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I -00000000000009DA 626cf80c81e6bdbdbdbd ANDNF r22, 0xbdbdbdbd +0000000000000992 626cfc0c81e6bdbdbdbd ANDNF r22, 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -7784,7 +7508,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I -00000000000009E4 626c790c8126bdbd ANDNF word ptr [r22], 0xbdbd +000000000000099C 626c7d0c8126bdbd ANDNF word ptr [r22], 0xbdbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -7803,7 +7527,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 2, RawSize: 2, Encoding: I -00000000000009EC 626c790c81e6bdbd ANDNF r22w, 0xbdbd +00000000000009A4 626c7d0c81e6bdbd ANDNF r22w, 0xbdbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -7821,7 +7545,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 2, RawSize: 2, Encoding: I -00000000000009F4 626cf90c8126bdbdbdbd ANDNF qword ptr [r22], 0xbdbdbdbd +00000000000009AC 626cfd0c8126bdbdbdbd ANDNF qword ptr [r22], 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -7840,7 +7564,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I -00000000000009FE 626cf90c81e6bdbdbdbd ANDNF r22, 0xbdbdbdbd +00000000000009B6 626cfd0c81e6bdbdbdbd ANDNF r22, 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -7858,7 +7582,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I -0000000000000A08 626c780c8326bd ANDNF dword ptr [r22], 0xbd +00000000000009C0 626c7c0c8326bd ANDNF dword ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -7877,7 +7601,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000000A0F 626c780c83e6bd ANDNF r22d, 0xbd +00000000000009C7 626c7c0c83e6bd ANDNF r22d, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -7895,7 +7619,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000000A16 626cf80c8326bd ANDNF qword ptr [r22], 0xbd +00000000000009CE 626cfc0c8326bd ANDNF qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -7914,7 +7638,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000000A1D 626cf80c83e6bd ANDNF r22, 0xbd +00000000000009D5 626cfc0c83e6bd ANDNF r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -7932,7 +7656,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000000A24 626c790c8326bd ANDNF word ptr [r22], 0xbd +00000000000009DC 626c7d0c8326bd ANDNF word ptr [r22], 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -7951,7 +7675,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000000A2B 626c790c83e6bd ANDNF r22w, 0xbd +00000000000009E3 626c7d0c83e6bd ANDNF r22w, 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -7969,7 +7693,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000000A32 626cf90c8326bd ANDNF qword ptr [r22], 0xbd +00000000000009EA 626cfd0c8326bd ANDNF qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -7988,7 +7712,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000000A39 626cf90c83e6bd ANDNF r22, 0xbd +00000000000009F1 626cfd0c83e6bd ANDNF r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -8006,7 +7730,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000000A40 626c7818201e AND al, byte ptr [r22], r27b +00000000000009F8 626c7c18201e AND al, byte ptr [r22], r27b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -8029,7 +7753,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000A46 626c781820de AND al, r22b, r27b +00000000000009FE 626c7c1820de AND al, r22b, r27b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -8051,7 +7775,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000A4C 626cf818201e AND al, byte ptr [r22], r27b +0000000000000A04 626cfc18201e AND al, byte ptr [r22], r27b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -8074,7 +7798,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000A52 626cf81820de AND al, r22b, r27b +0000000000000A0A 626cfc1820de AND al, r22b, r27b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -8096,7 +7820,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000A58 626c7818211e AND eax, dword ptr [r22], r27d +0000000000000A10 626c7c18211e AND eax, dword ptr [r22], r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -8119,7 +7843,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000A5E 626c781821de AND eax, r22d, r27d +0000000000000A16 626c7c1821de AND eax, r22d, r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -8141,7 +7865,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000A64 626cf818211e AND rax, qword ptr [r22], r27 +0000000000000A1C 626cfc18211e AND rax, qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -8164,7 +7888,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000A6A 626cf81821de AND rax, r22, r27 +0000000000000A22 626cfc1821de AND rax, r22, r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -8186,7 +7910,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000A70 626c7918211e AND ax, word ptr [r22], r27w +0000000000000A28 626c7d18211e AND ax, word ptr [r22], r27w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -8209,7 +7933,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000000A76 626c791821de AND ax, r22w, r27w +0000000000000A2E 626c7d1821de AND ax, r22w, r27w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -8231,7 +7955,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000000A7C 626cf918211e AND rax, qword ptr [r22], r27 +0000000000000A34 626cfd18211e AND rax, qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -8254,7 +7978,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000A82 626cf91821de AND rax, r22, r27 +0000000000000A3A 626cfd1821de AND rax, r22, r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -8276,7 +8000,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000A88 626c7818221e AND al, r27b, byte ptr [r22] +0000000000000A40 626c7c18221e AND al, r27b, byte ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -8299,7 +8023,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000A8E 626c781822de AND al, r27b, r22b +0000000000000A46 626c7c1822de AND al, r27b, r22b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -8321,7 +8045,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000A94 626cf818221e AND al, r27b, byte ptr [r22] +0000000000000A4C 626cfc18221e AND al, r27b, byte ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -8344,7 +8068,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000A9A 626cf81822de AND al, r27b, r22b +0000000000000A52 626cfc1822de AND al, r27b, r22b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -8366,7 +8090,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000AA0 626c7818231e AND eax, r27d, dword ptr [r22] +0000000000000A58 626c7c18231e AND eax, r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -8389,7 +8113,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000AA6 626c781823de AND eax, r27d, r22d +0000000000000A5E 626c7c1823de AND eax, r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -8411,7 +8135,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000AAC 626cf818231e AND rax, r27, qword ptr [r22] +0000000000000A64 626cfc18231e AND rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -8434,7 +8158,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000AB2 626cf81823de AND rax, r27, r22 +0000000000000A6A 626cfc1823de AND rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -8456,7 +8180,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000AB8 626c7918231e AND ax, r27w, word ptr [r22] +0000000000000A70 626c7d18231e AND ax, r27w, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -8479,7 +8203,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000000ABE 626c791823de AND ax, r27w, r22w +0000000000000A76 626c7d1823de AND ax, r27w, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -8501,7 +8225,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000000AC4 626cf918231e AND rax, r27, qword ptr [r22] +0000000000000A7C 626cfd18231e AND rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -8524,7 +8248,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000ACA 626cf91823de AND rax, r27, r22 +0000000000000A82 626cfd1823de AND rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -8546,7 +8270,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000AD0 626c78188026bd AND al, byte ptr [r22], 0xbd +0000000000000A88 626c7c188026bd AND al, byte ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -8569,7 +8293,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000AD7 626c781880e6bd AND al, r22b, 0xbd +0000000000000A8F 626c7c1880e6bd AND al, r22b, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -8591,7 +8315,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000ADE 626cf8188026bd AND al, byte ptr [r22], 0xbd +0000000000000A96 626cfc188026bd AND al, byte ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -8614,7 +8338,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000AE5 626cf81880e6bd AND al, r22b, 0xbd +0000000000000A9D 626cfc1880e6bd AND al, r22b, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -8636,7 +8360,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000AEC 626c78188126bdbdbdbd AND eax, dword ptr [r22], 0xbdbdbdbd +0000000000000AA4 626c7c188126bdbdbdbd AND eax, dword ptr [r22], 0xbdbdbdbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -8659,7 +8383,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000AF6 626c781881e6bdbdbdbd AND eax, r22d, 0xbdbdbdbd +0000000000000AAE 626c7c1881e6bdbdbdbd AND eax, r22d, 0xbdbdbdbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -8681,7 +8405,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000B00 626cf8188126bdbdbdbd AND rax, qword ptr [r22], 0xbdbdbdbd +0000000000000AB8 626cfc188126bdbdbdbd AND rax, qword ptr [r22], 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -8704,7 +8428,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000B0A 626cf81881e6bdbdbdbd AND rax, r22, 0xbdbdbdbd +0000000000000AC2 626cfc1881e6bdbdbdbd AND rax, r22, 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -8726,7 +8450,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000B14 626c79188126bdbd AND ax, word ptr [r22], 0xbdbd +0000000000000ACC 626c7d188126bdbd AND ax, word ptr [r22], 0xbdbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -8749,7 +8473,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 2, RawSize: 2, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000000B1C 626c791881e6bdbd AND ax, r22w, 0xbdbd +0000000000000AD4 626c7d1881e6bdbd AND ax, r22w, 0xbdbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -8771,7 +8495,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 2, RawSize: 2, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000000B24 626cf9188126bdbdbdbd AND rax, qword ptr [r22], 0xbdbdbdbd +0000000000000ADC 626cfd188126bdbdbdbd AND rax, qword ptr [r22], 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -8794,7 +8518,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000B2E 626cf91881e6bdbdbdbd AND rax, r22, 0xbdbdbdbd +0000000000000AE6 626cfd1881e6bdbdbdbd AND rax, r22, 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -8816,7 +8540,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000B38 626c78188326bd AND eax, dword ptr [r22], 0xbd +0000000000000AF0 626c7c188326bd AND eax, dword ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -8839,7 +8563,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000B3F 626c781883e6bd AND eax, r22d, 0xbd +0000000000000AF7 626c7c1883e6bd AND eax, r22d, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -8861,7 +8585,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000B46 626cf8188326bd AND rax, qword ptr [r22], 0xbd +0000000000000AFE 626cfc188326bd AND rax, qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -8884,7 +8608,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000B4D 626cf81883e6bd AND rax, r22, 0xbd +0000000000000B05 626cfc1883e6bd AND rax, r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -8906,7 +8630,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000B54 626c79188326bd AND ax, word ptr [r22], 0xbd +0000000000000B0C 626c7d188326bd AND ax, word ptr [r22], 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -8929,7 +8653,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000000B5B 626c791883e6bd AND ax, r22w, 0xbd +0000000000000B13 626c7d1883e6bd AND ax, r22w, 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -8951,7 +8675,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000000B62 626cf9188326bd AND rax, qword ptr [r22], 0xbd +0000000000000B1A 626cfd188326bd AND rax, qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -8974,7 +8698,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000B69 626cf91883e6bd AND rax, r22, 0xbd +0000000000000B21 626cfd1883e6bd AND rax, r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -8996,7 +8720,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000B70 626c781c201e ANDNF al, byte ptr [r22], r27b +0000000000000B28 626c7c1c201e ANDNF al, byte ptr [r22], r27b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -9016,7 +8740,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 -0000000000000B76 626c781c20de ANDNF al, r22b, r27b +0000000000000B2E 626c7c1c20de ANDNF al, r22b, r27b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -9035,7 +8759,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 -0000000000000B7C 626cf81c201e ANDNF al, byte ptr [r22], r27b +0000000000000B34 626cfc1c201e ANDNF al, byte ptr [r22], r27b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -9055,7 +8779,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 -0000000000000B82 626cf81c20de ANDNF al, r22b, r27b +0000000000000B3A 626cfc1c20de ANDNF al, r22b, r27b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -9074,7 +8798,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 -0000000000000B88 626c781c211e ANDNF eax, dword ptr [r22], r27d +0000000000000B40 626c7c1c211e ANDNF eax, dword ptr [r22], r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -9094,7 +8818,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 -0000000000000B8E 626c781c21de ANDNF eax, r22d, r27d +0000000000000B46 626c7c1c21de ANDNF eax, r22d, r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -9113,7 +8837,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 -0000000000000B94 626cf81c211e ANDNF rax, qword ptr [r22], r27 +0000000000000B4C 626cfc1c211e ANDNF rax, qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -9133,7 +8857,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 -0000000000000B9A 626cf81c21de ANDNF rax, r22, r27 +0000000000000B52 626cfc1c21de ANDNF rax, r22, r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -9152,7 +8876,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 -0000000000000BA0 626c791c211e ANDNF ax, word ptr [r22], r27w +0000000000000B58 626c7d1c211e ANDNF ax, word ptr [r22], r27w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -9172,7 +8896,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 -0000000000000BA6 626c791c21de ANDNF ax, r22w, r27w +0000000000000B5E 626c7d1c21de ANDNF ax, r22w, r27w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -9191,7 +8915,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 -0000000000000BAC 626cf91c211e ANDNF rax, qword ptr [r22], r27 +0000000000000B64 626cfd1c211e ANDNF rax, qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -9211,7 +8935,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 -0000000000000BB2 626cf91c21de ANDNF rax, r22, r27 +0000000000000B6A 626cfd1c21de ANDNF rax, r22, r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -9230,7 +8954,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 -0000000000000BB8 626c781c221e ANDNF al, r27b, byte ptr [r22] +0000000000000B70 626c7c1c221e ANDNF al, r27b, byte ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -9250,7 +8974,7 @@ Operand: 2, Acc: R-, Type: Memory, Size: 1, RawSize: 1, Encoding: M, Segment: 3, Base: 22, -0000000000000BBE 626c781c22de ANDNF al, r27b, r22b +0000000000000B76 626c7c1c22de ANDNF al, r27b, r22b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -9269,7 +8993,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 -0000000000000BC4 626cf81c221e ANDNF al, r27b, byte ptr [r22] +0000000000000B7C 626cfc1c221e ANDNF al, r27b, byte ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -9289,7 +9013,7 @@ Operand: 2, Acc: R-, Type: Memory, Size: 1, RawSize: 1, Encoding: M, Segment: 3, Base: 22, -0000000000000BCA 626cf81c22de ANDNF al, r27b, r22b +0000000000000B82 626cfc1c22de ANDNF al, r27b, r22b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -9308,7 +9032,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 -0000000000000BD0 626c781c231e ANDNF eax, r27d, dword ptr [r22] +0000000000000B88 626c7c1c231e ANDNF eax, r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -9328,7 +9052,7 @@ Operand: 2, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Segment: 3, Base: 22, -0000000000000BD6 626c781c23de ANDNF eax, r27d, r22d +0000000000000B8E 626c7c1c23de ANDNF eax, r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -9347,7 +9071,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 -0000000000000BDC 626cf81c231e ANDNF rax, r27, qword ptr [r22] +0000000000000B94 626cfc1c231e ANDNF rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -9367,7 +9091,7 @@ Operand: 2, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, Segment: 3, Base: 22, -0000000000000BE2 626cf81c23de ANDNF rax, r27, r22 +0000000000000B9A 626cfc1c23de ANDNF rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -9386,7 +9110,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 -0000000000000BE8 626c791c231e ANDNF ax, r27w, word ptr [r22] +0000000000000BA0 626c7d1c231e ANDNF ax, r27w, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -9406,7 +9130,7 @@ Operand: 2, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Segment: 3, Base: 22, -0000000000000BEE 626c791c23de ANDNF ax, r27w, r22w +0000000000000BA6 626c7d1c23de ANDNF ax, r27w, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -9425,7 +9149,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 -0000000000000BF4 626cf91c231e ANDNF rax, r27, qword ptr [r22] +0000000000000BAC 626cfd1c231e ANDNF rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -9445,7 +9169,7 @@ Operand: 2, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, Segment: 3, Base: 22, -0000000000000BFA 626cf91c23de ANDNF rax, r27, r22 +0000000000000BB2 626cfd1c23de ANDNF rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -9464,7 +9188,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 -0000000000000C00 626c781c8026bd ANDNF al, byte ptr [r22], 0xbd +0000000000000BB8 626c7c1c8026bd ANDNF al, byte ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -9484,7 +9208,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000000C07 626c781c80e6bd ANDNF al, r22b, 0xbd +0000000000000BBF 626c7c1c80e6bd ANDNF al, r22b, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -9503,7 +9227,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000000C0E 626cf81c8026bd ANDNF al, byte ptr [r22], 0xbd +0000000000000BC6 626cfc1c8026bd ANDNF al, byte ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -9523,7 +9247,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000000C15 626cf81c80e6bd ANDNF al, r22b, 0xbd +0000000000000BCD 626cfc1c80e6bd ANDNF al, r22b, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -9542,7 +9266,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000000C1C 626c781c8126bdbdbdbd ANDNF eax, dword ptr [r22], 0xbdbdbdbd +0000000000000BD4 626c7c1c8126bdbdbdbd ANDNF eax, dword ptr [r22], 0xbdbdbdbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -9562,7 +9286,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I -0000000000000C26 626c781c81e6bdbdbdbd ANDNF eax, r22d, 0xbdbdbdbd +0000000000000BDE 626c7c1c81e6bdbdbdbd ANDNF eax, r22d, 0xbdbdbdbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -9581,7 +9305,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I -0000000000000C30 626cf81c8126bdbdbdbd ANDNF rax, qword ptr [r22], 0xbdbdbdbd +0000000000000BE8 626cfc1c8126bdbdbdbd ANDNF rax, qword ptr [r22], 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -9601,7 +9325,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I -0000000000000C3A 626cf81c81e6bdbdbdbd ANDNF rax, r22, 0xbdbdbdbd +0000000000000BF2 626cfc1c81e6bdbdbdbd ANDNF rax, r22, 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -9620,7 +9344,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I -0000000000000C44 626c791c8126bdbd ANDNF ax, word ptr [r22], 0xbdbd +0000000000000BFC 626c7d1c8126bdbd ANDNF ax, word ptr [r22], 0xbdbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -9640,7 +9364,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 2, RawSize: 2, Encoding: I -0000000000000C4C 626c791c81e6bdbd ANDNF ax, r22w, 0xbdbd +0000000000000C04 626c7d1c81e6bdbd ANDNF ax, r22w, 0xbdbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -9659,7 +9383,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 2, RawSize: 2, Encoding: I -0000000000000C54 626cf91c8126bdbdbdbd ANDNF rax, qword ptr [r22], 0xbdbdbdbd +0000000000000C0C 626cfd1c8126bdbdbdbd ANDNF rax, qword ptr [r22], 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -9679,7 +9403,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I -0000000000000C5E 626cf91c81e6bdbdbdbd ANDNF rax, r22, 0xbdbdbdbd +0000000000000C16 626cfd1c81e6bdbdbdbd ANDNF rax, r22, 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -9698,7 +9422,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I -0000000000000C68 626c781c8326bd ANDNF eax, dword ptr [r22], 0xbd +0000000000000C20 626c7c1c8326bd ANDNF eax, dword ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -9718,7 +9442,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000000C6F 626c781c83e6bd ANDNF eax, r22d, 0xbd +0000000000000C27 626c7c1c83e6bd ANDNF eax, r22d, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -9737,7 +9461,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000000C76 626cf81c8326bd ANDNF rax, qword ptr [r22], 0xbd +0000000000000C2E 626cfc1c8326bd ANDNF rax, qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -9757,7 +9481,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000000C7D 626cf81c83e6bd ANDNF rax, r22, 0xbd +0000000000000C35 626cfc1c83e6bd ANDNF rax, r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -9776,7 +9500,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000000C84 626c791c8326bd ANDNF ax, word ptr [r22], 0xbd +0000000000000C3C 626c7d1c8326bd ANDNF ax, word ptr [r22], 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -9796,7 +9520,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000000C8B 626c791c83e6bd ANDNF ax, r22w, 0xbd +0000000000000C43 626c7d1c83e6bd ANDNF ax, r22w, 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -9815,7 +9539,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000000C92 626cf91c8326bd ANDNF rax, qword ptr [r22], 0xbd +0000000000000C4A 626cfd1c8326bd ANDNF rax, qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -9835,7 +9559,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000000C99 626cf91c83e6bd ANDNF rax, r22, 0xbd +0000000000000C51 626cfd1c83e6bd ANDNF rax, r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -9854,7 +9578,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000000CA0 62fa7808f21e ANDN ebx, eax, dword ptr [r22] +0000000000000C58 62fa7c08f21e ANDN ebx, eax, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI1, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -9877,7 +9601,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000CA6 62fa7808f2de ANDN ebx, eax, r22d +0000000000000C5E 62fa7c08f2de ANDN ebx, eax, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI1, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -9899,7 +9623,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000CAC 62faf808f21e ANDN rbx, rax, qword ptr [r22] +0000000000000C64 62fafc08f21e ANDN rbx, rax, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI1, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -9922,7 +9646,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000CB2 62faf808f2de ANDN rbx, rax, r22 +0000000000000C6A 62fafc08f2de ANDN rbx, rax, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI1, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -9944,7 +9668,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000CB8 62fa780cf21e ANDNNF ebx, eax, dword ptr [r22] +0000000000000C70 62fa7c0cf21e ANDNNF ebx, eax, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI1, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -9964,7 +9688,7 @@ Operand: 2, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Segment: 3, Base: 22, -0000000000000CBE 62fa780cf2de ANDNNF ebx, eax, r22d +0000000000000C76 62fa7c0cf2de ANDNNF ebx, eax, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI1, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -9983,7 +9707,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: V, RegType: General Purpose, RegSize: 4, RegId: 0, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 -0000000000000CC4 62faf80cf21e ANDNNF rbx, rax, qword ptr [r22] +0000000000000C7C 62fafc0cf21e ANDNNF rbx, rax, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI1, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -10003,7 +9727,7 @@ Operand: 2, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, Segment: 3, Base: 22, -0000000000000CCA 62faf80cf2de ANDNNF rbx, rax, r22 +0000000000000C82 62fafc0cf2de ANDNNF rbx, rax, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI1, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -10022,7 +9746,83 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: V, RegType: General Purpose, RegSize: 8, RegId: 0, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 -0000000000000CD0 62fa7808f71e BEXTR ebx, dword ptr [r22], eax +0000000000000C88 626c7f08fc1e AOR dword ptr [r22], r27d + DSIZE: 32, ASIZE: 64, VLEN: - + ISA Set: APX_F, Ins cat: RAO-INT, CET tracked: no + CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 + EVEX Tuple Type: None + Exception class: APX, exception type: APX-EVEX-RAO-INT + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Memory, Size: 4, RawSize: 4, Encoding: M, + Segment: 3, Base: 22, + Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 + +0000000000000C8E 626cff08fc1e AOR qword ptr [r22], r27 + DSIZE: 64, ASIZE: 64, VLEN: - + ISA Set: APX_F, Ins cat: RAO-INT, CET tracked: no + CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 + EVEX Tuple Type: None + Exception class: APX, exception type: APX-EVEX-RAO-INT + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Memory, Size: 8, RawSize: 8, Encoding: M, + Segment: 3, Base: 22, + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 + +0000000000000C94 626c7e08fc1e AXOR dword ptr [r22], r27d + DSIZE: 32, ASIZE: 64, VLEN: - + ISA Set: APX_F, Ins cat: RAO-INT, CET tracked: no + CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 + EVEX Tuple Type: None + Exception class: APX, exception type: APX-EVEX-RAO-INT + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Memory, Size: 4, RawSize: 4, Encoding: M, + Segment: 3, Base: 22, + Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 + +0000000000000C9A 626cfe08fc1e AXOR qword ptr [r22], r27 + DSIZE: 64, ASIZE: 64, VLEN: - + ISA Set: APX_F, Ins cat: RAO-INT, CET tracked: no + CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 + EVEX Tuple Type: None + Exception class: APX, exception type: APX-EVEX-RAO-INT + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Memory, Size: 8, RawSize: 8, Encoding: M, + Segment: 3, Base: 22, + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 + +0000000000000CA0 62fa7c08f71e BEXTR ebx, dword ptr [r22], eax DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI1, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -10045,7 +9845,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: V, RegType: General Purpose, RegSize: 4, RegId: 0, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000CD6 62fa7808f7de BEXTR ebx, r22d, eax +0000000000000CA6 62fa7c08f7de BEXTR ebx, r22d, eax DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI1, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -10067,7 +9867,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: V, RegType: General Purpose, RegSize: 4, RegId: 0, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000CDC 62faf808f71e BEXTR rbx, qword ptr [r22], rax +0000000000000CAC 62fafc08f71e BEXTR rbx, qword ptr [r22], rax DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI1, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -10090,7 +9890,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: V, RegType: General Purpose, RegSize: 8, RegId: 0, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000CE2 62faf808f7de BEXTR rbx, r22, rax +0000000000000CB2 62fafc08f7de BEXTR rbx, r22, rax DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI1, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -10112,7 +9912,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: V, RegType: General Purpose, RegSize: 8, RegId: 0, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000CE8 62fa780cf71e BEXTRNF ebx, dword ptr [r22], eax +0000000000000CB8 62fa7c0cf71e BEXTRNF ebx, dword ptr [r22], eax DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI1, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -10132,7 +9932,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: V, RegType: General Purpose, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000CEE 62fa780cf7de BEXTRNF ebx, r22d, eax +0000000000000CBE 62fa7c0cf7de BEXTRNF ebx, r22d, eax DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI1, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -10151,7 +9951,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: V, RegType: General Purpose, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000CF4 62faf80cf71e BEXTRNF rbx, qword ptr [r22], rax +0000000000000CC4 62fafc0cf71e BEXTRNF rbx, qword ptr [r22], rax DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI1, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -10171,7 +9971,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: V, RegType: General Purpose, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000CFA 62faf80cf7de BEXTRNF rbx, r22, rax +0000000000000CCA 62fafc0cf7de BEXTRNF rbx, r22, rax DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI1, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -10190,7 +9990,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: V, RegType: General Purpose, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000D00 62fa7808f31e BLSI eax, dword ptr [r22] +0000000000000CD0 62fa7c08f31e BLSI eax, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI1, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -10212,7 +10012,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000D06 62fa7808f3de BLSI eax, r22d +0000000000000CD6 62fa7c08f3de BLSI eax, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI1, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -10233,7 +10033,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000D0C 62faf808f31e BLSI rax, qword ptr [r22] +0000000000000CDC 62fafc08f31e BLSI rax, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI1, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -10255,7 +10055,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000D12 62faf808f3de BLSI rax, r22 +0000000000000CE2 62fafc08f3de BLSI rax, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI1, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -10276,7 +10076,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000D18 62fa780cf31e BLSINF eax, dword ptr [r22] +0000000000000CE8 62fa7c0cf31e BLSINF eax, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI1, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -10295,7 +10095,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Segment: 3, Base: 22, -0000000000000D1E 62fa780cf3de BLSINF eax, r22d +0000000000000CEE 62fa7c0cf3de BLSINF eax, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI1, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -10313,7 +10113,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: V, RegType: General Purpose, RegSize: 4, RegId: 0, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 -0000000000000D24 62faf80cf31e BLSINF rax, qword ptr [r22] +0000000000000CF4 62fafc0cf31e BLSINF rax, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI1, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -10332,7 +10132,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, Segment: 3, Base: 22, -0000000000000D2A 62faf80cf3de BLSINF rax, r22 +0000000000000CFA 62fafc0cf3de BLSINF rax, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI1, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -10350,7 +10150,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: V, RegType: General Purpose, RegSize: 8, RegId: 0, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 -0000000000000D30 62fa7808f316 BLSMSK eax, dword ptr [r22] +0000000000000D00 62fa7c08f316 BLSMSK eax, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI1, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -10372,7 +10172,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000D36 62fa7808f3d6 BLSMSK eax, r22d +0000000000000D06 62fa7c08f3d6 BLSMSK eax, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI1, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -10393,7 +10193,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000D3C 62faf808f316 BLSMSK rax, qword ptr [r22] +0000000000000D0C 62fafc08f316 BLSMSK rax, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI1, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -10415,7 +10215,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000D42 62faf808f3d6 BLSMSK rax, r22 +0000000000000D12 62fafc08f3d6 BLSMSK rax, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI1, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -10436,7 +10236,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000D48 62fa780cf316 BLSMSKNF eax, dword ptr [r22] +0000000000000D18 62fa7c0cf316 BLSMSKNF eax, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI1, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -10455,7 +10255,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Segment: 3, Base: 22, -0000000000000D4E 62fa780cf3d6 BLSMSKNF eax, r22d +0000000000000D1E 62fa7c0cf3d6 BLSMSKNF eax, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI1, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -10473,7 +10273,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: V, RegType: General Purpose, RegSize: 4, RegId: 0, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 -0000000000000D54 62faf80cf316 BLSMSKNF rax, qword ptr [r22] +0000000000000D24 62fafc0cf316 BLSMSKNF rax, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI1, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -10492,7 +10292,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, Segment: 3, Base: 22, -0000000000000D5A 62faf80cf3d6 BLSMSKNF rax, r22 +0000000000000D2A 62fafc0cf3d6 BLSMSKNF rax, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI1, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -10510,7 +10310,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: V, RegType: General Purpose, RegSize: 8, RegId: 0, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 -0000000000000D60 62fa7808f30e BLSR eax, dword ptr [r22] +0000000000000D30 62fa7c08f30e BLSR eax, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI1, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -10532,7 +10332,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000D66 62fa7808f3ce BLSR eax, r22d +0000000000000D36 62fa7c08f3ce BLSR eax, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI1, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -10553,7 +10353,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000D6C 62faf808f30e BLSR rax, qword ptr [r22] +0000000000000D3C 62fafc08f30e BLSR rax, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI1, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -10575,7 +10375,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000D72 62faf808f3ce BLSR rax, r22 +0000000000000D42 62fafc08f3ce BLSR rax, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI1, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -10596,7 +10396,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000D78 62fa780cf30e BLSRNF eax, dword ptr [r22] +0000000000000D48 62fa7c0cf30e BLSRNF eax, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI1, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -10615,7 +10415,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Segment: 3, Base: 22, -0000000000000D7E 62fa780cf3ce BLSRNF eax, r22d +0000000000000D4E 62fa7c0cf3ce BLSRNF eax, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI1, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -10633,7 +10433,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: V, RegType: General Purpose, RegSize: 4, RegId: 0, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 -0000000000000D84 62faf80cf30e BLSRNF rax, qword ptr [r22] +0000000000000D54 62fafc0cf30e BLSRNF rax, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI1, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -10652,7 +10452,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, Segment: 3, Base: 22, -0000000000000D8A 62faf80cf3ce BLSRNF rax, r22 +0000000000000D5A 62fafc0cf3ce BLSRNF rax, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI1, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -10670,7 +10470,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: V, RegType: General Purpose, RegSize: 8, RegId: 0, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 -0000000000000D90 62fa7808f51e BZHI ebx, dword ptr [r22], eax +0000000000000D60 62fa7c08f51e BZHI ebx, dword ptr [r22], eax DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI2, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -10693,7 +10493,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: V, RegType: General Purpose, RegSize: 4, RegId: 0, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000D96 62fa7808f5de BZHI ebx, r22d, eax +0000000000000D66 62fa7c08f5de BZHI ebx, r22d, eax DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI2, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -10715,7 +10515,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: V, RegType: General Purpose, RegSize: 4, RegId: 0, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000D9C 62faf808f51e BZHI rbx, qword ptr [r22], rax +0000000000000D6C 62fafc08f51e BZHI rbx, qword ptr [r22], rax DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI2, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -10738,7 +10538,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: V, RegType: General Purpose, RegSize: 8, RegId: 0, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000DA2 62faf808f5de BZHI rbx, r22, rax +0000000000000D72 62fafc08f5de BZHI rbx, r22, rax DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI2, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -10760,7 +10560,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: V, RegType: General Purpose, RegSize: 8, RegId: 0, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000DA8 62fa780cf51e BZHINF ebx, dword ptr [r22], eax +0000000000000D78 62fa7c0cf51e BZHINF ebx, dword ptr [r22], eax DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI2, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -10780,7 +10580,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: V, RegType: General Purpose, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000DAE 62fa780cf5de BZHINF ebx, r22d, eax +0000000000000D7E 62fa7c0cf5de BZHINF ebx, r22d, eax DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI2, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -10799,7 +10599,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: V, RegType: General Purpose, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000DB4 62faf80cf51e BZHINF rbx, qword ptr [r22], rax +0000000000000D84 62fafc0cf51e BZHINF rbx, qword ptr [r22], rax DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI2, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -10819,7 +10619,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: V, RegType: General Purpose, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000DBA 62faf80cf5de BZHINF rbx, r22, rax +0000000000000D8A 62fafc0cf5de BZHINF rbx, r22, rax DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI2, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -10838,7 +10638,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: V, RegType: General Purpose, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000DC0 626c7806381e CCMPBE byte ptr [r22], r27b, {dfv=} +0000000000000D90 626c7c06381e CCMPBE byte ptr [r22], r27b, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -10861,7 +10661,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000DC6 626c780638de CCMPBE r22b, r27b, {dfv=} +0000000000000D96 626c7c0638de CCMPBE r22b, r27b, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -10883,7 +10683,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000DCC 626cf806381e CCMPBE byte ptr [r22], r27b, {dfv=} +0000000000000D9C 626cfc06381e CCMPBE byte ptr [r22], r27b, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -10906,7 +10706,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000DD2 626cf80638de CCMPBE r22b, r27b, {dfv=} +0000000000000DA2 626cfc0638de CCMPBE r22b, r27b, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -10928,7 +10728,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000DD8 626c7806391e CCMPBE dword ptr [r22], r27d, {dfv=} +0000000000000DA8 626c7c06391e CCMPBE dword ptr [r22], r27d, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -10951,7 +10751,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000DDE 626c780639de CCMPBE r22d, r27d, {dfv=} +0000000000000DAE 626c7c0639de CCMPBE r22d, r27d, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -10973,7 +10773,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000DE4 626cf806391e CCMPBE qword ptr [r22], r27, {dfv=} +0000000000000DB4 626cfc06391e CCMPBE qword ptr [r22], r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -10996,7 +10796,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000DEA 626cf80639de CCMPBE r22, r27, {dfv=} +0000000000000DBA 626cfc0639de CCMPBE r22, r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -11018,7 +10818,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000DF0 626c7906391e CCMPBE word ptr [r22], r27w, {dfv=} +0000000000000DC0 626c7d06391e CCMPBE word ptr [r22], r27w, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -11041,7 +10841,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000000DF6 626c790639de CCMPBE r22w, r27w, {dfv=} +0000000000000DC6 626c7d0639de CCMPBE r22w, r27w, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -11063,7 +10863,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000000DFC 626cf906391e CCMPBE qword ptr [r22], r27, {dfv=} +0000000000000DCC 626cfd06391e CCMPBE qword ptr [r22], r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -11086,7 +10886,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000E02 626cf90639de CCMPBE r22, r27, {dfv=} +0000000000000DD2 626cfd0639de CCMPBE r22, r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -11108,7 +10908,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000E08 626c78063a1e CCMPBE r27b, byte ptr [r22], {dfv=} +0000000000000DD8 626c7c063a1e CCMPBE r27b, byte ptr [r22], {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -11131,7 +10931,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000E0E 626c78063ade CCMPBE r27b, r22b, {dfv=} +0000000000000DDE 626c7c063ade CCMPBE r27b, r22b, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -11153,7 +10953,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000E14 626cf8063a1e CCMPBE r27b, byte ptr [r22], {dfv=} +0000000000000DE4 626cfc063a1e CCMPBE r27b, byte ptr [r22], {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -11176,7 +10976,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000E1A 626cf8063ade CCMPBE r27b, r22b, {dfv=} +0000000000000DEA 626cfc063ade CCMPBE r27b, r22b, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -11198,7 +10998,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000E20 626c78063b1e CCMPBE r27d, dword ptr [r22], {dfv=} +0000000000000DF0 626c7c063b1e CCMPBE r27d, dword ptr [r22], {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -11221,7 +11021,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000E26 626c78063bde CCMPBE r27d, r22d, {dfv=} +0000000000000DF6 626c7c063bde CCMPBE r27d, r22d, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -11243,7 +11043,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000E2C 626cf8063b1e CCMPBE r27, qword ptr [r22], {dfv=} +0000000000000DFC 626cfc063b1e CCMPBE r27, qword ptr [r22], {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -11266,7 +11066,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000E32 626cf8063bde CCMPBE r27, r22, {dfv=} +0000000000000E02 626cfc063bde CCMPBE r27, r22, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -11288,7 +11088,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000E38 626c79063b1e CCMPBE r27w, word ptr [r22], {dfv=} +0000000000000E08 626c7d063b1e CCMPBE r27w, word ptr [r22], {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -11311,7 +11111,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000000E3E 626c79063bde CCMPBE r27w, r22w, {dfv=} +0000000000000E0E 626c7d063bde CCMPBE r27w, r22w, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -11333,7 +11133,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000000E44 626cf9063b1e CCMPBE r27, qword ptr [r22], {dfv=} +0000000000000E14 626cfd063b1e CCMPBE r27, qword ptr [r22], {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -11356,7 +11156,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000E4A 626cf9063bde CCMPBE r27, r22, {dfv=} +0000000000000E1A 626cfd063bde CCMPBE r27, r22, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -11378,7 +11178,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000E50 626c7806803ebd CCMPBE byte ptr [r22], 0xbd, {dfv=} +0000000000000E20 626c7c06803ebd CCMPBE byte ptr [r22], 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -11401,7 +11201,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000E57 626c780680febd CCMPBE r22b, 0xbd, {dfv=} +0000000000000E27 626c7c0680febd CCMPBE r22b, 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -11423,7 +11223,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000E5E 626cf806803ebd CCMPBE byte ptr [r22], 0xbd, {dfv=} +0000000000000E2E 626cfc06803ebd CCMPBE byte ptr [r22], 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -11446,7 +11246,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000E65 626cf80680febd CCMPBE r22b, 0xbd, {dfv=} +0000000000000E35 626cfc0680febd CCMPBE r22b, 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -11468,7 +11268,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000E6C 626c7806813ebdbdbdbd CCMPBE dword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000000E3C 626c7c06813ebdbdbdbd CCMPBE dword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -11491,7 +11291,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000E76 626c780681febdbdbdbd CCMPBE r22d, 0xbdbdbdbd, {dfv=} +0000000000000E46 626c7c0681febdbdbdbd CCMPBE r22d, 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -11513,7 +11313,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000E80 626cf806813ebdbdbdbd CCMPBE qword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000000E50 626cfc06813ebdbdbdbd CCMPBE qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -11536,7 +11336,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000E8A 626cf80681febdbdbdbd CCMPBE r22, 0xbdbdbdbd, {dfv=} +0000000000000E5A 626cfc0681febdbdbdbd CCMPBE r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -11558,7 +11358,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000E94 626c7906813ebdbd CCMPBE word ptr [r22], 0xbdbd, {dfv=} +0000000000000E64 626c7d06813ebdbd CCMPBE word ptr [r22], 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -11581,7 +11381,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000000E9C 626c790681febdbd CCMPBE r22w, 0xbdbd, {dfv=} +0000000000000E6C 626c7d0681febdbd CCMPBE r22w, 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -11603,7 +11403,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000000EA4 626cf906813ebdbdbdbd CCMPBE qword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000000E74 626cfd06813ebdbdbdbd CCMPBE qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -11626,7 +11426,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000EAE 626cf90681febdbdbdbd CCMPBE r22, 0xbdbdbdbd, {dfv=} +0000000000000E7E 626cfd0681febdbdbdbd CCMPBE r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -11648,7 +11448,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000EB8 626c7806833ebd CCMPBE dword ptr [r22], 0xbd, {dfv=} +0000000000000E88 626c7c06833ebd CCMPBE dword ptr [r22], 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -11671,7 +11471,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000EBF 626c780683febd CCMPBE r22d, 0xbd, {dfv=} +0000000000000E8F 626c7c0683febd CCMPBE r22d, 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -11693,7 +11493,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000EC6 626cf806833ebd CCMPBE qword ptr [r22], 0xbd, {dfv=} +0000000000000E96 626cfc06833ebd CCMPBE qword ptr [r22], 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -11716,7 +11516,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000ECD 626cf80683febd CCMPBE r22, 0xbd, {dfv=} +0000000000000E9D 626cfc0683febd CCMPBE r22, 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -11738,7 +11538,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000ED4 626c7906833ebd CCMPBE word ptr [r22], 0xbd, {dfv=} +0000000000000EA4 626c7d06833ebd CCMPBE word ptr [r22], 0xbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -11761,7 +11561,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000000EDB 626c790683febd CCMPBE r22w, 0xbd, {dfv=} +0000000000000EAB 626c7d0683febd CCMPBE r22w, 0xbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -11783,7 +11583,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000000EE2 626cf906833ebd CCMPBE qword ptr [r22], 0xbd, {dfv=} +0000000000000EB2 626cfd06833ebd CCMPBE qword ptr [r22], 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -11806,7 +11606,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000EE9 626cf90683febd CCMPBE r22, 0xbd, {dfv=} +0000000000000EB9 626cfd0683febd CCMPBE r22, 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -11828,7 +11628,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000EF0 626c7802381e CCMPC byte ptr [r22], r27b, {dfv=} +0000000000000EC0 626c7c02381e CCMPC byte ptr [r22], r27b, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -11851,7 +11651,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000EF6 626c780238de CCMPC r22b, r27b, {dfv=} +0000000000000EC6 626c7c0238de CCMPC r22b, r27b, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -11873,7 +11673,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000EFC 626cf802381e CCMPC byte ptr [r22], r27b, {dfv=} +0000000000000ECC 626cfc02381e CCMPC byte ptr [r22], r27b, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -11896,7 +11696,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000F02 626cf80238de CCMPC r22b, r27b, {dfv=} +0000000000000ED2 626cfc0238de CCMPC r22b, r27b, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -11918,7 +11718,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000F08 626c7802391e CCMPC dword ptr [r22], r27d, {dfv=} +0000000000000ED8 626c7c02391e CCMPC dword ptr [r22], r27d, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -11941,7 +11741,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000F0E 626c780239de CCMPC r22d, r27d, {dfv=} +0000000000000EDE 626c7c0239de CCMPC r22d, r27d, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -11963,7 +11763,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000F14 626cf802391e CCMPC qword ptr [r22], r27, {dfv=} +0000000000000EE4 626cfc02391e CCMPC qword ptr [r22], r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -11986,7 +11786,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000F1A 626cf80239de CCMPC r22, r27, {dfv=} +0000000000000EEA 626cfc0239de CCMPC r22, r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -12008,7 +11808,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000F20 626c7902391e CCMPC word ptr [r22], r27w, {dfv=} +0000000000000EF0 626c7d02391e CCMPC word ptr [r22], r27w, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -12031,7 +11831,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000000F26 626c790239de CCMPC r22w, r27w, {dfv=} +0000000000000EF6 626c7d0239de CCMPC r22w, r27w, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -12053,7 +11853,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000000F2C 626cf902391e CCMPC qword ptr [r22], r27, {dfv=} +0000000000000EFC 626cfd02391e CCMPC qword ptr [r22], r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -12076,7 +11876,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000F32 626cf90239de CCMPC r22, r27, {dfv=} +0000000000000F02 626cfd0239de CCMPC r22, r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -12098,7 +11898,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000F38 626c78023a1e CCMPC r27b, byte ptr [r22], {dfv=} +0000000000000F08 626c7c023a1e CCMPC r27b, byte ptr [r22], {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -12121,7 +11921,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000F3E 626c78023ade CCMPC r27b, r22b, {dfv=} +0000000000000F0E 626c7c023ade CCMPC r27b, r22b, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -12143,7 +11943,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000F44 626cf8023a1e CCMPC r27b, byte ptr [r22], {dfv=} +0000000000000F14 626cfc023a1e CCMPC r27b, byte ptr [r22], {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -12166,7 +11966,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000F4A 626cf8023ade CCMPC r27b, r22b, {dfv=} +0000000000000F1A 626cfc023ade CCMPC r27b, r22b, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -12188,7 +11988,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000F50 626c78023b1e CCMPC r27d, dword ptr [r22], {dfv=} +0000000000000F20 626c7c023b1e CCMPC r27d, dword ptr [r22], {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -12211,7 +12011,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000F56 626c78023bde CCMPC r27d, r22d, {dfv=} +0000000000000F26 626c7c023bde CCMPC r27d, r22d, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -12233,7 +12033,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000F5C 626cf8023b1e CCMPC r27, qword ptr [r22], {dfv=} +0000000000000F2C 626cfc023b1e CCMPC r27, qword ptr [r22], {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -12256,7 +12056,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000F62 626cf8023bde CCMPC r27, r22, {dfv=} +0000000000000F32 626cfc023bde CCMPC r27, r22, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -12278,7 +12078,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000F68 626c79023b1e CCMPC r27w, word ptr [r22], {dfv=} +0000000000000F38 626c7d023b1e CCMPC r27w, word ptr [r22], {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -12301,7 +12101,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000000F6E 626c79023bde CCMPC r27w, r22w, {dfv=} +0000000000000F3E 626c7d023bde CCMPC r27w, r22w, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -12323,7 +12123,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000000F74 626cf9023b1e CCMPC r27, qword ptr [r22], {dfv=} +0000000000000F44 626cfd023b1e CCMPC r27, qword ptr [r22], {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -12346,7 +12146,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000F7A 626cf9023bde CCMPC r27, r22, {dfv=} +0000000000000F4A 626cfd023bde CCMPC r27, r22, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -12368,7 +12168,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000F80 626c7802803ebd CCMPC byte ptr [r22], 0xbd, {dfv=} +0000000000000F50 626c7c02803ebd CCMPC byte ptr [r22], 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -12391,7 +12191,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000F87 626c780280febd CCMPC r22b, 0xbd, {dfv=} +0000000000000F57 626c7c0280febd CCMPC r22b, 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -12413,7 +12213,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000F8E 626cf802803ebd CCMPC byte ptr [r22], 0xbd, {dfv=} +0000000000000F5E 626cfc02803ebd CCMPC byte ptr [r22], 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -12436,7 +12236,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000F95 626cf80280febd CCMPC r22b, 0xbd, {dfv=} +0000000000000F65 626cfc0280febd CCMPC r22b, 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -12458,7 +12258,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000F9C 626c7802813ebdbdbdbd CCMPC dword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000000F6C 626c7c02813ebdbdbdbd CCMPC dword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -12481,7 +12281,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000FA6 626c780281febdbdbdbd CCMPC r22d, 0xbdbdbdbd, {dfv=} +0000000000000F76 626c7c0281febdbdbdbd CCMPC r22d, 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -12503,7 +12303,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000FB0 626cf802813ebdbdbdbd CCMPC qword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000000F80 626cfc02813ebdbdbdbd CCMPC qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -12526,7 +12326,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000FBA 626cf80281febdbdbdbd CCMPC r22, 0xbdbdbdbd, {dfv=} +0000000000000F8A 626cfc0281febdbdbdbd CCMPC r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -12548,7 +12348,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000FC4 626c7902813ebdbd CCMPC word ptr [r22], 0xbdbd, {dfv=} +0000000000000F94 626c7d02813ebdbd CCMPC word ptr [r22], 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -12571,7 +12371,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000000FCC 626c790281febdbd CCMPC r22w, 0xbdbd, {dfv=} +0000000000000F9C 626c7d0281febdbd CCMPC r22w, 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -12593,7 +12393,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000000FD4 626cf902813ebdbdbdbd CCMPC qword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000000FA4 626cfd02813ebdbdbdbd CCMPC qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -12616,7 +12416,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000FDE 626cf90281febdbdbdbd CCMPC r22, 0xbdbdbdbd, {dfv=} +0000000000000FAE 626cfd0281febdbdbdbd CCMPC r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -12638,7 +12438,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000FE8 626c7802833ebd CCMPC dword ptr [r22], 0xbd, {dfv=} +0000000000000FB8 626c7c02833ebd CCMPC dword ptr [r22], 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -12661,7 +12461,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000FEF 626c780283febd CCMPC r22d, 0xbd, {dfv=} +0000000000000FBF 626c7c0283febd CCMPC r22d, 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -12683,7 +12483,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000000FF6 626cf802833ebd CCMPC qword ptr [r22], 0xbd, {dfv=} +0000000000000FC6 626cfc02833ebd CCMPC qword ptr [r22], 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -12706,7 +12506,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000000FFD 626cf80283febd CCMPC r22, 0xbd, {dfv=} +0000000000000FCD 626cfc0283febd CCMPC r22, 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -12728,7 +12528,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001004 626c7902833ebd CCMPC word ptr [r22], 0xbd, {dfv=} +0000000000000FD4 626c7d02833ebd CCMPC word ptr [r22], 0xbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -12751,7 +12551,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000100B 626c790283febd CCMPC r22w, 0xbd, {dfv=} +0000000000000FDB 626c7d0283febd CCMPC r22w, 0xbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -12773,7 +12573,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000001012 626cf902833ebd CCMPC qword ptr [r22], 0xbd, {dfv=} +0000000000000FE2 626cfd02833ebd CCMPC qword ptr [r22], 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -12796,7 +12596,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001019 626cf90283febd CCMPC r22, 0xbd, {dfv=} +0000000000000FE9 626cfd0283febd CCMPC r22, 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -12818,7 +12618,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001020 626c780b381e CCMPF byte ptr [r22], r27b, {dfv=} +0000000000000FF0 626c7c0b381e CCMPF byte ptr [r22], r27b, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -12841,7 +12641,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001026 626c780b38de CCMPF r22b, r27b, {dfv=} +0000000000000FF6 626c7c0b38de CCMPF r22b, r27b, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -12863,7 +12663,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000102C 626cf80b381e CCMPF byte ptr [r22], r27b, {dfv=} +0000000000000FFC 626cfc0b381e CCMPF byte ptr [r22], r27b, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -12886,7 +12686,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001032 626cf80b38de CCMPF r22b, r27b, {dfv=} +0000000000001002 626cfc0b38de CCMPF r22b, r27b, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -12908,7 +12708,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001038 626c780b391e CCMPF dword ptr [r22], r27d, {dfv=} +0000000000001008 626c7c0b391e CCMPF dword ptr [r22], r27d, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -12931,7 +12731,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000103E 626c780b39de CCMPF r22d, r27d, {dfv=} +000000000000100E 626c7c0b39de CCMPF r22d, r27d, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -12953,7 +12753,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001044 626cf80b391e CCMPF qword ptr [r22], r27, {dfv=} +0000000000001014 626cfc0b391e CCMPF qword ptr [r22], r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -12976,7 +12776,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000104A 626cf80b39de CCMPF r22, r27, {dfv=} +000000000000101A 626cfc0b39de CCMPF r22, r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -12998,7 +12798,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001050 626c790b391e CCMPF word ptr [r22], r27w, {dfv=} +0000000000001020 626c7d0b391e CCMPF word ptr [r22], r27w, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -13021,7 +12821,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000001056 626c790b39de CCMPF r22w, r27w, {dfv=} +0000000000001026 626c7d0b39de CCMPF r22w, r27w, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -13043,7 +12843,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000105C 626cf90b391e CCMPF qword ptr [r22], r27, {dfv=} +000000000000102C 626cfd0b391e CCMPF qword ptr [r22], r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -13066,7 +12866,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001062 626cf90b39de CCMPF r22, r27, {dfv=} +0000000000001032 626cfd0b39de CCMPF r22, r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -13088,7 +12888,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001068 626c780b3a1e CCMPF r27b, byte ptr [r22], {dfv=} +0000000000001038 626c7c0b3a1e CCMPF r27b, byte ptr [r22], {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -13111,7 +12911,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000106E 626c780b3ade CCMPF r27b, r22b, {dfv=} +000000000000103E 626c7c0b3ade CCMPF r27b, r22b, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -13133,7 +12933,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001074 626cf80b3a1e CCMPF r27b, byte ptr [r22], {dfv=} +0000000000001044 626cfc0b3a1e CCMPF r27b, byte ptr [r22], {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -13156,7 +12956,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000107A 626cf80b3ade CCMPF r27b, r22b, {dfv=} +000000000000104A 626cfc0b3ade CCMPF r27b, r22b, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -13178,7 +12978,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001080 626c780b3b1e CCMPF r27d, dword ptr [r22], {dfv=} +0000000000001050 626c7c0b3b1e CCMPF r27d, dword ptr [r22], {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -13201,7 +13001,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001086 626c780b3bde CCMPF r27d, r22d, {dfv=} +0000000000001056 626c7c0b3bde CCMPF r27d, r22d, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -13223,7 +13023,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000108C 626cf80b3b1e CCMPF r27, qword ptr [r22], {dfv=} +000000000000105C 626cfc0b3b1e CCMPF r27, qword ptr [r22], {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -13246,7 +13046,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001092 626cf80b3bde CCMPF r27, r22, {dfv=} +0000000000001062 626cfc0b3bde CCMPF r27, r22, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -13268,7 +13068,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001098 626c790b3b1e CCMPF r27w, word ptr [r22], {dfv=} +0000000000001068 626c7d0b3b1e CCMPF r27w, word ptr [r22], {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -13291,7 +13091,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000109E 626c790b3bde CCMPF r27w, r22w, {dfv=} +000000000000106E 626c7d0b3bde CCMPF r27w, r22w, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -13313,7 +13113,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000010A4 626cf90b3b1e CCMPF r27, qword ptr [r22], {dfv=} +0000000000001074 626cfd0b3b1e CCMPF r27, qword ptr [r22], {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -13336,7 +13136,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000010AA 626cf90b3bde CCMPF r27, r22, {dfv=} +000000000000107A 626cfd0b3bde CCMPF r27, r22, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -13358,7 +13158,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000010B0 626c780b803ebd CCMPF byte ptr [r22], 0xbd, {dfv=} +0000000000001080 626c7c0b803ebd CCMPF byte ptr [r22], 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -13381,7 +13181,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000010B7 626c780b80febd CCMPF r22b, 0xbd, {dfv=} +0000000000001087 626c7c0b80febd CCMPF r22b, 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -13403,7 +13203,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000010BE 626cf80b803ebd CCMPF byte ptr [r22], 0xbd, {dfv=} +000000000000108E 626cfc0b803ebd CCMPF byte ptr [r22], 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -13426,7 +13226,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000010C5 626cf80b80febd CCMPF r22b, 0xbd, {dfv=} +0000000000001095 626cfc0b80febd CCMPF r22b, 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -13448,7 +13248,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000010CC 626c780b813ebdbdbdbd CCMPF dword ptr [r22], 0xbdbdbdbd, {dfv=} +000000000000109C 626c7c0b813ebdbdbdbd CCMPF dword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -13471,7 +13271,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000010D6 626c780b81febdbdbdbd CCMPF r22d, 0xbdbdbdbd, {dfv=} +00000000000010A6 626c7c0b81febdbdbdbd CCMPF r22d, 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -13493,7 +13293,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000010E0 626cf80b813ebdbdbdbd CCMPF qword ptr [r22], 0xbdbdbdbd, {dfv=} +00000000000010B0 626cfc0b813ebdbdbdbd CCMPF qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -13516,7 +13316,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000010EA 626cf80b81febdbdbdbd CCMPF r22, 0xbdbdbdbd, {dfv=} +00000000000010BA 626cfc0b81febdbdbdbd CCMPF r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -13538,7 +13338,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000010F4 626c790b813ebdbd CCMPF word ptr [r22], 0xbdbd, {dfv=} +00000000000010C4 626c7d0b813ebdbd CCMPF word ptr [r22], 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -13561,7 +13361,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000010FC 626c790b81febdbd CCMPF r22w, 0xbdbd, {dfv=} +00000000000010CC 626c7d0b81febdbd CCMPF r22w, 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -13583,7 +13383,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000001104 626cf90b813ebdbdbdbd CCMPF qword ptr [r22], 0xbdbdbdbd, {dfv=} +00000000000010D4 626cfd0b813ebdbdbdbd CCMPF qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -13606,7 +13406,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000110E 626cf90b81febdbdbdbd CCMPF r22, 0xbdbdbdbd, {dfv=} +00000000000010DE 626cfd0b81febdbdbdbd CCMPF r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -13628,7 +13428,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001118 626c780b833ebd CCMPF dword ptr [r22], 0xbd, {dfv=} +00000000000010E8 626c7c0b833ebd CCMPF dword ptr [r22], 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -13651,7 +13451,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000111F 626c780b83febd CCMPF r22d, 0xbd, {dfv=} +00000000000010EF 626c7c0b83febd CCMPF r22d, 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -13673,7 +13473,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001126 626cf80b833ebd CCMPF qword ptr [r22], 0xbd, {dfv=} +00000000000010F6 626cfc0b833ebd CCMPF qword ptr [r22], 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -13696,7 +13496,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000112D 626cf80b83febd CCMPF r22, 0xbd, {dfv=} +00000000000010FD 626cfc0b83febd CCMPF r22, 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -13718,7 +13518,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001134 626c790b833ebd CCMPF word ptr [r22], 0xbd, {dfv=} +0000000000001104 626c7d0b833ebd CCMPF word ptr [r22], 0xbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -13741,7 +13541,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000113B 626c790b83febd CCMPF r22w, 0xbd, {dfv=} +000000000000110B 626c7d0b83febd CCMPF r22w, 0xbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -13763,7 +13563,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000001142 626cf90b833ebd CCMPF qword ptr [r22], 0xbd, {dfv=} +0000000000001112 626cfd0b833ebd CCMPF qword ptr [r22], 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -13786,7 +13586,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001149 626cf90b83febd CCMPF r22, 0xbd, {dfv=} +0000000000001119 626cfd0b83febd CCMPF r22, 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -13808,7 +13608,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001150 626c780c381e CCMPL byte ptr [r22], r27b, {dfv=} +0000000000001120 626c7c0c381e CCMPL byte ptr [r22], r27b, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -13831,7 +13631,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001156 626c780c38de CCMPL r22b, r27b, {dfv=} +0000000000001126 626c7c0c38de CCMPL r22b, r27b, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -13853,7 +13653,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000115C 626cf80c381e CCMPL byte ptr [r22], r27b, {dfv=} +000000000000112C 626cfc0c381e CCMPL byte ptr [r22], r27b, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -13876,7 +13676,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001162 626cf80c38de CCMPL r22b, r27b, {dfv=} +0000000000001132 626cfc0c38de CCMPL r22b, r27b, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -13898,7 +13698,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001168 626c780c391e CCMPL dword ptr [r22], r27d, {dfv=} +0000000000001138 626c7c0c391e CCMPL dword ptr [r22], r27d, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -13921,7 +13721,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000116E 626c780c39de CCMPL r22d, r27d, {dfv=} +000000000000113E 626c7c0c39de CCMPL r22d, r27d, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -13943,7 +13743,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001174 626cf80c391e CCMPL qword ptr [r22], r27, {dfv=} +0000000000001144 626cfc0c391e CCMPL qword ptr [r22], r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -13966,7 +13766,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000117A 626cf80c39de CCMPL r22, r27, {dfv=} +000000000000114A 626cfc0c39de CCMPL r22, r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -13988,7 +13788,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001180 626c790c391e CCMPL word ptr [r22], r27w, {dfv=} +0000000000001150 626c7d0c391e CCMPL word ptr [r22], r27w, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -14011,7 +13811,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000001186 626c790c39de CCMPL r22w, r27w, {dfv=} +0000000000001156 626c7d0c39de CCMPL r22w, r27w, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -14033,7 +13833,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000118C 626cf90c391e CCMPL qword ptr [r22], r27, {dfv=} +000000000000115C 626cfd0c391e CCMPL qword ptr [r22], r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -14056,7 +13856,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001192 626cf90c39de CCMPL r22, r27, {dfv=} +0000000000001162 626cfd0c39de CCMPL r22, r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -14078,7 +13878,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001198 626c780c3a1e CCMPL r27b, byte ptr [r22], {dfv=} +0000000000001168 626c7c0c3a1e CCMPL r27b, byte ptr [r22], {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -14101,7 +13901,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000119E 626c780c3ade CCMPL r27b, r22b, {dfv=} +000000000000116E 626c7c0c3ade CCMPL r27b, r22b, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -14123,7 +13923,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000011A4 626cf80c3a1e CCMPL r27b, byte ptr [r22], {dfv=} +0000000000001174 626cfc0c3a1e CCMPL r27b, byte ptr [r22], {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -14146,7 +13946,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000011AA 626cf80c3ade CCMPL r27b, r22b, {dfv=} +000000000000117A 626cfc0c3ade CCMPL r27b, r22b, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -14168,7 +13968,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000011B0 626c780c3b1e CCMPL r27d, dword ptr [r22], {dfv=} +0000000000001180 626c7c0c3b1e CCMPL r27d, dword ptr [r22], {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -14191,7 +13991,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000011B6 626c780c3bde CCMPL r27d, r22d, {dfv=} +0000000000001186 626c7c0c3bde CCMPL r27d, r22d, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -14213,7 +14013,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000011BC 626cf80c3b1e CCMPL r27, qword ptr [r22], {dfv=} +000000000000118C 626cfc0c3b1e CCMPL r27, qword ptr [r22], {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -14236,7 +14036,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000011C2 626cf80c3bde CCMPL r27, r22, {dfv=} +0000000000001192 626cfc0c3bde CCMPL r27, r22, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -14258,7 +14058,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000011C8 626c790c3b1e CCMPL r27w, word ptr [r22], {dfv=} +0000000000001198 626c7d0c3b1e CCMPL r27w, word ptr [r22], {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -14281,7 +14081,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000011CE 626c790c3bde CCMPL r27w, r22w, {dfv=} +000000000000119E 626c7d0c3bde CCMPL r27w, r22w, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -14303,7 +14103,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000011D4 626cf90c3b1e CCMPL r27, qword ptr [r22], {dfv=} +00000000000011A4 626cfd0c3b1e CCMPL r27, qword ptr [r22], {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -14326,7 +14126,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000011DA 626cf90c3bde CCMPL r27, r22, {dfv=} +00000000000011AA 626cfd0c3bde CCMPL r27, r22, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -14348,7 +14148,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000011E0 626c780c803ebd CCMPL byte ptr [r22], 0xbd, {dfv=} +00000000000011B0 626c7c0c803ebd CCMPL byte ptr [r22], 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -14371,7 +14171,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000011E7 626c780c80febd CCMPL r22b, 0xbd, {dfv=} +00000000000011B7 626c7c0c80febd CCMPL r22b, 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -14393,7 +14193,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000011EE 626cf80c803ebd CCMPL byte ptr [r22], 0xbd, {dfv=} +00000000000011BE 626cfc0c803ebd CCMPL byte ptr [r22], 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -14416,7 +14216,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000011F5 626cf80c80febd CCMPL r22b, 0xbd, {dfv=} +00000000000011C5 626cfc0c80febd CCMPL r22b, 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -14438,7 +14238,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000011FC 626c780c813ebdbdbdbd CCMPL dword ptr [r22], 0xbdbdbdbd, {dfv=} +00000000000011CC 626c7c0c813ebdbdbdbd CCMPL dword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -14461,7 +14261,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001206 626c780c81febdbdbdbd CCMPL r22d, 0xbdbdbdbd, {dfv=} +00000000000011D6 626c7c0c81febdbdbdbd CCMPL r22d, 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -14483,7 +14283,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001210 626cf80c813ebdbdbdbd CCMPL qword ptr [r22], 0xbdbdbdbd, {dfv=} +00000000000011E0 626cfc0c813ebdbdbdbd CCMPL qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -14506,7 +14306,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000121A 626cf80c81febdbdbdbd CCMPL r22, 0xbdbdbdbd, {dfv=} +00000000000011EA 626cfc0c81febdbdbdbd CCMPL r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -14528,7 +14328,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001224 626c790c813ebdbd CCMPL word ptr [r22], 0xbdbd, {dfv=} +00000000000011F4 626c7d0c813ebdbd CCMPL word ptr [r22], 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -14551,7 +14351,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000122C 626c790c81febdbd CCMPL r22w, 0xbdbd, {dfv=} +00000000000011FC 626c7d0c81febdbd CCMPL r22w, 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -14573,7 +14373,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000001234 626cf90c813ebdbdbdbd CCMPL qword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000001204 626cfd0c813ebdbdbdbd CCMPL qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -14596,7 +14396,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000123E 626cf90c81febdbdbdbd CCMPL r22, 0xbdbdbdbd, {dfv=} +000000000000120E 626cfd0c81febdbdbdbd CCMPL r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -14618,7 +14418,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001248 626c780c833ebd CCMPL dword ptr [r22], 0xbd, {dfv=} +0000000000001218 626c7c0c833ebd CCMPL dword ptr [r22], 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -14641,7 +14441,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000124F 626c780c83febd CCMPL r22d, 0xbd, {dfv=} +000000000000121F 626c7c0c83febd CCMPL r22d, 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -14663,7 +14463,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001256 626cf80c833ebd CCMPL qword ptr [r22], 0xbd, {dfv=} +0000000000001226 626cfc0c833ebd CCMPL qword ptr [r22], 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -14686,7 +14486,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000125D 626cf80c83febd CCMPL r22, 0xbd, {dfv=} +000000000000122D 626cfc0c83febd CCMPL r22, 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -14708,7 +14508,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001264 626c790c833ebd CCMPL word ptr [r22], 0xbd, {dfv=} +0000000000001234 626c7d0c833ebd CCMPL word ptr [r22], 0xbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -14731,7 +14531,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000126B 626c790c83febd CCMPL r22w, 0xbd, {dfv=} +000000000000123B 626c7d0c83febd CCMPL r22w, 0xbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -14753,7 +14553,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000001272 626cf90c833ebd CCMPL qword ptr [r22], 0xbd, {dfv=} +0000000000001242 626cfd0c833ebd CCMPL qword ptr [r22], 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -14776,7 +14576,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001279 626cf90c83febd CCMPL r22, 0xbd, {dfv=} +0000000000001249 626cfd0c83febd CCMPL r22, 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -14798,7 +14598,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001280 626c780e381e CCMPLE byte ptr [r22], r27b, {dfv=} +0000000000001250 626c7c0e381e CCMPLE byte ptr [r22], r27b, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -14821,7 +14621,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001286 626c780e38de CCMPLE r22b, r27b, {dfv=} +0000000000001256 626c7c0e38de CCMPLE r22b, r27b, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -14843,7 +14643,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000128C 626cf80e381e CCMPLE byte ptr [r22], r27b, {dfv=} +000000000000125C 626cfc0e381e CCMPLE byte ptr [r22], r27b, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -14866,7 +14666,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001292 626cf80e38de CCMPLE r22b, r27b, {dfv=} +0000000000001262 626cfc0e38de CCMPLE r22b, r27b, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -14888,7 +14688,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001298 626c780e391e CCMPLE dword ptr [r22], r27d, {dfv=} +0000000000001268 626c7c0e391e CCMPLE dword ptr [r22], r27d, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -14911,7 +14711,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000129E 626c780e39de CCMPLE r22d, r27d, {dfv=} +000000000000126E 626c7c0e39de CCMPLE r22d, r27d, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -14933,7 +14733,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000012A4 626cf80e391e CCMPLE qword ptr [r22], r27, {dfv=} +0000000000001274 626cfc0e391e CCMPLE qword ptr [r22], r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -14956,7 +14756,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000012AA 626cf80e39de CCMPLE r22, r27, {dfv=} +000000000000127A 626cfc0e39de CCMPLE r22, r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -14978,7 +14778,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000012B0 626c790e391e CCMPLE word ptr [r22], r27w, {dfv=} +0000000000001280 626c7d0e391e CCMPLE word ptr [r22], r27w, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -15001,7 +14801,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000012B6 626c790e39de CCMPLE r22w, r27w, {dfv=} +0000000000001286 626c7d0e39de CCMPLE r22w, r27w, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -15023,7 +14823,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000012BC 626cf90e391e CCMPLE qword ptr [r22], r27, {dfv=} +000000000000128C 626cfd0e391e CCMPLE qword ptr [r22], r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -15046,7 +14846,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000012C2 626cf90e39de CCMPLE r22, r27, {dfv=} +0000000000001292 626cfd0e39de CCMPLE r22, r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -15068,7 +14868,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000012C8 626c780e3a1e CCMPLE r27b, byte ptr [r22], {dfv=} +0000000000001298 626c7c0e3a1e CCMPLE r27b, byte ptr [r22], {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -15091,7 +14891,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000012CE 626c780e3ade CCMPLE r27b, r22b, {dfv=} +000000000000129E 626c7c0e3ade CCMPLE r27b, r22b, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -15113,7 +14913,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000012D4 626cf80e3a1e CCMPLE r27b, byte ptr [r22], {dfv=} +00000000000012A4 626cfc0e3a1e CCMPLE r27b, byte ptr [r22], {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -15136,7 +14936,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000012DA 626cf80e3ade CCMPLE r27b, r22b, {dfv=} +00000000000012AA 626cfc0e3ade CCMPLE r27b, r22b, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -15158,7 +14958,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000012E0 626c780e3b1e CCMPLE r27d, dword ptr [r22], {dfv=} +00000000000012B0 626c7c0e3b1e CCMPLE r27d, dword ptr [r22], {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -15181,7 +14981,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000012E6 626c780e3bde CCMPLE r27d, r22d, {dfv=} +00000000000012B6 626c7c0e3bde CCMPLE r27d, r22d, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -15203,7 +15003,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000012EC 626cf80e3b1e CCMPLE r27, qword ptr [r22], {dfv=} +00000000000012BC 626cfc0e3b1e CCMPLE r27, qword ptr [r22], {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -15226,7 +15026,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000012F2 626cf80e3bde CCMPLE r27, r22, {dfv=} +00000000000012C2 626cfc0e3bde CCMPLE r27, r22, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -15248,7 +15048,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000012F8 626c790e3b1e CCMPLE r27w, word ptr [r22], {dfv=} +00000000000012C8 626c7d0e3b1e CCMPLE r27w, word ptr [r22], {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -15271,7 +15071,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000012FE 626c790e3bde CCMPLE r27w, r22w, {dfv=} +00000000000012CE 626c7d0e3bde CCMPLE r27w, r22w, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -15293,7 +15093,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000001304 626cf90e3b1e CCMPLE r27, qword ptr [r22], {dfv=} +00000000000012D4 626cfd0e3b1e CCMPLE r27, qword ptr [r22], {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -15316,7 +15116,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000130A 626cf90e3bde CCMPLE r27, r22, {dfv=} +00000000000012DA 626cfd0e3bde CCMPLE r27, r22, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -15338,7 +15138,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001310 626c780e803ebd CCMPLE byte ptr [r22], 0xbd, {dfv=} +00000000000012E0 626c7c0e803ebd CCMPLE byte ptr [r22], 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -15361,7 +15161,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001317 626c780e80febd CCMPLE r22b, 0xbd, {dfv=} +00000000000012E7 626c7c0e80febd CCMPLE r22b, 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -15383,7 +15183,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000131E 626cf80e803ebd CCMPLE byte ptr [r22], 0xbd, {dfv=} +00000000000012EE 626cfc0e803ebd CCMPLE byte ptr [r22], 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -15406,7 +15206,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001325 626cf80e80febd CCMPLE r22b, 0xbd, {dfv=} +00000000000012F5 626cfc0e80febd CCMPLE r22b, 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -15428,7 +15228,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000132C 626c780e813ebdbdbdbd CCMPLE dword ptr [r22], 0xbdbdbdbd, {dfv=} +00000000000012FC 626c7c0e813ebdbdbdbd CCMPLE dword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -15451,7 +15251,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001336 626c780e81febdbdbdbd CCMPLE r22d, 0xbdbdbdbd, {dfv=} +0000000000001306 626c7c0e81febdbdbdbd CCMPLE r22d, 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -15473,7 +15273,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001340 626cf80e813ebdbdbdbd CCMPLE qword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000001310 626cfc0e813ebdbdbdbd CCMPLE qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -15496,7 +15296,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000134A 626cf80e81febdbdbdbd CCMPLE r22, 0xbdbdbdbd, {dfv=} +000000000000131A 626cfc0e81febdbdbdbd CCMPLE r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -15518,7 +15318,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001354 626c790e813ebdbd CCMPLE word ptr [r22], 0xbdbd, {dfv=} +0000000000001324 626c7d0e813ebdbd CCMPLE word ptr [r22], 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -15541,7 +15341,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000135C 626c790e81febdbd CCMPLE r22w, 0xbdbd, {dfv=} +000000000000132C 626c7d0e81febdbd CCMPLE r22w, 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -15563,7 +15363,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000001364 626cf90e813ebdbdbdbd CCMPLE qword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000001334 626cfd0e813ebdbdbdbd CCMPLE qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -15586,7 +15386,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000136E 626cf90e81febdbdbdbd CCMPLE r22, 0xbdbdbdbd, {dfv=} +000000000000133E 626cfd0e81febdbdbdbd CCMPLE r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -15608,7 +15408,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001378 626c780e833ebd CCMPLE dword ptr [r22], 0xbd, {dfv=} +0000000000001348 626c7c0e833ebd CCMPLE dword ptr [r22], 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -15631,7 +15431,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000137F 626c780e83febd CCMPLE r22d, 0xbd, {dfv=} +000000000000134F 626c7c0e83febd CCMPLE r22d, 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -15653,7 +15453,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001386 626cf80e833ebd CCMPLE qword ptr [r22], 0xbd, {dfv=} +0000000000001356 626cfc0e833ebd CCMPLE qword ptr [r22], 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -15676,7 +15476,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000138D 626cf80e83febd CCMPLE r22, 0xbd, {dfv=} +000000000000135D 626cfc0e83febd CCMPLE r22, 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -15698,7 +15498,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001394 626c790e833ebd CCMPLE word ptr [r22], 0xbd, {dfv=} +0000000000001364 626c7d0e833ebd CCMPLE word ptr [r22], 0xbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -15721,7 +15521,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000139B 626c790e83febd CCMPLE r22w, 0xbd, {dfv=} +000000000000136B 626c7d0e83febd CCMPLE r22w, 0xbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -15743,7 +15543,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000013A2 626cf90e833ebd CCMPLE qword ptr [r22], 0xbd, {dfv=} +0000000000001372 626cfd0e833ebd CCMPLE qword ptr [r22], 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -15766,7 +15566,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000013A9 626cf90e83febd CCMPLE r22, 0xbd, {dfv=} +0000000000001379 626cfd0e83febd CCMPLE r22, 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -15788,7 +15588,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000013B0 626c7807381e CCMPNBE byte ptr [r22], r27b, {dfv=} +0000000000001380 626c7c07381e CCMPNBE byte ptr [r22], r27b, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -15811,7 +15611,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000013B6 626c780738de CCMPNBE r22b, r27b, {dfv=} +0000000000001386 626c7c0738de CCMPNBE r22b, r27b, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -15833,7 +15633,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000013BC 626cf807381e CCMPNBE byte ptr [r22], r27b, {dfv=} +000000000000138C 626cfc07381e CCMPNBE byte ptr [r22], r27b, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -15856,7 +15656,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000013C2 626cf80738de CCMPNBE r22b, r27b, {dfv=} +0000000000001392 626cfc0738de CCMPNBE r22b, r27b, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -15878,7 +15678,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000013C8 626c7807391e CCMPNBE dword ptr [r22], r27d, {dfv=} +0000000000001398 626c7c07391e CCMPNBE dword ptr [r22], r27d, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -15901,7 +15701,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000013CE 626c780739de CCMPNBE r22d, r27d, {dfv=} +000000000000139E 626c7c0739de CCMPNBE r22d, r27d, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -15923,7 +15723,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000013D4 626cf807391e CCMPNBE qword ptr [r22], r27, {dfv=} +00000000000013A4 626cfc07391e CCMPNBE qword ptr [r22], r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -15946,7 +15746,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000013DA 626cf80739de CCMPNBE r22, r27, {dfv=} +00000000000013AA 626cfc0739de CCMPNBE r22, r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -15968,7 +15768,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000013E0 626c7907391e CCMPNBE word ptr [r22], r27w, {dfv=} +00000000000013B0 626c7d07391e CCMPNBE word ptr [r22], r27w, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -15991,7 +15791,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000013E6 626c790739de CCMPNBE r22w, r27w, {dfv=} +00000000000013B6 626c7d0739de CCMPNBE r22w, r27w, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -16013,7 +15813,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000013EC 626cf907391e CCMPNBE qword ptr [r22], r27, {dfv=} +00000000000013BC 626cfd07391e CCMPNBE qword ptr [r22], r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -16036,7 +15836,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000013F2 626cf90739de CCMPNBE r22, r27, {dfv=} +00000000000013C2 626cfd0739de CCMPNBE r22, r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -16058,7 +15858,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000013F8 626c78073a1e CCMPNBE r27b, byte ptr [r22], {dfv=} +00000000000013C8 626c7c073a1e CCMPNBE r27b, byte ptr [r22], {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -16081,7 +15881,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000013FE 626c78073ade CCMPNBE r27b, r22b, {dfv=} +00000000000013CE 626c7c073ade CCMPNBE r27b, r22b, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -16103,7 +15903,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001404 626cf8073a1e CCMPNBE r27b, byte ptr [r22], {dfv=} +00000000000013D4 626cfc073a1e CCMPNBE r27b, byte ptr [r22], {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -16126,7 +15926,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000140A 626cf8073ade CCMPNBE r27b, r22b, {dfv=} +00000000000013DA 626cfc073ade CCMPNBE r27b, r22b, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -16148,7 +15948,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001410 626c78073b1e CCMPNBE r27d, dword ptr [r22], {dfv=} +00000000000013E0 626c7c073b1e CCMPNBE r27d, dword ptr [r22], {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -16171,7 +15971,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001416 626c78073bde CCMPNBE r27d, r22d, {dfv=} +00000000000013E6 626c7c073bde CCMPNBE r27d, r22d, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -16193,7 +15993,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000141C 626cf8073b1e CCMPNBE r27, qword ptr [r22], {dfv=} +00000000000013EC 626cfc073b1e CCMPNBE r27, qword ptr [r22], {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -16216,7 +16016,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001422 626cf8073bde CCMPNBE r27, r22, {dfv=} +00000000000013F2 626cfc073bde CCMPNBE r27, r22, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -16238,7 +16038,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001428 626c79073b1e CCMPNBE r27w, word ptr [r22], {dfv=} +00000000000013F8 626c7d073b1e CCMPNBE r27w, word ptr [r22], {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -16261,7 +16061,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000142E 626c79073bde CCMPNBE r27w, r22w, {dfv=} +00000000000013FE 626c7d073bde CCMPNBE r27w, r22w, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -16283,7 +16083,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000001434 626cf9073b1e CCMPNBE r27, qword ptr [r22], {dfv=} +0000000000001404 626cfd073b1e CCMPNBE r27, qword ptr [r22], {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -16306,7 +16106,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000143A 626cf9073bde CCMPNBE r27, r22, {dfv=} +000000000000140A 626cfd073bde CCMPNBE r27, r22, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -16328,7 +16128,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001440 626c7807803ebd CCMPNBE byte ptr [r22], 0xbd, {dfv=} +0000000000001410 626c7c07803ebd CCMPNBE byte ptr [r22], 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -16351,7 +16151,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001447 626c780780febd CCMPNBE r22b, 0xbd, {dfv=} +0000000000001417 626c7c0780febd CCMPNBE r22b, 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -16373,7 +16173,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000144E 626cf807803ebd CCMPNBE byte ptr [r22], 0xbd, {dfv=} +000000000000141E 626cfc07803ebd CCMPNBE byte ptr [r22], 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -16396,7 +16196,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001455 626cf80780febd CCMPNBE r22b, 0xbd, {dfv=} +0000000000001425 626cfc0780febd CCMPNBE r22b, 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -16418,7 +16218,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000145C 626c7807813ebdbdbdbd CCMPNBE dword ptr [r22], 0xbdbdbdbd, {dfv=} +000000000000142C 626c7c07813ebdbdbdbd CCMPNBE dword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -16441,7 +16241,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001466 626c780781febdbdbdbd CCMPNBE r22d, 0xbdbdbdbd, {dfv=} +0000000000001436 626c7c0781febdbdbdbd CCMPNBE r22d, 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -16463,7 +16263,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001470 626cf807813ebdbdbdbd CCMPNBE qword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000001440 626cfc07813ebdbdbdbd CCMPNBE qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -16486,7 +16286,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000147A 626cf80781febdbdbdbd CCMPNBE r22, 0xbdbdbdbd, {dfv=} +000000000000144A 626cfc0781febdbdbdbd CCMPNBE r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -16508,7 +16308,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001484 626c7907813ebdbd CCMPNBE word ptr [r22], 0xbdbd, {dfv=} +0000000000001454 626c7d07813ebdbd CCMPNBE word ptr [r22], 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -16531,7 +16331,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000148C 626c790781febdbd CCMPNBE r22w, 0xbdbd, {dfv=} +000000000000145C 626c7d0781febdbd CCMPNBE r22w, 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -16553,7 +16353,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000001494 626cf907813ebdbdbdbd CCMPNBE qword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000001464 626cfd07813ebdbdbdbd CCMPNBE qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -16576,7 +16376,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000149E 626cf90781febdbdbdbd CCMPNBE r22, 0xbdbdbdbd, {dfv=} +000000000000146E 626cfd0781febdbdbdbd CCMPNBE r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -16598,7 +16398,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000014A8 626c7807833ebd CCMPNBE dword ptr [r22], 0xbd, {dfv=} +0000000000001478 626c7c07833ebd CCMPNBE dword ptr [r22], 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -16621,7 +16421,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000014AF 626c780783febd CCMPNBE r22d, 0xbd, {dfv=} +000000000000147F 626c7c0783febd CCMPNBE r22d, 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -16643,7 +16443,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000014B6 626cf807833ebd CCMPNBE qword ptr [r22], 0xbd, {dfv=} +0000000000001486 626cfc07833ebd CCMPNBE qword ptr [r22], 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -16666,7 +16466,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000014BD 626cf80783febd CCMPNBE r22, 0xbd, {dfv=} +000000000000148D 626cfc0783febd CCMPNBE r22, 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -16688,7 +16488,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000014C4 626c7907833ebd CCMPNBE word ptr [r22], 0xbd, {dfv=} +0000000000001494 626c7d07833ebd CCMPNBE word ptr [r22], 0xbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -16711,7 +16511,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000014CB 626c790783febd CCMPNBE r22w, 0xbd, {dfv=} +000000000000149B 626c7d0783febd CCMPNBE r22w, 0xbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -16733,7 +16533,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000014D2 626cf907833ebd CCMPNBE qword ptr [r22], 0xbd, {dfv=} +00000000000014A2 626cfd07833ebd CCMPNBE qword ptr [r22], 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -16756,7 +16556,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000014D9 626cf90783febd CCMPNBE r22, 0xbd, {dfv=} +00000000000014A9 626cfd0783febd CCMPNBE r22, 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -16778,7 +16578,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000014E0 626c7803381e CCMPNC byte ptr [r22], r27b, {dfv=} +00000000000014B0 626c7c03381e CCMPNC byte ptr [r22], r27b, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -16801,7 +16601,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000014E6 626c780338de CCMPNC r22b, r27b, {dfv=} +00000000000014B6 626c7c0338de CCMPNC r22b, r27b, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -16823,7 +16623,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000014EC 626cf803381e CCMPNC byte ptr [r22], r27b, {dfv=} +00000000000014BC 626cfc03381e CCMPNC byte ptr [r22], r27b, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -16846,7 +16646,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000014F2 626cf80338de CCMPNC r22b, r27b, {dfv=} +00000000000014C2 626cfc0338de CCMPNC r22b, r27b, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -16868,7 +16668,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000014F8 626c7803391e CCMPNC dword ptr [r22], r27d, {dfv=} +00000000000014C8 626c7c03391e CCMPNC dword ptr [r22], r27d, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -16891,7 +16691,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000014FE 626c780339de CCMPNC r22d, r27d, {dfv=} +00000000000014CE 626c7c0339de CCMPNC r22d, r27d, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -16913,7 +16713,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001504 626cf803391e CCMPNC qword ptr [r22], r27, {dfv=} +00000000000014D4 626cfc03391e CCMPNC qword ptr [r22], r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -16936,7 +16736,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000150A 626cf80339de CCMPNC r22, r27, {dfv=} +00000000000014DA 626cfc0339de CCMPNC r22, r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -16958,7 +16758,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001510 626c7903391e CCMPNC word ptr [r22], r27w, {dfv=} +00000000000014E0 626c7d03391e CCMPNC word ptr [r22], r27w, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -16981,7 +16781,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000001516 626c790339de CCMPNC r22w, r27w, {dfv=} +00000000000014E6 626c7d0339de CCMPNC r22w, r27w, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -17003,7 +16803,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000151C 626cf903391e CCMPNC qword ptr [r22], r27, {dfv=} +00000000000014EC 626cfd03391e CCMPNC qword ptr [r22], r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -17026,7 +16826,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001522 626cf90339de CCMPNC r22, r27, {dfv=} +00000000000014F2 626cfd0339de CCMPNC r22, r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -17048,7 +16848,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001528 626c78033a1e CCMPNC r27b, byte ptr [r22], {dfv=} +00000000000014F8 626c7c033a1e CCMPNC r27b, byte ptr [r22], {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -17071,7 +16871,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000152E 626c78033ade CCMPNC r27b, r22b, {dfv=} +00000000000014FE 626c7c033ade CCMPNC r27b, r22b, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -17093,7 +16893,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001534 626cf8033a1e CCMPNC r27b, byte ptr [r22], {dfv=} +0000000000001504 626cfc033a1e CCMPNC r27b, byte ptr [r22], {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -17116,7 +16916,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000153A 626cf8033ade CCMPNC r27b, r22b, {dfv=} +000000000000150A 626cfc033ade CCMPNC r27b, r22b, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -17138,7 +16938,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001540 626c78033b1e CCMPNC r27d, dword ptr [r22], {dfv=} +0000000000001510 626c7c033b1e CCMPNC r27d, dword ptr [r22], {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -17161,7 +16961,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001546 626c78033bde CCMPNC r27d, r22d, {dfv=} +0000000000001516 626c7c033bde CCMPNC r27d, r22d, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -17183,7 +16983,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000154C 626cf8033b1e CCMPNC r27, qword ptr [r22], {dfv=} +000000000000151C 626cfc033b1e CCMPNC r27, qword ptr [r22], {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -17206,7 +17006,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001552 626cf8033bde CCMPNC r27, r22, {dfv=} +0000000000001522 626cfc033bde CCMPNC r27, r22, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -17228,7 +17028,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001558 626c79033b1e CCMPNC r27w, word ptr [r22], {dfv=} +0000000000001528 626c7d033b1e CCMPNC r27w, word ptr [r22], {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -17251,7 +17051,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000155E 626c79033bde CCMPNC r27w, r22w, {dfv=} +000000000000152E 626c7d033bde CCMPNC r27w, r22w, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -17273,7 +17073,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000001564 626cf9033b1e CCMPNC r27, qword ptr [r22], {dfv=} +0000000000001534 626cfd033b1e CCMPNC r27, qword ptr [r22], {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -17296,7 +17096,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000156A 626cf9033bde CCMPNC r27, r22, {dfv=} +000000000000153A 626cfd033bde CCMPNC r27, r22, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -17318,7 +17118,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001570 626c7803803ebd CCMPNC byte ptr [r22], 0xbd, {dfv=} +0000000000001540 626c7c03803ebd CCMPNC byte ptr [r22], 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -17341,7 +17141,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001577 626c780380febd CCMPNC r22b, 0xbd, {dfv=} +0000000000001547 626c7c0380febd CCMPNC r22b, 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -17363,7 +17163,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000157E 626cf803803ebd CCMPNC byte ptr [r22], 0xbd, {dfv=} +000000000000154E 626cfc03803ebd CCMPNC byte ptr [r22], 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -17386,7 +17186,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001585 626cf80380febd CCMPNC r22b, 0xbd, {dfv=} +0000000000001555 626cfc0380febd CCMPNC r22b, 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -17408,7 +17208,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000158C 626c7803813ebdbdbdbd CCMPNC dword ptr [r22], 0xbdbdbdbd, {dfv=} +000000000000155C 626c7c03813ebdbdbdbd CCMPNC dword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -17431,7 +17231,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001596 626c780381febdbdbdbd CCMPNC r22d, 0xbdbdbdbd, {dfv=} +0000000000001566 626c7c0381febdbdbdbd CCMPNC r22d, 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -17453,7 +17253,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000015A0 626cf803813ebdbdbdbd CCMPNC qword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000001570 626cfc03813ebdbdbdbd CCMPNC qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -17476,7 +17276,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000015AA 626cf80381febdbdbdbd CCMPNC r22, 0xbdbdbdbd, {dfv=} +000000000000157A 626cfc0381febdbdbdbd CCMPNC r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -17498,7 +17298,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000015B4 626c7903813ebdbd CCMPNC word ptr [r22], 0xbdbd, {dfv=} +0000000000001584 626c7d03813ebdbd CCMPNC word ptr [r22], 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -17521,7 +17321,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000015BC 626c790381febdbd CCMPNC r22w, 0xbdbd, {dfv=} +000000000000158C 626c7d0381febdbd CCMPNC r22w, 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -17543,7 +17343,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000015C4 626cf903813ebdbdbdbd CCMPNC qword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000001594 626cfd03813ebdbdbdbd CCMPNC qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -17566,7 +17366,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000015CE 626cf90381febdbdbdbd CCMPNC r22, 0xbdbdbdbd, {dfv=} +000000000000159E 626cfd0381febdbdbdbd CCMPNC r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -17588,7 +17388,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000015D8 626c7803833ebd CCMPNC dword ptr [r22], 0xbd, {dfv=} +00000000000015A8 626c7c03833ebd CCMPNC dword ptr [r22], 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -17611,7 +17411,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000015DF 626c780383febd CCMPNC r22d, 0xbd, {dfv=} +00000000000015AF 626c7c0383febd CCMPNC r22d, 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -17633,7 +17433,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000015E6 626cf803833ebd CCMPNC qword ptr [r22], 0xbd, {dfv=} +00000000000015B6 626cfc03833ebd CCMPNC qword ptr [r22], 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -17656,7 +17456,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000015ED 626cf80383febd CCMPNC r22, 0xbd, {dfv=} +00000000000015BD 626cfc0383febd CCMPNC r22, 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -17678,7 +17478,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000015F4 626c7903833ebd CCMPNC word ptr [r22], 0xbd, {dfv=} +00000000000015C4 626c7d03833ebd CCMPNC word ptr [r22], 0xbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -17701,7 +17501,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000015FB 626c790383febd CCMPNC r22w, 0xbd, {dfv=} +00000000000015CB 626c7d0383febd CCMPNC r22w, 0xbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -17723,7 +17523,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000001602 626cf903833ebd CCMPNC qword ptr [r22], 0xbd, {dfv=} +00000000000015D2 626cfd03833ebd CCMPNC qword ptr [r22], 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -17746,7 +17546,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001609 626cf90383febd CCMPNC r22, 0xbd, {dfv=} +00000000000015D9 626cfd0383febd CCMPNC r22, 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -17768,7 +17568,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001610 626c780d381e CCMPNL byte ptr [r22], r27b, {dfv=} +00000000000015E0 626c7c0d381e CCMPNL byte ptr [r22], r27b, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -17791,7 +17591,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001616 626c780d38de CCMPNL r22b, r27b, {dfv=} +00000000000015E6 626c7c0d38de CCMPNL r22b, r27b, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -17813,7 +17613,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000161C 626cf80d381e CCMPNL byte ptr [r22], r27b, {dfv=} +00000000000015EC 626cfc0d381e CCMPNL byte ptr [r22], r27b, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -17836,7 +17636,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001622 626cf80d38de CCMPNL r22b, r27b, {dfv=} +00000000000015F2 626cfc0d38de CCMPNL r22b, r27b, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -17858,7 +17658,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001628 626c780d391e CCMPNL dword ptr [r22], r27d, {dfv=} +00000000000015F8 626c7c0d391e CCMPNL dword ptr [r22], r27d, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -17881,7 +17681,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000162E 626c780d39de CCMPNL r22d, r27d, {dfv=} +00000000000015FE 626c7c0d39de CCMPNL r22d, r27d, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -17903,7 +17703,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001634 626cf80d391e CCMPNL qword ptr [r22], r27, {dfv=} +0000000000001604 626cfc0d391e CCMPNL qword ptr [r22], r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -17926,7 +17726,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000163A 626cf80d39de CCMPNL r22, r27, {dfv=} +000000000000160A 626cfc0d39de CCMPNL r22, r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -17948,7 +17748,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001640 626c790d391e CCMPNL word ptr [r22], r27w, {dfv=} +0000000000001610 626c7d0d391e CCMPNL word ptr [r22], r27w, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -17971,7 +17771,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000001646 626c790d39de CCMPNL r22w, r27w, {dfv=} +0000000000001616 626c7d0d39de CCMPNL r22w, r27w, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -17993,7 +17793,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000164C 626cf90d391e CCMPNL qword ptr [r22], r27, {dfv=} +000000000000161C 626cfd0d391e CCMPNL qword ptr [r22], r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -18016,7 +17816,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001652 626cf90d39de CCMPNL r22, r27, {dfv=} +0000000000001622 626cfd0d39de CCMPNL r22, r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -18038,7 +17838,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001658 626c780d3a1e CCMPNL r27b, byte ptr [r22], {dfv=} +0000000000001628 626c7c0d3a1e CCMPNL r27b, byte ptr [r22], {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -18061,7 +17861,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000165E 626c780d3ade CCMPNL r27b, r22b, {dfv=} +000000000000162E 626c7c0d3ade CCMPNL r27b, r22b, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -18083,7 +17883,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001664 626cf80d3a1e CCMPNL r27b, byte ptr [r22], {dfv=} +0000000000001634 626cfc0d3a1e CCMPNL r27b, byte ptr [r22], {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -18106,7 +17906,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000166A 626cf80d3ade CCMPNL r27b, r22b, {dfv=} +000000000000163A 626cfc0d3ade CCMPNL r27b, r22b, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -18128,7 +17928,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001670 626c780d3b1e CCMPNL r27d, dword ptr [r22], {dfv=} +0000000000001640 626c7c0d3b1e CCMPNL r27d, dword ptr [r22], {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -18151,7 +17951,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001676 626c780d3bde CCMPNL r27d, r22d, {dfv=} +0000000000001646 626c7c0d3bde CCMPNL r27d, r22d, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -18173,7 +17973,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000167C 626cf80d3b1e CCMPNL r27, qword ptr [r22], {dfv=} +000000000000164C 626cfc0d3b1e CCMPNL r27, qword ptr [r22], {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -18196,7 +17996,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001682 626cf80d3bde CCMPNL r27, r22, {dfv=} +0000000000001652 626cfc0d3bde CCMPNL r27, r22, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -18218,7 +18018,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001688 626c790d3b1e CCMPNL r27w, word ptr [r22], {dfv=} +0000000000001658 626c7d0d3b1e CCMPNL r27w, word ptr [r22], {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -18241,7 +18041,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000168E 626c790d3bde CCMPNL r27w, r22w, {dfv=} +000000000000165E 626c7d0d3bde CCMPNL r27w, r22w, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -18263,7 +18063,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000001694 626cf90d3b1e CCMPNL r27, qword ptr [r22], {dfv=} +0000000000001664 626cfd0d3b1e CCMPNL r27, qword ptr [r22], {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -18286,7 +18086,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000169A 626cf90d3bde CCMPNL r27, r22, {dfv=} +000000000000166A 626cfd0d3bde CCMPNL r27, r22, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -18308,7 +18108,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000016A0 626c780d803ebd CCMPNL byte ptr [r22], 0xbd, {dfv=} +0000000000001670 626c7c0d803ebd CCMPNL byte ptr [r22], 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -18331,7 +18131,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000016A7 626c780d80febd CCMPNL r22b, 0xbd, {dfv=} +0000000000001677 626c7c0d80febd CCMPNL r22b, 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -18353,7 +18153,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000016AE 626cf80d803ebd CCMPNL byte ptr [r22], 0xbd, {dfv=} +000000000000167E 626cfc0d803ebd CCMPNL byte ptr [r22], 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -18376,7 +18176,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000016B5 626cf80d80febd CCMPNL r22b, 0xbd, {dfv=} +0000000000001685 626cfc0d80febd CCMPNL r22b, 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -18398,7 +18198,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000016BC 626c780d813ebdbdbdbd CCMPNL dword ptr [r22], 0xbdbdbdbd, {dfv=} +000000000000168C 626c7c0d813ebdbdbdbd CCMPNL dword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -18421,7 +18221,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000016C6 626c780d81febdbdbdbd CCMPNL r22d, 0xbdbdbdbd, {dfv=} +0000000000001696 626c7c0d81febdbdbdbd CCMPNL r22d, 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -18443,7 +18243,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000016D0 626cf80d813ebdbdbdbd CCMPNL qword ptr [r22], 0xbdbdbdbd, {dfv=} +00000000000016A0 626cfc0d813ebdbdbdbd CCMPNL qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -18466,7 +18266,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000016DA 626cf80d81febdbdbdbd CCMPNL r22, 0xbdbdbdbd, {dfv=} +00000000000016AA 626cfc0d81febdbdbdbd CCMPNL r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -18488,7 +18288,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000016E4 626c790d813ebdbd CCMPNL word ptr [r22], 0xbdbd, {dfv=} +00000000000016B4 626c7d0d813ebdbd CCMPNL word ptr [r22], 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -18511,7 +18311,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000016EC 626c790d81febdbd CCMPNL r22w, 0xbdbd, {dfv=} +00000000000016BC 626c7d0d81febdbd CCMPNL r22w, 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -18533,7 +18333,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000016F4 626cf90d813ebdbdbdbd CCMPNL qword ptr [r22], 0xbdbdbdbd, {dfv=} +00000000000016C4 626cfd0d813ebdbdbdbd CCMPNL qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -18556,7 +18356,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000016FE 626cf90d81febdbdbdbd CCMPNL r22, 0xbdbdbdbd, {dfv=} +00000000000016CE 626cfd0d81febdbdbdbd CCMPNL r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -18578,7 +18378,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001708 626c780d833ebd CCMPNL dword ptr [r22], 0xbd, {dfv=} +00000000000016D8 626c7c0d833ebd CCMPNL dword ptr [r22], 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -18601,7 +18401,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000170F 626c780d83febd CCMPNL r22d, 0xbd, {dfv=} +00000000000016DF 626c7c0d83febd CCMPNL r22d, 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -18623,7 +18423,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001716 626cf80d833ebd CCMPNL qword ptr [r22], 0xbd, {dfv=} +00000000000016E6 626cfc0d833ebd CCMPNL qword ptr [r22], 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -18646,7 +18446,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000171D 626cf80d83febd CCMPNL r22, 0xbd, {dfv=} +00000000000016ED 626cfc0d83febd CCMPNL r22, 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -18668,7 +18468,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001724 626c790d833ebd CCMPNL word ptr [r22], 0xbd, {dfv=} +00000000000016F4 626c7d0d833ebd CCMPNL word ptr [r22], 0xbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -18691,7 +18491,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000172B 626c790d83febd CCMPNL r22w, 0xbd, {dfv=} +00000000000016FB 626c7d0d83febd CCMPNL r22w, 0xbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -18713,7 +18513,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000001732 626cf90d833ebd CCMPNL qword ptr [r22], 0xbd, {dfv=} +0000000000001702 626cfd0d833ebd CCMPNL qword ptr [r22], 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -18736,7 +18536,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001739 626cf90d83febd CCMPNL r22, 0xbd, {dfv=} +0000000000001709 626cfd0d83febd CCMPNL r22, 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -18758,7 +18558,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001740 626c780f381e CCMPNLE byte ptr [r22], r27b, {dfv=} +0000000000001710 626c7c0f381e CCMPNLE byte ptr [r22], r27b, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -18781,7 +18581,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001746 626c780f38de CCMPNLE r22b, r27b, {dfv=} +0000000000001716 626c7c0f38de CCMPNLE r22b, r27b, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -18803,7 +18603,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000174C 626cf80f381e CCMPNLE byte ptr [r22], r27b, {dfv=} +000000000000171C 626cfc0f381e CCMPNLE byte ptr [r22], r27b, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -18826,7 +18626,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001752 626cf80f38de CCMPNLE r22b, r27b, {dfv=} +0000000000001722 626cfc0f38de CCMPNLE r22b, r27b, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -18848,7 +18648,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001758 626c780f391e CCMPNLE dword ptr [r22], r27d, {dfv=} +0000000000001728 626c7c0f391e CCMPNLE dword ptr [r22], r27d, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -18871,7 +18671,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000175E 626c780f39de CCMPNLE r22d, r27d, {dfv=} +000000000000172E 626c7c0f39de CCMPNLE r22d, r27d, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -18893,7 +18693,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001764 626cf80f391e CCMPNLE qword ptr [r22], r27, {dfv=} +0000000000001734 626cfc0f391e CCMPNLE qword ptr [r22], r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -18916,7 +18716,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000176A 626cf80f39de CCMPNLE r22, r27, {dfv=} +000000000000173A 626cfc0f39de CCMPNLE r22, r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -18938,7 +18738,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001770 626c790f391e CCMPNLE word ptr [r22], r27w, {dfv=} +0000000000001740 626c7d0f391e CCMPNLE word ptr [r22], r27w, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -18961,7 +18761,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000001776 626c790f39de CCMPNLE r22w, r27w, {dfv=} +0000000000001746 626c7d0f39de CCMPNLE r22w, r27w, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -18983,7 +18783,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000177C 626cf90f391e CCMPNLE qword ptr [r22], r27, {dfv=} +000000000000174C 626cfd0f391e CCMPNLE qword ptr [r22], r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -19006,7 +18806,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001782 626cf90f39de CCMPNLE r22, r27, {dfv=} +0000000000001752 626cfd0f39de CCMPNLE r22, r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -19028,7 +18828,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001788 626c780f3a1e CCMPNLE r27b, byte ptr [r22], {dfv=} +0000000000001758 626c7c0f3a1e CCMPNLE r27b, byte ptr [r22], {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -19051,7 +18851,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000178E 626c780f3ade CCMPNLE r27b, r22b, {dfv=} +000000000000175E 626c7c0f3ade CCMPNLE r27b, r22b, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -19073,7 +18873,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001794 626cf80f3a1e CCMPNLE r27b, byte ptr [r22], {dfv=} +0000000000001764 626cfc0f3a1e CCMPNLE r27b, byte ptr [r22], {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -19096,7 +18896,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000179A 626cf80f3ade CCMPNLE r27b, r22b, {dfv=} +000000000000176A 626cfc0f3ade CCMPNLE r27b, r22b, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -19118,7 +18918,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000017A0 626c780f3b1e CCMPNLE r27d, dword ptr [r22], {dfv=} +0000000000001770 626c7c0f3b1e CCMPNLE r27d, dword ptr [r22], {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -19141,7 +18941,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000017A6 626c780f3bde CCMPNLE r27d, r22d, {dfv=} +0000000000001776 626c7c0f3bde CCMPNLE r27d, r22d, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -19163,7 +18963,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000017AC 626cf80f3b1e CCMPNLE r27, qword ptr [r22], {dfv=} +000000000000177C 626cfc0f3b1e CCMPNLE r27, qword ptr [r22], {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -19186,7 +18986,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000017B2 626cf80f3bde CCMPNLE r27, r22, {dfv=} +0000000000001782 626cfc0f3bde CCMPNLE r27, r22, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -19208,7 +19008,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000017B8 626c790f3b1e CCMPNLE r27w, word ptr [r22], {dfv=} +0000000000001788 626c7d0f3b1e CCMPNLE r27w, word ptr [r22], {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -19231,7 +19031,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000017BE 626c790f3bde CCMPNLE r27w, r22w, {dfv=} +000000000000178E 626c7d0f3bde CCMPNLE r27w, r22w, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -19253,7 +19053,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000017C4 626cf90f3b1e CCMPNLE r27, qword ptr [r22], {dfv=} +0000000000001794 626cfd0f3b1e CCMPNLE r27, qword ptr [r22], {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -19276,7 +19076,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000017CA 626cf90f3bde CCMPNLE r27, r22, {dfv=} +000000000000179A 626cfd0f3bde CCMPNLE r27, r22, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -19298,7 +19098,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000017D0 626c780f803ebd CCMPNLE byte ptr [r22], 0xbd, {dfv=} +00000000000017A0 626c7c0f803ebd CCMPNLE byte ptr [r22], 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -19321,7 +19121,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000017D7 626c780f80febd CCMPNLE r22b, 0xbd, {dfv=} +00000000000017A7 626c7c0f80febd CCMPNLE r22b, 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -19343,7 +19143,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000017DE 626cf80f803ebd CCMPNLE byte ptr [r22], 0xbd, {dfv=} +00000000000017AE 626cfc0f803ebd CCMPNLE byte ptr [r22], 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -19366,7 +19166,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000017E5 626cf80f80febd CCMPNLE r22b, 0xbd, {dfv=} +00000000000017B5 626cfc0f80febd CCMPNLE r22b, 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -19388,7 +19188,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000017EC 626c780f813ebdbdbdbd CCMPNLE dword ptr [r22], 0xbdbdbdbd, {dfv=} +00000000000017BC 626c7c0f813ebdbdbdbd CCMPNLE dword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -19411,7 +19211,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000017F6 626c780f81febdbdbdbd CCMPNLE r22d, 0xbdbdbdbd, {dfv=} +00000000000017C6 626c7c0f81febdbdbdbd CCMPNLE r22d, 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -19433,7 +19233,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001800 626cf80f813ebdbdbdbd CCMPNLE qword ptr [r22], 0xbdbdbdbd, {dfv=} +00000000000017D0 626cfc0f813ebdbdbdbd CCMPNLE qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -19456,7 +19256,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000180A 626cf80f81febdbdbdbd CCMPNLE r22, 0xbdbdbdbd, {dfv=} +00000000000017DA 626cfc0f81febdbdbdbd CCMPNLE r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -19478,7 +19278,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001814 626c790f813ebdbd CCMPNLE word ptr [r22], 0xbdbd, {dfv=} +00000000000017E4 626c7d0f813ebdbd CCMPNLE word ptr [r22], 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -19501,7 +19301,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000181C 626c790f81febdbd CCMPNLE r22w, 0xbdbd, {dfv=} +00000000000017EC 626c7d0f81febdbd CCMPNLE r22w, 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -19523,7 +19323,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000001824 626cf90f813ebdbdbdbd CCMPNLE qword ptr [r22], 0xbdbdbdbd, {dfv=} +00000000000017F4 626cfd0f813ebdbdbdbd CCMPNLE qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -19546,7 +19346,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000182E 626cf90f81febdbdbdbd CCMPNLE r22, 0xbdbdbdbd, {dfv=} +00000000000017FE 626cfd0f81febdbdbdbd CCMPNLE r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -19568,7 +19368,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001838 626c780f833ebd CCMPNLE dword ptr [r22], 0xbd, {dfv=} +0000000000001808 626c7c0f833ebd CCMPNLE dword ptr [r22], 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -19591,7 +19391,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000183F 626c780f83febd CCMPNLE r22d, 0xbd, {dfv=} +000000000000180F 626c7c0f83febd CCMPNLE r22d, 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -19613,7 +19413,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001846 626cf80f833ebd CCMPNLE qword ptr [r22], 0xbd, {dfv=} +0000000000001816 626cfc0f833ebd CCMPNLE qword ptr [r22], 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -19636,7 +19436,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000184D 626cf80f83febd CCMPNLE r22, 0xbd, {dfv=} +000000000000181D 626cfc0f83febd CCMPNLE r22, 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -19658,7 +19458,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001854 626c790f833ebd CCMPNLE word ptr [r22], 0xbd, {dfv=} +0000000000001824 626c7d0f833ebd CCMPNLE word ptr [r22], 0xbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -19681,7 +19481,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000185B 626c790f83febd CCMPNLE r22w, 0xbd, {dfv=} +000000000000182B 626c7d0f83febd CCMPNLE r22w, 0xbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -19703,7 +19503,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000001862 626cf90f833ebd CCMPNLE qword ptr [r22], 0xbd, {dfv=} +0000000000001832 626cfd0f833ebd CCMPNLE qword ptr [r22], 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -19726,7 +19526,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001869 626cf90f83febd CCMPNLE r22, 0xbd, {dfv=} +0000000000001839 626cfd0f83febd CCMPNLE r22, 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -19748,7 +19548,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001870 626c7801381e CCMPNO byte ptr [r22], r27b, {dfv=} +0000000000001840 626c7c01381e CCMPNO byte ptr [r22], r27b, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -19771,7 +19571,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001876 626c780138de CCMPNO r22b, r27b, {dfv=} +0000000000001846 626c7c0138de CCMPNO r22b, r27b, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -19793,7 +19593,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000187C 626cf801381e CCMPNO byte ptr [r22], r27b, {dfv=} +000000000000184C 626cfc01381e CCMPNO byte ptr [r22], r27b, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -19816,7 +19616,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001882 626cf80138de CCMPNO r22b, r27b, {dfv=} +0000000000001852 626cfc0138de CCMPNO r22b, r27b, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -19838,7 +19638,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001888 626c7801391e CCMPNO dword ptr [r22], r27d, {dfv=} +0000000000001858 626c7c01391e CCMPNO dword ptr [r22], r27d, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -19861,7 +19661,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000188E 626c780139de CCMPNO r22d, r27d, {dfv=} +000000000000185E 626c7c0139de CCMPNO r22d, r27d, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -19883,7 +19683,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001894 626cf801391e CCMPNO qword ptr [r22], r27, {dfv=} +0000000000001864 626cfc01391e CCMPNO qword ptr [r22], r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -19906,7 +19706,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000189A 626cf80139de CCMPNO r22, r27, {dfv=} +000000000000186A 626cfc0139de CCMPNO r22, r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -19928,7 +19728,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000018A0 626c7901391e CCMPNO word ptr [r22], r27w, {dfv=} +0000000000001870 626c7d01391e CCMPNO word ptr [r22], r27w, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -19951,7 +19751,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000018A6 626c790139de CCMPNO r22w, r27w, {dfv=} +0000000000001876 626c7d0139de CCMPNO r22w, r27w, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -19973,7 +19773,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000018AC 626cf901391e CCMPNO qword ptr [r22], r27, {dfv=} +000000000000187C 626cfd01391e CCMPNO qword ptr [r22], r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -19996,7 +19796,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000018B2 626cf90139de CCMPNO r22, r27, {dfv=} +0000000000001882 626cfd0139de CCMPNO r22, r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -20018,7 +19818,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000018B8 626c78013a1e CCMPNO r27b, byte ptr [r22], {dfv=} +0000000000001888 626c7c013a1e CCMPNO r27b, byte ptr [r22], {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -20041,7 +19841,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000018BE 626c78013ade CCMPNO r27b, r22b, {dfv=} +000000000000188E 626c7c013ade CCMPNO r27b, r22b, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -20063,7 +19863,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000018C4 626cf8013a1e CCMPNO r27b, byte ptr [r22], {dfv=} +0000000000001894 626cfc013a1e CCMPNO r27b, byte ptr [r22], {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -20086,7 +19886,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000018CA 626cf8013ade CCMPNO r27b, r22b, {dfv=} +000000000000189A 626cfc013ade CCMPNO r27b, r22b, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -20108,7 +19908,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000018D0 626c78013b1e CCMPNO r27d, dword ptr [r22], {dfv=} +00000000000018A0 626c7c013b1e CCMPNO r27d, dword ptr [r22], {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -20131,7 +19931,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000018D6 626c78013bde CCMPNO r27d, r22d, {dfv=} +00000000000018A6 626c7c013bde CCMPNO r27d, r22d, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -20153,7 +19953,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000018DC 626cf8013b1e CCMPNO r27, qword ptr [r22], {dfv=} +00000000000018AC 626cfc013b1e CCMPNO r27, qword ptr [r22], {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -20176,7 +19976,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000018E2 626cf8013bde CCMPNO r27, r22, {dfv=} +00000000000018B2 626cfc013bde CCMPNO r27, r22, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -20198,7 +19998,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000018E8 626c79013b1e CCMPNO r27w, word ptr [r22], {dfv=} +00000000000018B8 626c7d013b1e CCMPNO r27w, word ptr [r22], {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -20221,7 +20021,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000018EE 626c79013bde CCMPNO r27w, r22w, {dfv=} +00000000000018BE 626c7d013bde CCMPNO r27w, r22w, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -20243,7 +20043,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000018F4 626cf9013b1e CCMPNO r27, qword ptr [r22], {dfv=} +00000000000018C4 626cfd013b1e CCMPNO r27, qword ptr [r22], {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -20266,7 +20066,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000018FA 626cf9013bde CCMPNO r27, r22, {dfv=} +00000000000018CA 626cfd013bde CCMPNO r27, r22, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -20288,7 +20088,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001900 626c7801803ebd CCMPNO byte ptr [r22], 0xbd, {dfv=} +00000000000018D0 626c7c01803ebd CCMPNO byte ptr [r22], 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -20311,7 +20111,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001907 626c780180febd CCMPNO r22b, 0xbd, {dfv=} +00000000000018D7 626c7c0180febd CCMPNO r22b, 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -20333,7 +20133,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000190E 626cf801803ebd CCMPNO byte ptr [r22], 0xbd, {dfv=} +00000000000018DE 626cfc01803ebd CCMPNO byte ptr [r22], 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -20356,7 +20156,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001915 626cf80180febd CCMPNO r22b, 0xbd, {dfv=} +00000000000018E5 626cfc0180febd CCMPNO r22b, 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -20378,7 +20178,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000191C 626c7801813ebdbdbdbd CCMPNO dword ptr [r22], 0xbdbdbdbd, {dfv=} +00000000000018EC 626c7c01813ebdbdbdbd CCMPNO dword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -20401,7 +20201,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001926 626c780181febdbdbdbd CCMPNO r22d, 0xbdbdbdbd, {dfv=} +00000000000018F6 626c7c0181febdbdbdbd CCMPNO r22d, 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -20423,7 +20223,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001930 626cf801813ebdbdbdbd CCMPNO qword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000001900 626cfc01813ebdbdbdbd CCMPNO qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -20446,7 +20246,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000193A 626cf80181febdbdbdbd CCMPNO r22, 0xbdbdbdbd, {dfv=} +000000000000190A 626cfc0181febdbdbdbd CCMPNO r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -20468,7 +20268,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001944 626c7901813ebdbd CCMPNO word ptr [r22], 0xbdbd, {dfv=} +0000000000001914 626c7d01813ebdbd CCMPNO word ptr [r22], 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -20491,7 +20291,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000194C 626c790181febdbd CCMPNO r22w, 0xbdbd, {dfv=} +000000000000191C 626c7d0181febdbd CCMPNO r22w, 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -20513,7 +20313,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000001954 626cf901813ebdbdbdbd CCMPNO qword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000001924 626cfd01813ebdbdbdbd CCMPNO qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -20536,7 +20336,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000195E 626cf90181febdbdbdbd CCMPNO r22, 0xbdbdbdbd, {dfv=} +000000000000192E 626cfd0181febdbdbdbd CCMPNO r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -20558,7 +20358,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001968 626c7801833ebd CCMPNO dword ptr [r22], 0xbd, {dfv=} +0000000000001938 626c7c01833ebd CCMPNO dword ptr [r22], 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -20581,7 +20381,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000196F 626c780183febd CCMPNO r22d, 0xbd, {dfv=} +000000000000193F 626c7c0183febd CCMPNO r22d, 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -20603,7 +20403,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001976 626cf801833ebd CCMPNO qword ptr [r22], 0xbd, {dfv=} +0000000000001946 626cfc01833ebd CCMPNO qword ptr [r22], 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -20626,7 +20426,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000197D 626cf80183febd CCMPNO r22, 0xbd, {dfv=} +000000000000194D 626cfc0183febd CCMPNO r22, 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -20648,7 +20448,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001984 626c7901833ebd CCMPNO word ptr [r22], 0xbd, {dfv=} +0000000000001954 626c7d01833ebd CCMPNO word ptr [r22], 0xbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -20671,7 +20471,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000198B 626c790183febd CCMPNO r22w, 0xbd, {dfv=} +000000000000195B 626c7d0183febd CCMPNO r22w, 0xbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -20693,7 +20493,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000001992 626cf901833ebd CCMPNO qword ptr [r22], 0xbd, {dfv=} +0000000000001962 626cfd01833ebd CCMPNO qword ptr [r22], 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -20716,7 +20516,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001999 626cf90183febd CCMPNO r22, 0xbd, {dfv=} +0000000000001969 626cfd0183febd CCMPNO r22, 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -20738,7 +20538,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000019A0 626c7809381e CCMPNS byte ptr [r22], r27b, {dfv=} +0000000000001970 626c7c09381e CCMPNS byte ptr [r22], r27b, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -20761,7 +20561,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000019A6 626c780938de CCMPNS r22b, r27b, {dfv=} +0000000000001976 626c7c0938de CCMPNS r22b, r27b, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -20783,7 +20583,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000019AC 626cf809381e CCMPNS byte ptr [r22], r27b, {dfv=} +000000000000197C 626cfc09381e CCMPNS byte ptr [r22], r27b, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -20806,7 +20606,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000019B2 626cf80938de CCMPNS r22b, r27b, {dfv=} +0000000000001982 626cfc0938de CCMPNS r22b, r27b, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -20828,7 +20628,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000019B8 626c7809391e CCMPNS dword ptr [r22], r27d, {dfv=} +0000000000001988 626c7c09391e CCMPNS dword ptr [r22], r27d, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -20851,7 +20651,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000019BE 626c780939de CCMPNS r22d, r27d, {dfv=} +000000000000198E 626c7c0939de CCMPNS r22d, r27d, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -20873,7 +20673,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000019C4 626cf809391e CCMPNS qword ptr [r22], r27, {dfv=} +0000000000001994 626cfc09391e CCMPNS qword ptr [r22], r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -20896,7 +20696,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000019CA 626cf80939de CCMPNS r22, r27, {dfv=} +000000000000199A 626cfc0939de CCMPNS r22, r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -20918,7 +20718,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000019D0 626c7909391e CCMPNS word ptr [r22], r27w, {dfv=} +00000000000019A0 626c7d09391e CCMPNS word ptr [r22], r27w, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -20941,7 +20741,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000019D6 626c790939de CCMPNS r22w, r27w, {dfv=} +00000000000019A6 626c7d0939de CCMPNS r22w, r27w, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -20963,7 +20763,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000019DC 626cf909391e CCMPNS qword ptr [r22], r27, {dfv=} +00000000000019AC 626cfd09391e CCMPNS qword ptr [r22], r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -20986,7 +20786,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000019E2 626cf90939de CCMPNS r22, r27, {dfv=} +00000000000019B2 626cfd0939de CCMPNS r22, r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -21008,7 +20808,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000019E8 626c78093a1e CCMPNS r27b, byte ptr [r22], {dfv=} +00000000000019B8 626c7c093a1e CCMPNS r27b, byte ptr [r22], {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -21031,7 +20831,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000019EE 626c78093ade CCMPNS r27b, r22b, {dfv=} +00000000000019BE 626c7c093ade CCMPNS r27b, r22b, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -21053,7 +20853,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000019F4 626cf8093a1e CCMPNS r27b, byte ptr [r22], {dfv=} +00000000000019C4 626cfc093a1e CCMPNS r27b, byte ptr [r22], {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -21076,7 +20876,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000019FA 626cf8093ade CCMPNS r27b, r22b, {dfv=} +00000000000019CA 626cfc093ade CCMPNS r27b, r22b, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -21098,7 +20898,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001A00 626c78093b1e CCMPNS r27d, dword ptr [r22], {dfv=} +00000000000019D0 626c7c093b1e CCMPNS r27d, dword ptr [r22], {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -21121,7 +20921,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001A06 626c78093bde CCMPNS r27d, r22d, {dfv=} +00000000000019D6 626c7c093bde CCMPNS r27d, r22d, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -21143,7 +20943,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001A0C 626cf8093b1e CCMPNS r27, qword ptr [r22], {dfv=} +00000000000019DC 626cfc093b1e CCMPNS r27, qword ptr [r22], {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -21166,7 +20966,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001A12 626cf8093bde CCMPNS r27, r22, {dfv=} +00000000000019E2 626cfc093bde CCMPNS r27, r22, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -21188,7 +20988,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001A18 626c79093b1e CCMPNS r27w, word ptr [r22], {dfv=} +00000000000019E8 626c7d093b1e CCMPNS r27w, word ptr [r22], {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -21211,7 +21011,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000001A1E 626c79093bde CCMPNS r27w, r22w, {dfv=} +00000000000019EE 626c7d093bde CCMPNS r27w, r22w, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -21233,7 +21033,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000001A24 626cf9093b1e CCMPNS r27, qword ptr [r22], {dfv=} +00000000000019F4 626cfd093b1e CCMPNS r27, qword ptr [r22], {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -21256,7 +21056,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001A2A 626cf9093bde CCMPNS r27, r22, {dfv=} +00000000000019FA 626cfd093bde CCMPNS r27, r22, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -21278,7 +21078,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001A30 626c7809803ebd CCMPNS byte ptr [r22], 0xbd, {dfv=} +0000000000001A00 626c7c09803ebd CCMPNS byte ptr [r22], 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -21301,7 +21101,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001A37 626c780980febd CCMPNS r22b, 0xbd, {dfv=} +0000000000001A07 626c7c0980febd CCMPNS r22b, 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -21323,7 +21123,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001A3E 626cf809803ebd CCMPNS byte ptr [r22], 0xbd, {dfv=} +0000000000001A0E 626cfc09803ebd CCMPNS byte ptr [r22], 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -21346,7 +21146,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001A45 626cf80980febd CCMPNS r22b, 0xbd, {dfv=} +0000000000001A15 626cfc0980febd CCMPNS r22b, 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -21368,7 +21168,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001A4C 626c7809813ebdbdbdbd CCMPNS dword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000001A1C 626c7c09813ebdbdbdbd CCMPNS dword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -21391,7 +21191,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001A56 626c780981febdbdbdbd CCMPNS r22d, 0xbdbdbdbd, {dfv=} +0000000000001A26 626c7c0981febdbdbdbd CCMPNS r22d, 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -21413,7 +21213,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001A60 626cf809813ebdbdbdbd CCMPNS qword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000001A30 626cfc09813ebdbdbdbd CCMPNS qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -21436,7 +21236,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001A6A 626cf80981febdbdbdbd CCMPNS r22, 0xbdbdbdbd, {dfv=} +0000000000001A3A 626cfc0981febdbdbdbd CCMPNS r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -21458,7 +21258,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001A74 626c7909813ebdbd CCMPNS word ptr [r22], 0xbdbd, {dfv=} +0000000000001A44 626c7d09813ebdbd CCMPNS word ptr [r22], 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -21481,7 +21281,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000001A7C 626c790981febdbd CCMPNS r22w, 0xbdbd, {dfv=} +0000000000001A4C 626c7d0981febdbd CCMPNS r22w, 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -21503,7 +21303,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000001A84 626cf909813ebdbdbdbd CCMPNS qword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000001A54 626cfd09813ebdbdbdbd CCMPNS qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -21526,7 +21326,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001A8E 626cf90981febdbdbdbd CCMPNS r22, 0xbdbdbdbd, {dfv=} +0000000000001A5E 626cfd0981febdbdbdbd CCMPNS r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -21548,7 +21348,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001A98 626c7809833ebd CCMPNS dword ptr [r22], 0xbd, {dfv=} +0000000000001A68 626c7c09833ebd CCMPNS dword ptr [r22], 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -21571,7 +21371,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001A9F 626c780983febd CCMPNS r22d, 0xbd, {dfv=} +0000000000001A6F 626c7c0983febd CCMPNS r22d, 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -21593,7 +21393,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001AA6 626cf809833ebd CCMPNS qword ptr [r22], 0xbd, {dfv=} +0000000000001A76 626cfc09833ebd CCMPNS qword ptr [r22], 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -21616,7 +21416,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001AAD 626cf80983febd CCMPNS r22, 0xbd, {dfv=} +0000000000001A7D 626cfc0983febd CCMPNS r22, 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -21638,7 +21438,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001AB4 626c7909833ebd CCMPNS word ptr [r22], 0xbd, {dfv=} +0000000000001A84 626c7d09833ebd CCMPNS word ptr [r22], 0xbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -21661,7 +21461,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000001ABB 626c790983febd CCMPNS r22w, 0xbd, {dfv=} +0000000000001A8B 626c7d0983febd CCMPNS r22w, 0xbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -21683,7 +21483,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000001AC2 626cf909833ebd CCMPNS qword ptr [r22], 0xbd, {dfv=} +0000000000001A92 626cfd09833ebd CCMPNS qword ptr [r22], 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -21706,7 +21506,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001AC9 626cf90983febd CCMPNS r22, 0xbd, {dfv=} +0000000000001A99 626cfd0983febd CCMPNS r22, 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -21728,7 +21528,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001AD0 626c7805381e CCMPNZ byte ptr [r22], r27b, {dfv=} +0000000000001AA0 626c7c05381e CCMPNZ byte ptr [r22], r27b, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -21751,7 +21551,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001AD6 626c780538de CCMPNZ r22b, r27b, {dfv=} +0000000000001AA6 626c7c0538de CCMPNZ r22b, r27b, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -21773,7 +21573,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001ADC 626cf805381e CCMPNZ byte ptr [r22], r27b, {dfv=} +0000000000001AAC 626cfc05381e CCMPNZ byte ptr [r22], r27b, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -21796,7 +21596,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001AE2 626cf80538de CCMPNZ r22b, r27b, {dfv=} +0000000000001AB2 626cfc0538de CCMPNZ r22b, r27b, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -21818,7 +21618,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001AE8 626c7805391e CCMPNZ dword ptr [r22], r27d, {dfv=} +0000000000001AB8 626c7c05391e CCMPNZ dword ptr [r22], r27d, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -21841,7 +21641,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001AEE 626c780539de CCMPNZ r22d, r27d, {dfv=} +0000000000001ABE 626c7c0539de CCMPNZ r22d, r27d, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -21863,7 +21663,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001AF4 626cf805391e CCMPNZ qword ptr [r22], r27, {dfv=} +0000000000001AC4 626cfc05391e CCMPNZ qword ptr [r22], r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -21886,7 +21686,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001AFA 626cf80539de CCMPNZ r22, r27, {dfv=} +0000000000001ACA 626cfc0539de CCMPNZ r22, r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -21908,7 +21708,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001B00 626c7905391e CCMPNZ word ptr [r22], r27w, {dfv=} +0000000000001AD0 626c7d05391e CCMPNZ word ptr [r22], r27w, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -21931,7 +21731,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000001B06 626c790539de CCMPNZ r22w, r27w, {dfv=} +0000000000001AD6 626c7d0539de CCMPNZ r22w, r27w, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -21953,7 +21753,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000001B0C 626cf905391e CCMPNZ qword ptr [r22], r27, {dfv=} +0000000000001ADC 626cfd05391e CCMPNZ qword ptr [r22], r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -21976,7 +21776,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001B12 626cf90539de CCMPNZ r22, r27, {dfv=} +0000000000001AE2 626cfd0539de CCMPNZ r22, r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -21998,7 +21798,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001B18 626c78053a1e CCMPNZ r27b, byte ptr [r22], {dfv=} +0000000000001AE8 626c7c053a1e CCMPNZ r27b, byte ptr [r22], {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -22021,7 +21821,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001B1E 626c78053ade CCMPNZ r27b, r22b, {dfv=} +0000000000001AEE 626c7c053ade CCMPNZ r27b, r22b, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -22043,7 +21843,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001B24 626cf8053a1e CCMPNZ r27b, byte ptr [r22], {dfv=} +0000000000001AF4 626cfc053a1e CCMPNZ r27b, byte ptr [r22], {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -22066,7 +21866,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001B2A 626cf8053ade CCMPNZ r27b, r22b, {dfv=} +0000000000001AFA 626cfc053ade CCMPNZ r27b, r22b, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -22088,7 +21888,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001B30 626c78053b1e CCMPNZ r27d, dword ptr [r22], {dfv=} +0000000000001B00 626c7c053b1e CCMPNZ r27d, dword ptr [r22], {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -22111,7 +21911,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001B36 626c78053bde CCMPNZ r27d, r22d, {dfv=} +0000000000001B06 626c7c053bde CCMPNZ r27d, r22d, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -22133,7 +21933,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001B3C 626cf8053b1e CCMPNZ r27, qword ptr [r22], {dfv=} +0000000000001B0C 626cfc053b1e CCMPNZ r27, qword ptr [r22], {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -22156,7 +21956,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001B42 626cf8053bde CCMPNZ r27, r22, {dfv=} +0000000000001B12 626cfc053bde CCMPNZ r27, r22, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -22178,7 +21978,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001B48 626c79053b1e CCMPNZ r27w, word ptr [r22], {dfv=} +0000000000001B18 626c7d053b1e CCMPNZ r27w, word ptr [r22], {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -22201,7 +22001,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000001B4E 626c79053bde CCMPNZ r27w, r22w, {dfv=} +0000000000001B1E 626c7d053bde CCMPNZ r27w, r22w, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -22223,7 +22023,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000001B54 626cf9053b1e CCMPNZ r27, qword ptr [r22], {dfv=} +0000000000001B24 626cfd053b1e CCMPNZ r27, qword ptr [r22], {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -22246,7 +22046,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001B5A 626cf9053bde CCMPNZ r27, r22, {dfv=} +0000000000001B2A 626cfd053bde CCMPNZ r27, r22, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -22268,7 +22068,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001B60 626c7805803ebd CCMPNZ byte ptr [r22], 0xbd, {dfv=} +0000000000001B30 626c7c05803ebd CCMPNZ byte ptr [r22], 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -22291,7 +22091,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001B67 626c780580febd CCMPNZ r22b, 0xbd, {dfv=} +0000000000001B37 626c7c0580febd CCMPNZ r22b, 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -22313,7 +22113,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001B6E 626cf805803ebd CCMPNZ byte ptr [r22], 0xbd, {dfv=} +0000000000001B3E 626cfc05803ebd CCMPNZ byte ptr [r22], 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -22336,7 +22136,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001B75 626cf80580febd CCMPNZ r22b, 0xbd, {dfv=} +0000000000001B45 626cfc0580febd CCMPNZ r22b, 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -22358,7 +22158,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001B7C 626c7805813ebdbdbdbd CCMPNZ dword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000001B4C 626c7c05813ebdbdbdbd CCMPNZ dword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -22381,7 +22181,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001B86 626c780581febdbdbdbd CCMPNZ r22d, 0xbdbdbdbd, {dfv=} +0000000000001B56 626c7c0581febdbdbdbd CCMPNZ r22d, 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -22403,7 +22203,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001B90 626cf805813ebdbdbdbd CCMPNZ qword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000001B60 626cfc05813ebdbdbdbd CCMPNZ qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -22426,7 +22226,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001B9A 626cf80581febdbdbdbd CCMPNZ r22, 0xbdbdbdbd, {dfv=} +0000000000001B6A 626cfc0581febdbdbdbd CCMPNZ r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -22448,7 +22248,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001BA4 626c7905813ebdbd CCMPNZ word ptr [r22], 0xbdbd, {dfv=} +0000000000001B74 626c7d05813ebdbd CCMPNZ word ptr [r22], 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -22471,7 +22271,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000001BAC 626c790581febdbd CCMPNZ r22w, 0xbdbd, {dfv=} +0000000000001B7C 626c7d0581febdbd CCMPNZ r22w, 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -22493,7 +22293,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000001BB4 626cf905813ebdbdbdbd CCMPNZ qword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000001B84 626cfd05813ebdbdbdbd CCMPNZ qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -22516,7 +22316,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001BBE 626cf90581febdbdbdbd CCMPNZ r22, 0xbdbdbdbd, {dfv=} +0000000000001B8E 626cfd0581febdbdbdbd CCMPNZ r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -22538,7 +22338,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001BC8 626c7805833ebd CCMPNZ dword ptr [r22], 0xbd, {dfv=} +0000000000001B98 626c7c05833ebd CCMPNZ dword ptr [r22], 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -22561,7 +22361,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001BCF 626c780583febd CCMPNZ r22d, 0xbd, {dfv=} +0000000000001B9F 626c7c0583febd CCMPNZ r22d, 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -22583,7 +22383,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001BD6 626cf805833ebd CCMPNZ qword ptr [r22], 0xbd, {dfv=} +0000000000001BA6 626cfc05833ebd CCMPNZ qword ptr [r22], 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -22606,7 +22406,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001BDD 626cf80583febd CCMPNZ r22, 0xbd, {dfv=} +0000000000001BAD 626cfc0583febd CCMPNZ r22, 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -22628,7 +22428,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001BE4 626c7905833ebd CCMPNZ word ptr [r22], 0xbd, {dfv=} +0000000000001BB4 626c7d05833ebd CCMPNZ word ptr [r22], 0xbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -22651,7 +22451,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000001BEB 626c790583febd CCMPNZ r22w, 0xbd, {dfv=} +0000000000001BBB 626c7d0583febd CCMPNZ r22w, 0xbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -22673,7 +22473,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000001BF2 626cf905833ebd CCMPNZ qword ptr [r22], 0xbd, {dfv=} +0000000000001BC2 626cfd05833ebd CCMPNZ qword ptr [r22], 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -22696,7 +22496,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001BF9 626cf90583febd CCMPNZ r22, 0xbd, {dfv=} +0000000000001BC9 626cfd0583febd CCMPNZ r22, 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -22718,7 +22518,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001C00 626c7800381e CCMPO byte ptr [r22], r27b, {dfv=} +0000000000001BD0 626c7c00381e CCMPO byte ptr [r22], r27b, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -22741,7 +22541,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001C06 626c780038de CCMPO r22b, r27b, {dfv=} +0000000000001BD6 626c7c0038de CCMPO r22b, r27b, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -22763,7 +22563,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001C0C 626cf800381e CCMPO byte ptr [r22], r27b, {dfv=} +0000000000001BDC 626cfc00381e CCMPO byte ptr [r22], r27b, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -22786,7 +22586,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001C12 626cf80038de CCMPO r22b, r27b, {dfv=} +0000000000001BE2 626cfc0038de CCMPO r22b, r27b, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -22808,7 +22608,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001C18 626c7800391e CCMPO dword ptr [r22], r27d, {dfv=} +0000000000001BE8 626c7c00391e CCMPO dword ptr [r22], r27d, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -22831,7 +22631,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001C1E 626c780039de CCMPO r22d, r27d, {dfv=} +0000000000001BEE 626c7c0039de CCMPO r22d, r27d, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -22853,7 +22653,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001C24 626cf800391e CCMPO qword ptr [r22], r27, {dfv=} +0000000000001BF4 626cfc00391e CCMPO qword ptr [r22], r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -22876,7 +22676,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001C2A 626cf80039de CCMPO r22, r27, {dfv=} +0000000000001BFA 626cfc0039de CCMPO r22, r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -22898,7 +22698,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001C30 626c7900391e CCMPO word ptr [r22], r27w, {dfv=} +0000000000001C00 626c7d00391e CCMPO word ptr [r22], r27w, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -22921,7 +22721,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000001C36 626c790039de CCMPO r22w, r27w, {dfv=} +0000000000001C06 626c7d0039de CCMPO r22w, r27w, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -22943,7 +22743,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000001C3C 626cf900391e CCMPO qword ptr [r22], r27, {dfv=} +0000000000001C0C 626cfd00391e CCMPO qword ptr [r22], r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -22966,7 +22766,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001C42 626cf90039de CCMPO r22, r27, {dfv=} +0000000000001C12 626cfd0039de CCMPO r22, r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -22988,7 +22788,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001C48 626c78003a1e CCMPO r27b, byte ptr [r22], {dfv=} +0000000000001C18 626c7c003a1e CCMPO r27b, byte ptr [r22], {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -23011,7 +22811,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001C4E 626c78003ade CCMPO r27b, r22b, {dfv=} +0000000000001C1E 626c7c003ade CCMPO r27b, r22b, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -23033,7 +22833,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001C54 626cf8003a1e CCMPO r27b, byte ptr [r22], {dfv=} +0000000000001C24 626cfc003a1e CCMPO r27b, byte ptr [r22], {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -23056,7 +22856,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001C5A 626cf8003ade CCMPO r27b, r22b, {dfv=} +0000000000001C2A 626cfc003ade CCMPO r27b, r22b, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -23078,7 +22878,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001C60 626c78003b1e CCMPO r27d, dword ptr [r22], {dfv=} +0000000000001C30 626c7c003b1e CCMPO r27d, dword ptr [r22], {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -23101,7 +22901,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001C66 626c78003bde CCMPO r27d, r22d, {dfv=} +0000000000001C36 626c7c003bde CCMPO r27d, r22d, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -23123,7 +22923,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001C6C 626cf8003b1e CCMPO r27, qword ptr [r22], {dfv=} +0000000000001C3C 626cfc003b1e CCMPO r27, qword ptr [r22], {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -23146,7 +22946,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001C72 626cf8003bde CCMPO r27, r22, {dfv=} +0000000000001C42 626cfc003bde CCMPO r27, r22, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -23168,7 +22968,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001C78 626c79003b1e CCMPO r27w, word ptr [r22], {dfv=} +0000000000001C48 626c7d003b1e CCMPO r27w, word ptr [r22], {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -23191,7 +22991,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000001C7E 626c79003bde CCMPO r27w, r22w, {dfv=} +0000000000001C4E 626c7d003bde CCMPO r27w, r22w, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -23213,7 +23013,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000001C84 626cf9003b1e CCMPO r27, qword ptr [r22], {dfv=} +0000000000001C54 626cfd003b1e CCMPO r27, qword ptr [r22], {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -23236,7 +23036,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001C8A 626cf9003bde CCMPO r27, r22, {dfv=} +0000000000001C5A 626cfd003bde CCMPO r27, r22, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -23258,7 +23058,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001C90 626c7800803ebd CCMPO byte ptr [r22], 0xbd, {dfv=} +0000000000001C60 626c7c00803ebd CCMPO byte ptr [r22], 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -23281,7 +23081,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001C97 626c780080febd CCMPO r22b, 0xbd, {dfv=} +0000000000001C67 626c7c0080febd CCMPO r22b, 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -23303,7 +23103,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001C9E 626cf800803ebd CCMPO byte ptr [r22], 0xbd, {dfv=} +0000000000001C6E 626cfc00803ebd CCMPO byte ptr [r22], 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -23326,7 +23126,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001CA5 626cf80080febd CCMPO r22b, 0xbd, {dfv=} +0000000000001C75 626cfc0080febd CCMPO r22b, 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -23348,7 +23148,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001CAC 626c7800813ebdbdbdbd CCMPO dword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000001C7C 626c7c00813ebdbdbdbd CCMPO dword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -23371,7 +23171,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001CB6 626c780081febdbdbdbd CCMPO r22d, 0xbdbdbdbd, {dfv=} +0000000000001C86 626c7c0081febdbdbdbd CCMPO r22d, 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -23393,7 +23193,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001CC0 626cf800813ebdbdbdbd CCMPO qword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000001C90 626cfc00813ebdbdbdbd CCMPO qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -23416,7 +23216,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001CCA 626cf80081febdbdbdbd CCMPO r22, 0xbdbdbdbd, {dfv=} +0000000000001C9A 626cfc0081febdbdbdbd CCMPO r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -23438,7 +23238,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001CD4 626c7900813ebdbd CCMPO word ptr [r22], 0xbdbd, {dfv=} +0000000000001CA4 626c7d00813ebdbd CCMPO word ptr [r22], 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -23461,7 +23261,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000001CDC 626c790081febdbd CCMPO r22w, 0xbdbd, {dfv=} +0000000000001CAC 626c7d0081febdbd CCMPO r22w, 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -23483,7 +23283,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000001CE4 626cf900813ebdbdbdbd CCMPO qword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000001CB4 626cfd00813ebdbdbdbd CCMPO qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -23506,7 +23306,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001CEE 626cf90081febdbdbdbd CCMPO r22, 0xbdbdbdbd, {dfv=} +0000000000001CBE 626cfd0081febdbdbdbd CCMPO r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -23528,7 +23328,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001CF8 626c7800833ebd CCMPO dword ptr [r22], 0xbd, {dfv=} +0000000000001CC8 626c7c00833ebd CCMPO dword ptr [r22], 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -23551,7 +23351,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001CFF 626c780083febd CCMPO r22d, 0xbd, {dfv=} +0000000000001CCF 626c7c0083febd CCMPO r22d, 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -23573,7 +23373,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001D06 626cf800833ebd CCMPO qword ptr [r22], 0xbd, {dfv=} +0000000000001CD6 626cfc00833ebd CCMPO qword ptr [r22], 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -23596,7 +23396,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001D0D 626cf80083febd CCMPO r22, 0xbd, {dfv=} +0000000000001CDD 626cfc0083febd CCMPO r22, 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -23618,7 +23418,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001D14 626c7900833ebd CCMPO word ptr [r22], 0xbd, {dfv=} +0000000000001CE4 626c7d00833ebd CCMPO word ptr [r22], 0xbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -23641,7 +23441,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000001D1B 626c790083febd CCMPO r22w, 0xbd, {dfv=} +0000000000001CEB 626c7d0083febd CCMPO r22w, 0xbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -23663,7 +23463,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000001D22 626cf900833ebd CCMPO qword ptr [r22], 0xbd, {dfv=} +0000000000001CF2 626cfd00833ebd CCMPO qword ptr [r22], 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -23686,7 +23486,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001D29 626cf90083febd CCMPO r22, 0xbd, {dfv=} +0000000000001CF9 626cfd0083febd CCMPO r22, 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -23708,7 +23508,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001D30 626c7808381e CCMPS byte ptr [r22], r27b, {dfv=} +0000000000001D00 626c7c08381e CCMPS byte ptr [r22], r27b, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -23731,7 +23531,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001D36 626c780838de CCMPS r22b, r27b, {dfv=} +0000000000001D06 626c7c0838de CCMPS r22b, r27b, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -23753,7 +23553,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001D3C 626cf808381e CCMPS byte ptr [r22], r27b, {dfv=} +0000000000001D0C 626cfc08381e CCMPS byte ptr [r22], r27b, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -23776,7 +23576,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001D42 626cf80838de CCMPS r22b, r27b, {dfv=} +0000000000001D12 626cfc0838de CCMPS r22b, r27b, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -23798,7 +23598,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001D48 626c7808391e CCMPS dword ptr [r22], r27d, {dfv=} +0000000000001D18 626c7c08391e CCMPS dword ptr [r22], r27d, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -23821,7 +23621,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001D4E 626c780839de CCMPS r22d, r27d, {dfv=} +0000000000001D1E 626c7c0839de CCMPS r22d, r27d, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -23843,7 +23643,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001D54 626cf808391e CCMPS qword ptr [r22], r27, {dfv=} +0000000000001D24 626cfc08391e CCMPS qword ptr [r22], r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -23866,7 +23666,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001D5A 626cf80839de CCMPS r22, r27, {dfv=} +0000000000001D2A 626cfc0839de CCMPS r22, r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -23888,7 +23688,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001D60 626c7908391e CCMPS word ptr [r22], r27w, {dfv=} +0000000000001D30 626c7d08391e CCMPS word ptr [r22], r27w, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -23911,7 +23711,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000001D66 626c790839de CCMPS r22w, r27w, {dfv=} +0000000000001D36 626c7d0839de CCMPS r22w, r27w, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -23933,7 +23733,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000001D6C 626cf908391e CCMPS qword ptr [r22], r27, {dfv=} +0000000000001D3C 626cfd08391e CCMPS qword ptr [r22], r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -23956,7 +23756,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001D72 626cf90839de CCMPS r22, r27, {dfv=} +0000000000001D42 626cfd0839de CCMPS r22, r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -23978,7 +23778,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001D78 626c78083a1e CCMPS r27b, byte ptr [r22], {dfv=} +0000000000001D48 626c7c083a1e CCMPS r27b, byte ptr [r22], {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -24001,7 +23801,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001D7E 626c78083ade CCMPS r27b, r22b, {dfv=} +0000000000001D4E 626c7c083ade CCMPS r27b, r22b, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -24023,7 +23823,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001D84 626cf8083a1e CCMPS r27b, byte ptr [r22], {dfv=} +0000000000001D54 626cfc083a1e CCMPS r27b, byte ptr [r22], {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -24046,7 +23846,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001D8A 626cf8083ade CCMPS r27b, r22b, {dfv=} +0000000000001D5A 626cfc083ade CCMPS r27b, r22b, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -24068,7 +23868,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001D90 626c78083b1e CCMPS r27d, dword ptr [r22], {dfv=} +0000000000001D60 626c7c083b1e CCMPS r27d, dword ptr [r22], {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -24091,7 +23891,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001D96 626c78083bde CCMPS r27d, r22d, {dfv=} +0000000000001D66 626c7c083bde CCMPS r27d, r22d, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -24113,7 +23913,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001D9C 626cf8083b1e CCMPS r27, qword ptr [r22], {dfv=} +0000000000001D6C 626cfc083b1e CCMPS r27, qword ptr [r22], {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -24136,7 +23936,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001DA2 626cf8083bde CCMPS r27, r22, {dfv=} +0000000000001D72 626cfc083bde CCMPS r27, r22, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -24158,7 +23958,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001DA8 626c79083b1e CCMPS r27w, word ptr [r22], {dfv=} +0000000000001D78 626c7d083b1e CCMPS r27w, word ptr [r22], {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -24181,7 +23981,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000001DAE 626c79083bde CCMPS r27w, r22w, {dfv=} +0000000000001D7E 626c7d083bde CCMPS r27w, r22w, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -24203,7 +24003,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000001DB4 626cf9083b1e CCMPS r27, qword ptr [r22], {dfv=} +0000000000001D84 626cfd083b1e CCMPS r27, qword ptr [r22], {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -24226,7 +24026,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001DBA 626cf9083bde CCMPS r27, r22, {dfv=} +0000000000001D8A 626cfd083bde CCMPS r27, r22, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -24248,7 +24048,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001DC0 626c7808803ebd CCMPS byte ptr [r22], 0xbd, {dfv=} +0000000000001D90 626c7c08803ebd CCMPS byte ptr [r22], 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -24271,7 +24071,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001DC7 626c780880febd CCMPS r22b, 0xbd, {dfv=} +0000000000001D97 626c7c0880febd CCMPS r22b, 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -24293,7 +24093,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001DCE 626cf808803ebd CCMPS byte ptr [r22], 0xbd, {dfv=} +0000000000001D9E 626cfc08803ebd CCMPS byte ptr [r22], 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -24316,7 +24116,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001DD5 626cf80880febd CCMPS r22b, 0xbd, {dfv=} +0000000000001DA5 626cfc0880febd CCMPS r22b, 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -24338,7 +24138,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001DDC 626c7808813ebdbdbdbd CCMPS dword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000001DAC 626c7c08813ebdbdbdbd CCMPS dword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -24361,7 +24161,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001DE6 626c780881febdbdbdbd CCMPS r22d, 0xbdbdbdbd, {dfv=} +0000000000001DB6 626c7c0881febdbdbdbd CCMPS r22d, 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -24383,7 +24183,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001DF0 626cf808813ebdbdbdbd CCMPS qword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000001DC0 626cfc08813ebdbdbdbd CCMPS qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -24406,7 +24206,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001DFA 626cf80881febdbdbdbd CCMPS r22, 0xbdbdbdbd, {dfv=} +0000000000001DCA 626cfc0881febdbdbdbd CCMPS r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -24428,7 +24228,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001E04 626c7908813ebdbd CCMPS word ptr [r22], 0xbdbd, {dfv=} +0000000000001DD4 626c7d08813ebdbd CCMPS word ptr [r22], 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -24451,7 +24251,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000001E0C 626c790881febdbd CCMPS r22w, 0xbdbd, {dfv=} +0000000000001DDC 626c7d0881febdbd CCMPS r22w, 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -24473,7 +24273,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000001E14 626cf908813ebdbdbdbd CCMPS qword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000001DE4 626cfd08813ebdbdbdbd CCMPS qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -24496,7 +24296,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001E1E 626cf90881febdbdbdbd CCMPS r22, 0xbdbdbdbd, {dfv=} +0000000000001DEE 626cfd0881febdbdbdbd CCMPS r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -24518,7 +24318,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001E28 626c7808833ebd CCMPS dword ptr [r22], 0xbd, {dfv=} +0000000000001DF8 626c7c08833ebd CCMPS dword ptr [r22], 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -24541,7 +24341,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001E2F 626c780883febd CCMPS r22d, 0xbd, {dfv=} +0000000000001DFF 626c7c0883febd CCMPS r22d, 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -24563,7 +24363,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001E36 626cf808833ebd CCMPS qword ptr [r22], 0xbd, {dfv=} +0000000000001E06 626cfc08833ebd CCMPS qword ptr [r22], 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -24586,7 +24386,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001E3D 626cf80883febd CCMPS r22, 0xbd, {dfv=} +0000000000001E0D 626cfc0883febd CCMPS r22, 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -24608,7 +24408,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001E44 626c7908833ebd CCMPS word ptr [r22], 0xbd, {dfv=} +0000000000001E14 626c7d08833ebd CCMPS word ptr [r22], 0xbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -24631,7 +24431,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000001E4B 626c790883febd CCMPS r22w, 0xbd, {dfv=} +0000000000001E1B 626c7d0883febd CCMPS r22w, 0xbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -24653,7 +24453,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000001E52 626cf908833ebd CCMPS qword ptr [r22], 0xbd, {dfv=} +0000000000001E22 626cfd08833ebd CCMPS qword ptr [r22], 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -24676,7 +24476,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001E59 626cf90883febd CCMPS r22, 0xbd, {dfv=} +0000000000001E29 626cfd0883febd CCMPS r22, 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -24698,7 +24498,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001E60 626c780a381e CCMPT byte ptr [r22], r27b, {dfv=} +0000000000001E30 626c7c0a381e CCMPT byte ptr [r22], r27b, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -24721,7 +24521,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001E66 626c780a38de CCMPT r22b, r27b, {dfv=} +0000000000001E36 626c7c0a38de CCMPT r22b, r27b, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -24743,7 +24543,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001E6C 626cf80a381e CCMPT byte ptr [r22], r27b, {dfv=} +0000000000001E3C 626cfc0a381e CCMPT byte ptr [r22], r27b, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -24766,7 +24566,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001E72 626cf80a38de CCMPT r22b, r27b, {dfv=} +0000000000001E42 626cfc0a38de CCMPT r22b, r27b, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -24788,7 +24588,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001E78 626c780a391e CCMPT dword ptr [r22], r27d, {dfv=} +0000000000001E48 626c7c0a391e CCMPT dword ptr [r22], r27d, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -24811,7 +24611,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001E7E 626c780a39de CCMPT r22d, r27d, {dfv=} +0000000000001E4E 626c7c0a39de CCMPT r22d, r27d, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -24833,7 +24633,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001E84 626cf80a391e CCMPT qword ptr [r22], r27, {dfv=} +0000000000001E54 626cfc0a391e CCMPT qword ptr [r22], r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -24856,7 +24656,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001E8A 626cf80a39de CCMPT r22, r27, {dfv=} +0000000000001E5A 626cfc0a39de CCMPT r22, r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -24878,7 +24678,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001E90 626c790a391e CCMPT word ptr [r22], r27w, {dfv=} +0000000000001E60 626c7d0a391e CCMPT word ptr [r22], r27w, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -24901,7 +24701,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000001E96 626c790a39de CCMPT r22w, r27w, {dfv=} +0000000000001E66 626c7d0a39de CCMPT r22w, r27w, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -24923,7 +24723,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000001E9C 626cf90a391e CCMPT qword ptr [r22], r27, {dfv=} +0000000000001E6C 626cfd0a391e CCMPT qword ptr [r22], r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -24946,7 +24746,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001EA2 626cf90a39de CCMPT r22, r27, {dfv=} +0000000000001E72 626cfd0a39de CCMPT r22, r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -24968,7 +24768,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001EA8 626c780a3a1e CCMPT r27b, byte ptr [r22], {dfv=} +0000000000001E78 626c7c0a3a1e CCMPT r27b, byte ptr [r22], {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -24991,7 +24791,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001EAE 626c780a3ade CCMPT r27b, r22b, {dfv=} +0000000000001E7E 626c7c0a3ade CCMPT r27b, r22b, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -25013,7 +24813,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001EB4 626cf80a3a1e CCMPT r27b, byte ptr [r22], {dfv=} +0000000000001E84 626cfc0a3a1e CCMPT r27b, byte ptr [r22], {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -25036,7 +24836,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001EBA 626cf80a3ade CCMPT r27b, r22b, {dfv=} +0000000000001E8A 626cfc0a3ade CCMPT r27b, r22b, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -25058,7 +24858,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001EC0 626c780a3b1e CCMPT r27d, dword ptr [r22], {dfv=} +0000000000001E90 626c7c0a3b1e CCMPT r27d, dword ptr [r22], {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -25081,7 +24881,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001EC6 626c780a3bde CCMPT r27d, r22d, {dfv=} +0000000000001E96 626c7c0a3bde CCMPT r27d, r22d, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -25103,7 +24903,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001ECC 626cf80a3b1e CCMPT r27, qword ptr [r22], {dfv=} +0000000000001E9C 626cfc0a3b1e CCMPT r27, qword ptr [r22], {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -25126,7 +24926,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001ED2 626cf80a3bde CCMPT r27, r22, {dfv=} +0000000000001EA2 626cfc0a3bde CCMPT r27, r22, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -25148,7 +24948,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001ED8 626c790a3b1e CCMPT r27w, word ptr [r22], {dfv=} +0000000000001EA8 626c7d0a3b1e CCMPT r27w, word ptr [r22], {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -25171,7 +24971,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000001EDE 626c790a3bde CCMPT r27w, r22w, {dfv=} +0000000000001EAE 626c7d0a3bde CCMPT r27w, r22w, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -25193,7 +24993,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000001EE4 626cf90a3b1e CCMPT r27, qword ptr [r22], {dfv=} +0000000000001EB4 626cfd0a3b1e CCMPT r27, qword ptr [r22], {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -25216,7 +25016,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001EEA 626cf90a3bde CCMPT r27, r22, {dfv=} +0000000000001EBA 626cfd0a3bde CCMPT r27, r22, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -25238,7 +25038,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001EF0 626c780a803ebd CCMPT byte ptr [r22], 0xbd, {dfv=} +0000000000001EC0 626c7c0a803ebd CCMPT byte ptr [r22], 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -25261,7 +25061,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001EF7 626c780a80febd CCMPT r22b, 0xbd, {dfv=} +0000000000001EC7 626c7c0a80febd CCMPT r22b, 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -25283,7 +25083,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001EFE 626cf80a803ebd CCMPT byte ptr [r22], 0xbd, {dfv=} +0000000000001ECE 626cfc0a803ebd CCMPT byte ptr [r22], 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -25306,7 +25106,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001F05 626cf80a80febd CCMPT r22b, 0xbd, {dfv=} +0000000000001ED5 626cfc0a80febd CCMPT r22b, 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -25328,7 +25128,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001F0C 626c780a813ebdbdbdbd CCMPT dword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000001EDC 626c7c0a813ebdbdbdbd CCMPT dword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -25351,7 +25151,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001F16 626c780a81febdbdbdbd CCMPT r22d, 0xbdbdbdbd, {dfv=} +0000000000001EE6 626c7c0a81febdbdbdbd CCMPT r22d, 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -25373,7 +25173,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001F20 626cf80a813ebdbdbdbd CCMPT qword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000001EF0 626cfc0a813ebdbdbdbd CCMPT qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -25396,7 +25196,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001F2A 626cf80a81febdbdbdbd CCMPT r22, 0xbdbdbdbd, {dfv=} +0000000000001EFA 626cfc0a81febdbdbdbd CCMPT r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -25418,7 +25218,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001F34 626c790a813ebdbd CCMPT word ptr [r22], 0xbdbd, {dfv=} +0000000000001F04 626c7d0a813ebdbd CCMPT word ptr [r22], 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -25441,7 +25241,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000001F3C 626c790a81febdbd CCMPT r22w, 0xbdbd, {dfv=} +0000000000001F0C 626c7d0a81febdbd CCMPT r22w, 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -25463,7 +25263,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000001F44 626cf90a813ebdbdbdbd CCMPT qword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000001F14 626cfd0a813ebdbdbdbd CCMPT qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -25486,7 +25286,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001F4E 626cf90a81febdbdbdbd CCMPT r22, 0xbdbdbdbd, {dfv=} +0000000000001F1E 626cfd0a81febdbdbdbd CCMPT r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -25508,7 +25308,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001F58 626c780a833ebd CCMPT dword ptr [r22], 0xbd, {dfv=} +0000000000001F28 626c7c0a833ebd CCMPT dword ptr [r22], 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -25531,7 +25331,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001F5F 626c780a83febd CCMPT r22d, 0xbd, {dfv=} +0000000000001F2F 626c7c0a83febd CCMPT r22d, 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -25553,7 +25353,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001F66 626cf80a833ebd CCMPT qword ptr [r22], 0xbd, {dfv=} +0000000000001F36 626cfc0a833ebd CCMPT qword ptr [r22], 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -25576,7 +25376,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001F6D 626cf80a83febd CCMPT r22, 0xbd, {dfv=} +0000000000001F3D 626cfc0a83febd CCMPT r22, 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -25598,7 +25398,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001F74 626c790a833ebd CCMPT word ptr [r22], 0xbd, {dfv=} +0000000000001F44 626c7d0a833ebd CCMPT word ptr [r22], 0xbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -25621,7 +25421,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000001F7B 626c790a83febd CCMPT r22w, 0xbd, {dfv=} +0000000000001F4B 626c7d0a83febd CCMPT r22w, 0xbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -25643,7 +25443,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000001F82 626cf90a833ebd CCMPT qword ptr [r22], 0xbd, {dfv=} +0000000000001F52 626cfd0a833ebd CCMPT qword ptr [r22], 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -25666,7 +25466,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001F89 626cf90a83febd CCMPT r22, 0xbd, {dfv=} +0000000000001F59 626cfd0a83febd CCMPT r22, 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -25688,7 +25488,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001F90 626c7804381e CCMPZ byte ptr [r22], r27b, {dfv=} +0000000000001F60 626c7c04381e CCMPZ byte ptr [r22], r27b, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -25711,7 +25511,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001F96 626c780438de CCMPZ r22b, r27b, {dfv=} +0000000000001F66 626c7c0438de CCMPZ r22b, r27b, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -25733,7 +25533,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001F9C 626cf804381e CCMPZ byte ptr [r22], r27b, {dfv=} +0000000000001F6C 626cfc04381e CCMPZ byte ptr [r22], r27b, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -25756,7 +25556,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001FA2 626cf80438de CCMPZ r22b, r27b, {dfv=} +0000000000001F72 626cfc0438de CCMPZ r22b, r27b, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -25778,7 +25578,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001FA8 626c7804391e CCMPZ dword ptr [r22], r27d, {dfv=} +0000000000001F78 626c7c04391e CCMPZ dword ptr [r22], r27d, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -25801,7 +25601,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001FAE 626c780439de CCMPZ r22d, r27d, {dfv=} +0000000000001F7E 626c7c0439de CCMPZ r22d, r27d, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -25823,7 +25623,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001FB4 626cf804391e CCMPZ qword ptr [r22], r27, {dfv=} +0000000000001F84 626cfc04391e CCMPZ qword ptr [r22], r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -25846,7 +25646,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001FBA 626cf80439de CCMPZ r22, r27, {dfv=} +0000000000001F8A 626cfc0439de CCMPZ r22, r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -25868,7 +25668,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001FC0 626c7904391e CCMPZ word ptr [r22], r27w, {dfv=} +0000000000001F90 626c7d04391e CCMPZ word ptr [r22], r27w, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -25891,7 +25691,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000001FC6 626c790439de CCMPZ r22w, r27w, {dfv=} +0000000000001F96 626c7d0439de CCMPZ r22w, r27w, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -25913,7 +25713,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000001FCC 626cf904391e CCMPZ qword ptr [r22], r27, {dfv=} +0000000000001F9C 626cfd04391e CCMPZ qword ptr [r22], r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -25936,7 +25736,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001FD2 626cf90439de CCMPZ r22, r27, {dfv=} +0000000000001FA2 626cfd0439de CCMPZ r22, r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -25958,7 +25758,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001FD8 626c78043a1e CCMPZ r27b, byte ptr [r22], {dfv=} +0000000000001FA8 626c7c043a1e CCMPZ r27b, byte ptr [r22], {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -25981,7 +25781,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001FDE 626c78043ade CCMPZ r27b, r22b, {dfv=} +0000000000001FAE 626c7c043ade CCMPZ r27b, r22b, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -26003,7 +25803,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001FE4 626cf8043a1e CCMPZ r27b, byte ptr [r22], {dfv=} +0000000000001FB4 626cfc043a1e CCMPZ r27b, byte ptr [r22], {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -26026,7 +25826,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001FEA 626cf8043ade CCMPZ r27b, r22b, {dfv=} +0000000000001FBA 626cfc043ade CCMPZ r27b, r22b, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -26048,7 +25848,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000001FF0 626c78043b1e CCMPZ r27d, dword ptr [r22], {dfv=} +0000000000001FC0 626c7c043b1e CCMPZ r27d, dword ptr [r22], {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -26071,7 +25871,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001FF6 626c78043bde CCMPZ r27d, r22d, {dfv=} +0000000000001FC6 626c7c043bde CCMPZ r27d, r22d, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -26093,7 +25893,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000001FFC 626cf8043b1e CCMPZ r27, qword ptr [r22], {dfv=} +0000000000001FCC 626cfc043b1e CCMPZ r27, qword ptr [r22], {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -26116,7 +25916,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002002 626cf8043bde CCMPZ r27, r22, {dfv=} +0000000000001FD2 626cfc043bde CCMPZ r27, r22, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -26138,7 +25938,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002008 626c79043b1e CCMPZ r27w, word ptr [r22], {dfv=} +0000000000001FD8 626c7d043b1e CCMPZ r27w, word ptr [r22], {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -26161,7 +25961,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000200E 626c79043bde CCMPZ r27w, r22w, {dfv=} +0000000000001FDE 626c7d043bde CCMPZ r27w, r22w, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -26183,7 +25983,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000002014 626cf9043b1e CCMPZ r27, qword ptr [r22], {dfv=} +0000000000001FE4 626cfd043b1e CCMPZ r27, qword ptr [r22], {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -26206,7 +26006,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000201A 626cf9043bde CCMPZ r27, r22, {dfv=} +0000000000001FEA 626cfd043bde CCMPZ r27, r22, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -26228,7 +26028,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002020 626c7804803ebd CCMPZ byte ptr [r22], 0xbd, {dfv=} +0000000000001FF0 626c7c04803ebd CCMPZ byte ptr [r22], 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -26251,7 +26051,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002027 626c780480febd CCMPZ r22b, 0xbd, {dfv=} +0000000000001FF7 626c7c0480febd CCMPZ r22b, 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -26273,7 +26073,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000202E 626cf804803ebd CCMPZ byte ptr [r22], 0xbd, {dfv=} +0000000000001FFE 626cfc04803ebd CCMPZ byte ptr [r22], 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -26296,7 +26096,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002035 626cf80480febd CCMPZ r22b, 0xbd, {dfv=} +0000000000002005 626cfc0480febd CCMPZ r22b, 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -26318,7 +26118,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000203C 626c7804813ebdbdbdbd CCMPZ dword ptr [r22], 0xbdbdbdbd, {dfv=} +000000000000200C 626c7c04813ebdbdbdbd CCMPZ dword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -26341,7 +26141,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002046 626c780481febdbdbdbd CCMPZ r22d, 0xbdbdbdbd, {dfv=} +0000000000002016 626c7c0481febdbdbdbd CCMPZ r22d, 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -26363,7 +26163,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002050 626cf804813ebdbdbdbd CCMPZ qword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000002020 626cfc04813ebdbdbdbd CCMPZ qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -26386,7 +26186,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000205A 626cf80481febdbdbdbd CCMPZ r22, 0xbdbdbdbd, {dfv=} +000000000000202A 626cfc0481febdbdbdbd CCMPZ r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -26408,7 +26208,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002064 626c7904813ebdbd CCMPZ word ptr [r22], 0xbdbd, {dfv=} +0000000000002034 626c7d04813ebdbd CCMPZ word ptr [r22], 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -26431,7 +26231,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000206C 626c790481febdbd CCMPZ r22w, 0xbdbd, {dfv=} +000000000000203C 626c7d0481febdbd CCMPZ r22w, 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -26453,7 +26253,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000002074 626cf904813ebdbdbdbd CCMPZ qword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000002044 626cfd04813ebdbdbdbd CCMPZ qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -26476,7 +26276,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000207E 626cf90481febdbdbdbd CCMPZ r22, 0xbdbdbdbd, {dfv=} +000000000000204E 626cfd0481febdbdbdbd CCMPZ r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -26498,7 +26298,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002088 626c7804833ebd CCMPZ dword ptr [r22], 0xbd, {dfv=} +0000000000002058 626c7c04833ebd CCMPZ dword ptr [r22], 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -26521,7 +26321,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000208F 626c780483febd CCMPZ r22d, 0xbd, {dfv=} +000000000000205F 626c7c0483febd CCMPZ r22d, 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -26543,7 +26343,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002096 626cf804833ebd CCMPZ qword ptr [r22], 0xbd, {dfv=} +0000000000002066 626cfc04833ebd CCMPZ qword ptr [r22], 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -26566,7 +26366,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000209D 626cf80483febd CCMPZ r22, 0xbd, {dfv=} +000000000000206D 626cfc0483febd CCMPZ r22, 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -26588,7 +26388,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000020A4 626c7904833ebd CCMPZ word ptr [r22], 0xbd, {dfv=} +0000000000002074 626c7d04833ebd CCMPZ word ptr [r22], 0xbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -26611,7 +26411,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000020AB 626c790483febd CCMPZ r22w, 0xbd, {dfv=} +000000000000207B 626c7d0483febd CCMPZ r22w, 0xbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -26633,7 +26433,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000020B2 626cf904833ebd CCMPZ qword ptr [r22], 0xbd, {dfv=} +0000000000002082 626cfd04833ebd CCMPZ qword ptr [r22], 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -26656,7 +26456,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000020B9 626cf90483febd CCMPZ r22, 0xbd, {dfv=} +0000000000002089 626cfd0483febd CCMPZ r22, 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -26678,7 +26478,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000020C0 626c7808461e CFCMOVBE r27d, dword ptr [r22] +0000000000002090 626c7c08461e CFCMOVBE r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -26700,7 +26500,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000020C6 626c780846de CFCMOVBE r27d, r22d +0000000000002096 626c7c0846de CFCMOVBE r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -26721,7 +26521,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000020CC 626cf808461e CFCMOVBE r27, qword ptr [r22] +000000000000209C 626cfc08461e CFCMOVBE r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -26743,7 +26543,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000020D2 626cf80846de CFCMOVBE r27, r22 +00000000000020A2 626cfc0846de CFCMOVBE r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -26764,7 +26564,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000020D8 626c780c46de CFCMOVBE r22d, r27d +00000000000020A8 626c7c0c46de CFCMOVBE r22d, r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -26785,7 +26585,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000020DE 626cf80c46de CFCMOVBE r22, r27 +00000000000020AE 626cfc0c46de CFCMOVBE r22, r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -26806,7 +26606,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000020E4 626c780c461e CFCMOVBE dword ptr [r22], r27d +00000000000020B4 626c7c0c461e CFCMOVBE dword ptr [r22], r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -26828,7 +26628,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000020EA 626cf80c461e CFCMOVBE qword ptr [r22], r27 +00000000000020BA 626cfc0c461e CFCMOVBE qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -26850,7 +26650,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000020F0 626c7908461e CFCMOVBE r27w, word ptr [r22] +00000000000020C0 626c7d08461e CFCMOVBE r27w, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -26872,7 +26672,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000020F6 626c790846de CFCMOVBE r27w, r22w +00000000000020C6 626c7d0846de CFCMOVBE r27w, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -26893,7 +26693,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000020FC 626cf908461e CFCMOVBE r27, qword ptr [r22] +00000000000020CC 626cfd08461e CFCMOVBE r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -26915,7 +26715,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002102 626cf90846de CFCMOVBE r27, r22 +00000000000020D2 626cfd0846de CFCMOVBE r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -26936,7 +26736,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002108 626c790c46de CFCMOVBE r22w, r27w +00000000000020D8 626c7d0c46de CFCMOVBE r22w, r27w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -26957,7 +26757,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000210E 626cf90c46de CFCMOVBE r22, r27 +00000000000020DE 626cfd0c46de CFCMOVBE r22, r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -26978,7 +26778,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002114 626c790c461e CFCMOVBE word ptr [r22], r27w +00000000000020E4 626c7d0c461e CFCMOVBE word ptr [r22], r27w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -27000,7 +26800,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000211A 626cf90c461e CFCMOVBE qword ptr [r22], r27 +00000000000020EA 626cfd0c461e CFCMOVBE qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -27022,7 +26822,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002120 626c781c461e CFCMOVBE eax, r27d, dword ptr [r22] +00000000000020F0 626c7c1c461e CFCMOVBE eax, r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -27045,7 +26845,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002126 626c781c46de CFCMOVBE eax, r27d, r22d +00000000000020F6 626c7c1c46de CFCMOVBE eax, r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -27067,7 +26867,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000212C 626cf81c461e CFCMOVBE rax, r27, qword ptr [r22] +00000000000020FC 626cfc1c461e CFCMOVBE rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -27090,7 +26890,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002132 626cf81c46de CFCMOVBE rax, r27, r22 +0000000000002102 626cfc1c46de CFCMOVBE rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -27112,7 +26912,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002138 626c791c461e CFCMOVBE ax, r27w, word ptr [r22] +0000000000002108 626c7d1c461e CFCMOVBE ax, r27w, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -27135,7 +26935,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000213E 626c791c46de CFCMOVBE ax, r27w, r22w +000000000000210E 626c7d1c46de CFCMOVBE ax, r27w, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -27157,7 +26957,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000002144 626cf91c461e CFCMOVBE rax, r27, qword ptr [r22] +0000000000002114 626cfd1c461e CFCMOVBE rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -27180,7 +26980,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000214A 626cf91c46de CFCMOVBE rax, r27, r22 +000000000000211A 626cfd1c46de CFCMOVBE rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -27202,7 +27002,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002150 626c7808421e CFCMOVC r27d, dword ptr [r22] +0000000000002120 626c7c08421e CFCMOVC r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -27224,7 +27024,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002156 626c780842de CFCMOVC r27d, r22d +0000000000002126 626c7c0842de CFCMOVC r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -27245,7 +27045,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000215C 626cf808421e CFCMOVC r27, qword ptr [r22] +000000000000212C 626cfc08421e CFCMOVC r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -27267,7 +27067,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002162 626cf80842de CFCMOVC r27, r22 +0000000000002132 626cfc0842de CFCMOVC r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -27288,7 +27088,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002168 626c780c42de CFCMOVC r22d, r27d +0000000000002138 626c7c0c42de CFCMOVC r22d, r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -27309,7 +27109,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000216E 626cf80c42de CFCMOVC r22, r27 +000000000000213E 626cfc0c42de CFCMOVC r22, r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -27330,7 +27130,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002174 626c780c421e CFCMOVC dword ptr [r22], r27d +0000000000002144 626c7c0c421e CFCMOVC dword ptr [r22], r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -27352,7 +27152,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000217A 626cf80c421e CFCMOVC qword ptr [r22], r27 +000000000000214A 626cfc0c421e CFCMOVC qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -27374,7 +27174,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002180 626c7908421e CFCMOVC r27w, word ptr [r22] +0000000000002150 626c7d08421e CFCMOVC r27w, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -27396,7 +27196,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000002186 626c790842de CFCMOVC r27w, r22w +0000000000002156 626c7d0842de CFCMOVC r27w, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -27417,7 +27217,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000218C 626cf908421e CFCMOVC r27, qword ptr [r22] +000000000000215C 626cfd08421e CFCMOVC r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -27439,7 +27239,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002192 626cf90842de CFCMOVC r27, r22 +0000000000002162 626cfd0842de CFCMOVC r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -27460,7 +27260,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002198 626c790c42de CFCMOVC r22w, r27w +0000000000002168 626c7d0c42de CFCMOVC r22w, r27w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -27481,7 +27281,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000219E 626cf90c42de CFCMOVC r22, r27 +000000000000216E 626cfd0c42de CFCMOVC r22, r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -27502,7 +27302,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000021A4 626c790c421e CFCMOVC word ptr [r22], r27w +0000000000002174 626c7d0c421e CFCMOVC word ptr [r22], r27w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -27524,7 +27324,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000021AA 626cf90c421e CFCMOVC qword ptr [r22], r27 +000000000000217A 626cfd0c421e CFCMOVC qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -27546,7 +27346,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000021B0 626c781c421e CFCMOVC eax, r27d, dword ptr [r22] +0000000000002180 626c7c1c421e CFCMOVC eax, r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -27569,7 +27369,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000021B6 626c781c42de CFCMOVC eax, r27d, r22d +0000000000002186 626c7c1c42de CFCMOVC eax, r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -27591,7 +27391,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000021BC 626cf81c421e CFCMOVC rax, r27, qword ptr [r22] +000000000000218C 626cfc1c421e CFCMOVC rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -27614,7 +27414,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000021C2 626cf81c42de CFCMOVC rax, r27, r22 +0000000000002192 626cfc1c42de CFCMOVC rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -27636,7 +27436,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000021C8 626c791c421e CFCMOVC ax, r27w, word ptr [r22] +0000000000002198 626c7d1c421e CFCMOVC ax, r27w, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -27659,7 +27459,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000021CE 626c791c42de CFCMOVC ax, r27w, r22w +000000000000219E 626c7d1c42de CFCMOVC ax, r27w, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -27681,7 +27481,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000021D4 626cf91c421e CFCMOVC rax, r27, qword ptr [r22] +00000000000021A4 626cfd1c421e CFCMOVC rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -27704,7 +27504,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000021DA 626cf91c42de CFCMOVC rax, r27, r22 +00000000000021AA 626cfd1c42de CFCMOVC rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -27726,7 +27526,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000021E0 626c78084c1e CFCMOVL r27d, dword ptr [r22] +00000000000021B0 626c7c084c1e CFCMOVL r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -27748,7 +27548,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000021E6 626c78084cde CFCMOVL r27d, r22d +00000000000021B6 626c7c084cde CFCMOVL r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -27769,7 +27569,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000021EC 626cf8084c1e CFCMOVL r27, qword ptr [r22] +00000000000021BC 626cfc084c1e CFCMOVL r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -27791,7 +27591,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000021F2 626cf8084cde CFCMOVL r27, r22 +00000000000021C2 626cfc084cde CFCMOVL r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -27812,7 +27612,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000021F8 626c780c4cde CFCMOVL r22d, r27d +00000000000021C8 626c7c0c4cde CFCMOVL r22d, r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -27833,7 +27633,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000021FE 626cf80c4cde CFCMOVL r22, r27 +00000000000021CE 626cfc0c4cde CFCMOVL r22, r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -27854,7 +27654,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002204 626c780c4c1e CFCMOVL dword ptr [r22], r27d +00000000000021D4 626c7c0c4c1e CFCMOVL dword ptr [r22], r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -27876,7 +27676,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000220A 626cf80c4c1e CFCMOVL qword ptr [r22], r27 +00000000000021DA 626cfc0c4c1e CFCMOVL qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -27898,7 +27698,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002210 626c79084c1e CFCMOVL r27w, word ptr [r22] +00000000000021E0 626c7d084c1e CFCMOVL r27w, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -27920,7 +27720,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000002216 626c79084cde CFCMOVL r27w, r22w +00000000000021E6 626c7d084cde CFCMOVL r27w, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -27941,7 +27741,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000221C 626cf9084c1e CFCMOVL r27, qword ptr [r22] +00000000000021EC 626cfd084c1e CFCMOVL r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -27963,7 +27763,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002222 626cf9084cde CFCMOVL r27, r22 +00000000000021F2 626cfd084cde CFCMOVL r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -27984,7 +27784,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002228 626c790c4cde CFCMOVL r22w, r27w +00000000000021F8 626c7d0c4cde CFCMOVL r22w, r27w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -28005,7 +27805,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000222E 626cf90c4cde CFCMOVL r22, r27 +00000000000021FE 626cfd0c4cde CFCMOVL r22, r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -28026,7 +27826,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002234 626c790c4c1e CFCMOVL word ptr [r22], r27w +0000000000002204 626c7d0c4c1e CFCMOVL word ptr [r22], r27w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -28048,7 +27848,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000223A 626cf90c4c1e CFCMOVL qword ptr [r22], r27 +000000000000220A 626cfd0c4c1e CFCMOVL qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -28070,7 +27870,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002240 626c781c4c1e CFCMOVL eax, r27d, dword ptr [r22] +0000000000002210 626c7c1c4c1e CFCMOVL eax, r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -28093,7 +27893,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002246 626c781c4cde CFCMOVL eax, r27d, r22d +0000000000002216 626c7c1c4cde CFCMOVL eax, r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -28115,7 +27915,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000224C 626cf81c4c1e CFCMOVL rax, r27, qword ptr [r22] +000000000000221C 626cfc1c4c1e CFCMOVL rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -28138,7 +27938,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002252 626cf81c4cde CFCMOVL rax, r27, r22 +0000000000002222 626cfc1c4cde CFCMOVL rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -28160,7 +27960,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002258 626c791c4c1e CFCMOVL ax, r27w, word ptr [r22] +0000000000002228 626c7d1c4c1e CFCMOVL ax, r27w, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -28183,7 +27983,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000225E 626c791c4cde CFCMOVL ax, r27w, r22w +000000000000222E 626c7d1c4cde CFCMOVL ax, r27w, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -28205,7 +28005,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000002264 626cf91c4c1e CFCMOVL rax, r27, qword ptr [r22] +0000000000002234 626cfd1c4c1e CFCMOVL rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -28228,7 +28028,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000226A 626cf91c4cde CFCMOVL rax, r27, r22 +000000000000223A 626cfd1c4cde CFCMOVL rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -28250,7 +28050,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002270 626c78084e1e CFCMOVLE r27d, dword ptr [r22] +0000000000002240 626c7c084e1e CFCMOVLE r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -28272,7 +28072,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002276 626c78084ede CFCMOVLE r27d, r22d +0000000000002246 626c7c084ede CFCMOVLE r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -28293,7 +28093,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000227C 626cf8084e1e CFCMOVLE r27, qword ptr [r22] +000000000000224C 626cfc084e1e CFCMOVLE r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -28315,7 +28115,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002282 626cf8084ede CFCMOVLE r27, r22 +0000000000002252 626cfc084ede CFCMOVLE r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -28336,7 +28136,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002288 626c780c4ede CFCMOVLE r22d, r27d +0000000000002258 626c7c0c4ede CFCMOVLE r22d, r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -28357,7 +28157,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000228E 626cf80c4ede CFCMOVLE r22, r27 +000000000000225E 626cfc0c4ede CFCMOVLE r22, r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -28378,7 +28178,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002294 626c780c4e1e CFCMOVLE dword ptr [r22], r27d +0000000000002264 626c7c0c4e1e CFCMOVLE dword ptr [r22], r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -28400,7 +28200,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000229A 626cf80c4e1e CFCMOVLE qword ptr [r22], r27 +000000000000226A 626cfc0c4e1e CFCMOVLE qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -28422,7 +28222,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000022A0 626c79084e1e CFCMOVLE r27w, word ptr [r22] +0000000000002270 626c7d084e1e CFCMOVLE r27w, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -28444,7 +28244,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000022A6 626c79084ede CFCMOVLE r27w, r22w +0000000000002276 626c7d084ede CFCMOVLE r27w, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -28465,7 +28265,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000022AC 626cf9084e1e CFCMOVLE r27, qword ptr [r22] +000000000000227C 626cfd084e1e CFCMOVLE r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -28487,7 +28287,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000022B2 626cf9084ede CFCMOVLE r27, r22 +0000000000002282 626cfd084ede CFCMOVLE r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -28508,7 +28308,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000022B8 626c790c4ede CFCMOVLE r22w, r27w +0000000000002288 626c7d0c4ede CFCMOVLE r22w, r27w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -28529,7 +28329,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000022BE 626cf90c4ede CFCMOVLE r22, r27 +000000000000228E 626cfd0c4ede CFCMOVLE r22, r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -28550,7 +28350,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000022C4 626c790c4e1e CFCMOVLE word ptr [r22], r27w +0000000000002294 626c7d0c4e1e CFCMOVLE word ptr [r22], r27w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -28572,7 +28372,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000022CA 626cf90c4e1e CFCMOVLE qword ptr [r22], r27 +000000000000229A 626cfd0c4e1e CFCMOVLE qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -28594,7 +28394,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000022D0 626c781c4e1e CFCMOVLE eax, r27d, dword ptr [r22] +00000000000022A0 626c7c1c4e1e CFCMOVLE eax, r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -28617,7 +28417,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000022D6 626c781c4ede CFCMOVLE eax, r27d, r22d +00000000000022A6 626c7c1c4ede CFCMOVLE eax, r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -28639,7 +28439,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000022DC 626cf81c4e1e CFCMOVLE rax, r27, qword ptr [r22] +00000000000022AC 626cfc1c4e1e CFCMOVLE rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -28662,7 +28462,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000022E2 626cf81c4ede CFCMOVLE rax, r27, r22 +00000000000022B2 626cfc1c4ede CFCMOVLE rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -28684,7 +28484,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000022E8 626c791c4e1e CFCMOVLE ax, r27w, word ptr [r22] +00000000000022B8 626c7d1c4e1e CFCMOVLE ax, r27w, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -28707,7 +28507,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000022EE 626c791c4ede CFCMOVLE ax, r27w, r22w +00000000000022BE 626c7d1c4ede CFCMOVLE ax, r27w, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -28729,7 +28529,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000022F4 626cf91c4e1e CFCMOVLE rax, r27, qword ptr [r22] +00000000000022C4 626cfd1c4e1e CFCMOVLE rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -28752,7 +28552,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000022FA 626cf91c4ede CFCMOVLE rax, r27, r22 +00000000000022CA 626cfd1c4ede CFCMOVLE rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -28774,7 +28574,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002300 626c7808471e CFCMOVNBE r27d, dword ptr [r22] +00000000000022D0 626c7c08471e CFCMOVNBE r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -28796,7 +28596,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002306 626c780847de CFCMOVNBE r27d, r22d +00000000000022D6 626c7c0847de CFCMOVNBE r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -28817,7 +28617,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000230C 626cf808471e CFCMOVNBE r27, qword ptr [r22] +00000000000022DC 626cfc08471e CFCMOVNBE r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -28839,7 +28639,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002312 626cf80847de CFCMOVNBE r27, r22 +00000000000022E2 626cfc0847de CFCMOVNBE r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -28860,7 +28660,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002318 626c780c47de CFCMOVNBE r22d, r27d +00000000000022E8 626c7c0c47de CFCMOVNBE r22d, r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -28881,7 +28681,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000231E 626cf80c47de CFCMOVNBE r22, r27 +00000000000022EE 626cfc0c47de CFCMOVNBE r22, r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -28902,7 +28702,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002324 626c780c471e CFCMOVNBE dword ptr [r22], r27d +00000000000022F4 626c7c0c471e CFCMOVNBE dword ptr [r22], r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -28924,7 +28724,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000232A 626cf80c471e CFCMOVNBE qword ptr [r22], r27 +00000000000022FA 626cfc0c471e CFCMOVNBE qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -28946,7 +28746,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002330 626c7908471e CFCMOVNBE r27w, word ptr [r22] +0000000000002300 626c7d08471e CFCMOVNBE r27w, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -28968,7 +28768,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000002336 626c790847de CFCMOVNBE r27w, r22w +0000000000002306 626c7d0847de CFCMOVNBE r27w, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -28989,7 +28789,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000233C 626cf908471e CFCMOVNBE r27, qword ptr [r22] +000000000000230C 626cfd08471e CFCMOVNBE r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -29011,7 +28811,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002342 626cf90847de CFCMOVNBE r27, r22 +0000000000002312 626cfd0847de CFCMOVNBE r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -29032,7 +28832,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002348 626c790c47de CFCMOVNBE r22w, r27w +0000000000002318 626c7d0c47de CFCMOVNBE r22w, r27w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -29053,7 +28853,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000234E 626cf90c47de CFCMOVNBE r22, r27 +000000000000231E 626cfd0c47de CFCMOVNBE r22, r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -29074,7 +28874,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002354 626c790c471e CFCMOVNBE word ptr [r22], r27w +0000000000002324 626c7d0c471e CFCMOVNBE word ptr [r22], r27w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -29096,7 +28896,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000235A 626cf90c471e CFCMOVNBE qword ptr [r22], r27 +000000000000232A 626cfd0c471e CFCMOVNBE qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -29118,7 +28918,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002360 626c781c471e CFCMOVNBE eax, r27d, dword ptr [r22] +0000000000002330 626c7c1c471e CFCMOVNBE eax, r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -29141,7 +28941,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002366 626c781c47de CFCMOVNBE eax, r27d, r22d +0000000000002336 626c7c1c47de CFCMOVNBE eax, r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -29163,7 +28963,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000236C 626cf81c471e CFCMOVNBE rax, r27, qword ptr [r22] +000000000000233C 626cfc1c471e CFCMOVNBE rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -29186,7 +28986,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002372 626cf81c47de CFCMOVNBE rax, r27, r22 +0000000000002342 626cfc1c47de CFCMOVNBE rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -29208,7 +29008,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002378 626c791c471e CFCMOVNBE ax, r27w, word ptr [r22] +0000000000002348 626c7d1c471e CFCMOVNBE ax, r27w, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -29231,7 +29031,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000237E 626c791c47de CFCMOVNBE ax, r27w, r22w +000000000000234E 626c7d1c47de CFCMOVNBE ax, r27w, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -29253,7 +29053,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000002384 626cf91c471e CFCMOVNBE rax, r27, qword ptr [r22] +0000000000002354 626cfd1c471e CFCMOVNBE rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -29276,7 +29076,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000238A 626cf91c47de CFCMOVNBE rax, r27, r22 +000000000000235A 626cfd1c47de CFCMOVNBE rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -29298,7 +29098,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002390 626c7808431e CFCMOVNC r27d, dword ptr [r22] +0000000000002360 626c7c08431e CFCMOVNC r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -29320,7 +29120,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002396 626c780843de CFCMOVNC r27d, r22d +0000000000002366 626c7c0843de CFCMOVNC r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -29341,7 +29141,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000239C 626cf808431e CFCMOVNC r27, qword ptr [r22] +000000000000236C 626cfc08431e CFCMOVNC r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -29363,7 +29163,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000023A2 626cf80843de CFCMOVNC r27, r22 +0000000000002372 626cfc0843de CFCMOVNC r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -29384,7 +29184,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000023A8 626c780c43de CFCMOVNC r22d, r27d +0000000000002378 626c7c0c43de CFCMOVNC r22d, r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -29405,7 +29205,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000023AE 626cf80c43de CFCMOVNC r22, r27 +000000000000237E 626cfc0c43de CFCMOVNC r22, r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -29426,7 +29226,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000023B4 626c780c431e CFCMOVNC dword ptr [r22], r27d +0000000000002384 626c7c0c431e CFCMOVNC dword ptr [r22], r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -29448,7 +29248,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000023BA 626cf80c431e CFCMOVNC qword ptr [r22], r27 +000000000000238A 626cfc0c431e CFCMOVNC qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -29470,7 +29270,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000023C0 626c7908431e CFCMOVNC r27w, word ptr [r22] +0000000000002390 626c7d08431e CFCMOVNC r27w, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -29492,7 +29292,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000023C6 626c790843de CFCMOVNC r27w, r22w +0000000000002396 626c7d0843de CFCMOVNC r27w, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -29513,7 +29313,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000023CC 626cf908431e CFCMOVNC r27, qword ptr [r22] +000000000000239C 626cfd08431e CFCMOVNC r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -29535,7 +29335,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000023D2 626cf90843de CFCMOVNC r27, r22 +00000000000023A2 626cfd0843de CFCMOVNC r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -29556,7 +29356,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000023D8 626c790c43de CFCMOVNC r22w, r27w +00000000000023A8 626c7d0c43de CFCMOVNC r22w, r27w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -29577,7 +29377,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000023DE 626cf90c43de CFCMOVNC r22, r27 +00000000000023AE 626cfd0c43de CFCMOVNC r22, r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -29598,7 +29398,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000023E4 626c790c431e CFCMOVNC word ptr [r22], r27w +00000000000023B4 626c7d0c431e CFCMOVNC word ptr [r22], r27w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -29620,7 +29420,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000023EA 626cf90c431e CFCMOVNC qword ptr [r22], r27 +00000000000023BA 626cfd0c431e CFCMOVNC qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -29642,7 +29442,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000023F0 626c781c431e CFCMOVNC eax, r27d, dword ptr [r22] +00000000000023C0 626c7c1c431e CFCMOVNC eax, r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -29665,7 +29465,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000023F6 626c781c43de CFCMOVNC eax, r27d, r22d +00000000000023C6 626c7c1c43de CFCMOVNC eax, r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -29687,7 +29487,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000023FC 626cf81c431e CFCMOVNC rax, r27, qword ptr [r22] +00000000000023CC 626cfc1c431e CFCMOVNC rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -29710,7 +29510,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002402 626cf81c43de CFCMOVNC rax, r27, r22 +00000000000023D2 626cfc1c43de CFCMOVNC rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -29732,7 +29532,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002408 626c791c431e CFCMOVNC ax, r27w, word ptr [r22] +00000000000023D8 626c7d1c431e CFCMOVNC ax, r27w, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -29755,7 +29555,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000240E 626c791c43de CFCMOVNC ax, r27w, r22w +00000000000023DE 626c7d1c43de CFCMOVNC ax, r27w, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -29777,7 +29577,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000002414 626cf91c431e CFCMOVNC rax, r27, qword ptr [r22] +00000000000023E4 626cfd1c431e CFCMOVNC rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -29800,7 +29600,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000241A 626cf91c43de CFCMOVNC rax, r27, r22 +00000000000023EA 626cfd1c43de CFCMOVNC rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -29822,7 +29622,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002420 626c78084d1e CFCMOVNL r27d, dword ptr [r22] +00000000000023F0 626c7c084d1e CFCMOVNL r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -29844,7 +29644,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002426 626c78084dde CFCMOVNL r27d, r22d +00000000000023F6 626c7c084dde CFCMOVNL r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -29865,7 +29665,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000242C 626cf8084d1e CFCMOVNL r27, qword ptr [r22] +00000000000023FC 626cfc084d1e CFCMOVNL r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -29887,7 +29687,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002432 626cf8084dde CFCMOVNL r27, r22 +0000000000002402 626cfc084dde CFCMOVNL r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -29908,7 +29708,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002438 626c780c4dde CFCMOVNL r22d, r27d +0000000000002408 626c7c0c4dde CFCMOVNL r22d, r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -29929,7 +29729,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000243E 626cf80c4dde CFCMOVNL r22, r27 +000000000000240E 626cfc0c4dde CFCMOVNL r22, r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -29950,7 +29750,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002444 626c780c4d1e CFCMOVNL dword ptr [r22], r27d +0000000000002414 626c7c0c4d1e CFCMOVNL dword ptr [r22], r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -29972,7 +29772,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000244A 626cf80c4d1e CFCMOVNL qword ptr [r22], r27 +000000000000241A 626cfc0c4d1e CFCMOVNL qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -29994,7 +29794,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002450 626c79084d1e CFCMOVNL r27w, word ptr [r22] +0000000000002420 626c7d084d1e CFCMOVNL r27w, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -30016,7 +29816,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000002456 626c79084dde CFCMOVNL r27w, r22w +0000000000002426 626c7d084dde CFCMOVNL r27w, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -30037,7 +29837,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000245C 626cf9084d1e CFCMOVNL r27, qword ptr [r22] +000000000000242C 626cfd084d1e CFCMOVNL r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -30059,7 +29859,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002462 626cf9084dde CFCMOVNL r27, r22 +0000000000002432 626cfd084dde CFCMOVNL r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -30080,7 +29880,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002468 626c790c4dde CFCMOVNL r22w, r27w +0000000000002438 626c7d0c4dde CFCMOVNL r22w, r27w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -30101,7 +29901,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000246E 626cf90c4dde CFCMOVNL r22, r27 +000000000000243E 626cfd0c4dde CFCMOVNL r22, r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -30122,7 +29922,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002474 626c790c4d1e CFCMOVNL word ptr [r22], r27w +0000000000002444 626c7d0c4d1e CFCMOVNL word ptr [r22], r27w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -30144,7 +29944,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000247A 626cf90c4d1e CFCMOVNL qword ptr [r22], r27 +000000000000244A 626cfd0c4d1e CFCMOVNL qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -30166,7 +29966,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002480 626c781c4d1e CFCMOVNL eax, r27d, dword ptr [r22] +0000000000002450 626c7c1c4d1e CFCMOVNL eax, r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -30189,7 +29989,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002486 626c781c4dde CFCMOVNL eax, r27d, r22d +0000000000002456 626c7c1c4dde CFCMOVNL eax, r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -30211,7 +30011,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000248C 626cf81c4d1e CFCMOVNL rax, r27, qword ptr [r22] +000000000000245C 626cfc1c4d1e CFCMOVNL rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -30234,7 +30034,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002492 626cf81c4dde CFCMOVNL rax, r27, r22 +0000000000002462 626cfc1c4dde CFCMOVNL rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -30256,7 +30056,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002498 626c791c4d1e CFCMOVNL ax, r27w, word ptr [r22] +0000000000002468 626c7d1c4d1e CFCMOVNL ax, r27w, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -30279,7 +30079,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000249E 626c791c4dde CFCMOVNL ax, r27w, r22w +000000000000246E 626c7d1c4dde CFCMOVNL ax, r27w, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -30301,7 +30101,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000024A4 626cf91c4d1e CFCMOVNL rax, r27, qword ptr [r22] +0000000000002474 626cfd1c4d1e CFCMOVNL rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -30324,7 +30124,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000024AA 626cf91c4dde CFCMOVNL rax, r27, r22 +000000000000247A 626cfd1c4dde CFCMOVNL rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -30346,7 +30146,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000024B0 626c78084f1e CFCMOVNLE r27d, dword ptr [r22] +0000000000002480 626c7c084f1e CFCMOVNLE r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -30368,7 +30168,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000024B6 626c78084fde CFCMOVNLE r27d, r22d +0000000000002486 626c7c084fde CFCMOVNLE r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -30389,7 +30189,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000024BC 626cf8084f1e CFCMOVNLE r27, qword ptr [r22] +000000000000248C 626cfc084f1e CFCMOVNLE r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -30411,7 +30211,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000024C2 626cf8084fde CFCMOVNLE r27, r22 +0000000000002492 626cfc084fde CFCMOVNLE r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -30432,7 +30232,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000024C8 626c780c4fde CFCMOVNLE r22d, r27d +0000000000002498 626c7c0c4fde CFCMOVNLE r22d, r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -30453,7 +30253,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000024CE 626cf80c4fde CFCMOVNLE r22, r27 +000000000000249E 626cfc0c4fde CFCMOVNLE r22, r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -30474,7 +30274,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000024D4 626c780c4f1e CFCMOVNLE dword ptr [r22], r27d +00000000000024A4 626c7c0c4f1e CFCMOVNLE dword ptr [r22], r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -30496,7 +30296,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000024DA 626cf80c4f1e CFCMOVNLE qword ptr [r22], r27 +00000000000024AA 626cfc0c4f1e CFCMOVNLE qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -30518,7 +30318,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000024E0 626c79084f1e CFCMOVNLE r27w, word ptr [r22] +00000000000024B0 626c7d084f1e CFCMOVNLE r27w, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -30540,7 +30340,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000024E6 626c79084fde CFCMOVNLE r27w, r22w +00000000000024B6 626c7d084fde CFCMOVNLE r27w, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -30561,7 +30361,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000024EC 626cf9084f1e CFCMOVNLE r27, qword ptr [r22] +00000000000024BC 626cfd084f1e CFCMOVNLE r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -30583,7 +30383,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000024F2 626cf9084fde CFCMOVNLE r27, r22 +00000000000024C2 626cfd084fde CFCMOVNLE r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -30604,7 +30404,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000024F8 626c790c4fde CFCMOVNLE r22w, r27w +00000000000024C8 626c7d0c4fde CFCMOVNLE r22w, r27w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -30625,7 +30425,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000024FE 626cf90c4fde CFCMOVNLE r22, r27 +00000000000024CE 626cfd0c4fde CFCMOVNLE r22, r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -30646,7 +30446,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002504 626c790c4f1e CFCMOVNLE word ptr [r22], r27w +00000000000024D4 626c7d0c4f1e CFCMOVNLE word ptr [r22], r27w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -30668,7 +30468,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000250A 626cf90c4f1e CFCMOVNLE qword ptr [r22], r27 +00000000000024DA 626cfd0c4f1e CFCMOVNLE qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -30690,7 +30490,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002510 626c781c4f1e CFCMOVNLE eax, r27d, dword ptr [r22] +00000000000024E0 626c7c1c4f1e CFCMOVNLE eax, r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -30713,7 +30513,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002516 626c781c4fde CFCMOVNLE eax, r27d, r22d +00000000000024E6 626c7c1c4fde CFCMOVNLE eax, r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -30735,7 +30535,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000251C 626cf81c4f1e CFCMOVNLE rax, r27, qword ptr [r22] +00000000000024EC 626cfc1c4f1e CFCMOVNLE rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -30758,7 +30558,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002522 626cf81c4fde CFCMOVNLE rax, r27, r22 +00000000000024F2 626cfc1c4fde CFCMOVNLE rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -30780,7 +30580,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002528 626c791c4f1e CFCMOVNLE ax, r27w, word ptr [r22] +00000000000024F8 626c7d1c4f1e CFCMOVNLE ax, r27w, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -30803,7 +30603,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000252E 626c791c4fde CFCMOVNLE ax, r27w, r22w +00000000000024FE 626c7d1c4fde CFCMOVNLE ax, r27w, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -30825,7 +30625,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000002534 626cf91c4f1e CFCMOVNLE rax, r27, qword ptr [r22] +0000000000002504 626cfd1c4f1e CFCMOVNLE rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -30848,7 +30648,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000253A 626cf91c4fde CFCMOVNLE rax, r27, r22 +000000000000250A 626cfd1c4fde CFCMOVNLE rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -30870,7 +30670,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002540 626c7808411e CFCMOVNO r27d, dword ptr [r22] +0000000000002510 626c7c08411e CFCMOVNO r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -30892,7 +30692,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002546 626c780841de CFCMOVNO r27d, r22d +0000000000002516 626c7c0841de CFCMOVNO r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -30913,7 +30713,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000254C 626cf808411e CFCMOVNO r27, qword ptr [r22] +000000000000251C 626cfc08411e CFCMOVNO r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -30935,7 +30735,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002552 626cf80841de CFCMOVNO r27, r22 +0000000000002522 626cfc0841de CFCMOVNO r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -30956,7 +30756,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002558 626c780c41de CFCMOVNO r22d, r27d +0000000000002528 626c7c0c41de CFCMOVNO r22d, r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -30977,7 +30777,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000255E 626cf80c41de CFCMOVNO r22, r27 +000000000000252E 626cfc0c41de CFCMOVNO r22, r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -30998,7 +30798,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002564 626c780c411e CFCMOVNO dword ptr [r22], r27d +0000000000002534 626c7c0c411e CFCMOVNO dword ptr [r22], r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -31020,7 +30820,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000256A 626cf80c411e CFCMOVNO qword ptr [r22], r27 +000000000000253A 626cfc0c411e CFCMOVNO qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -31042,7 +30842,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002570 626c7908411e CFCMOVNO r27w, word ptr [r22] +0000000000002540 626c7d08411e CFCMOVNO r27w, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -31064,7 +30864,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000002576 626c790841de CFCMOVNO r27w, r22w +0000000000002546 626c7d0841de CFCMOVNO r27w, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -31085,7 +30885,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000257C 626cf908411e CFCMOVNO r27, qword ptr [r22] +000000000000254C 626cfd08411e CFCMOVNO r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -31107,7 +30907,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002582 626cf90841de CFCMOVNO r27, r22 +0000000000002552 626cfd0841de CFCMOVNO r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -31128,7 +30928,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002588 626c790c41de CFCMOVNO r22w, r27w +0000000000002558 626c7d0c41de CFCMOVNO r22w, r27w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -31149,7 +30949,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000258E 626cf90c41de CFCMOVNO r22, r27 +000000000000255E 626cfd0c41de CFCMOVNO r22, r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -31170,7 +30970,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002594 626c790c411e CFCMOVNO word ptr [r22], r27w +0000000000002564 626c7d0c411e CFCMOVNO word ptr [r22], r27w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -31192,7 +30992,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000259A 626cf90c411e CFCMOVNO qword ptr [r22], r27 +000000000000256A 626cfd0c411e CFCMOVNO qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -31214,7 +31014,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000025A0 626c781c411e CFCMOVNO eax, r27d, dword ptr [r22] +0000000000002570 626c7c1c411e CFCMOVNO eax, r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -31237,7 +31037,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000025A6 626c781c41de CFCMOVNO eax, r27d, r22d +0000000000002576 626c7c1c41de CFCMOVNO eax, r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -31259,7 +31059,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000025AC 626cf81c411e CFCMOVNO rax, r27, qword ptr [r22] +000000000000257C 626cfc1c411e CFCMOVNO rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -31282,7 +31082,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000025B2 626cf81c41de CFCMOVNO rax, r27, r22 +0000000000002582 626cfc1c41de CFCMOVNO rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -31304,7 +31104,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000025B8 626c791c411e CFCMOVNO ax, r27w, word ptr [r22] +0000000000002588 626c7d1c411e CFCMOVNO ax, r27w, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -31327,7 +31127,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000025BE 626c791c41de CFCMOVNO ax, r27w, r22w +000000000000258E 626c7d1c41de CFCMOVNO ax, r27w, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -31349,7 +31149,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000025C4 626cf91c411e CFCMOVNO rax, r27, qword ptr [r22] +0000000000002594 626cfd1c411e CFCMOVNO rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -31372,7 +31172,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000025CA 626cf91c41de CFCMOVNO rax, r27, r22 +000000000000259A 626cfd1c41de CFCMOVNO rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -31394,7 +31194,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000025D0 626c78084b1e CFCMOVNP r27d, dword ptr [r22] +00000000000025A0 626c7c084b1e CFCMOVNP r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -31416,7 +31216,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000025D6 626c78084bde CFCMOVNP r27d, r22d +00000000000025A6 626c7c084bde CFCMOVNP r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -31437,7 +31237,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000025DC 626cf8084b1e CFCMOVNP r27, qword ptr [r22] +00000000000025AC 626cfc084b1e CFCMOVNP r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -31459,7 +31259,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000025E2 626cf8084bde CFCMOVNP r27, r22 +00000000000025B2 626cfc084bde CFCMOVNP r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -31480,7 +31280,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000025E8 626c780c4bde CFCMOVNP r22d, r27d +00000000000025B8 626c7c0c4bde CFCMOVNP r22d, r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -31501,7 +31301,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000025EE 626cf80c4bde CFCMOVNP r22, r27 +00000000000025BE 626cfc0c4bde CFCMOVNP r22, r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -31522,7 +31322,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000025F4 626c780c4b1e CFCMOVNP dword ptr [r22], r27d +00000000000025C4 626c7c0c4b1e CFCMOVNP dword ptr [r22], r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -31544,7 +31344,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000025FA 626cf80c4b1e CFCMOVNP qword ptr [r22], r27 +00000000000025CA 626cfc0c4b1e CFCMOVNP qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -31566,7 +31366,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002600 626c79084b1e CFCMOVNP r27w, word ptr [r22] +00000000000025D0 626c7d084b1e CFCMOVNP r27w, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -31588,7 +31388,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000002606 626c79084bde CFCMOVNP r27w, r22w +00000000000025D6 626c7d084bde CFCMOVNP r27w, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -31609,7 +31409,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000260C 626cf9084b1e CFCMOVNP r27, qword ptr [r22] +00000000000025DC 626cfd084b1e CFCMOVNP r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -31631,7 +31431,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002612 626cf9084bde CFCMOVNP r27, r22 +00000000000025E2 626cfd084bde CFCMOVNP r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -31652,7 +31452,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002618 626c790c4bde CFCMOVNP r22w, r27w +00000000000025E8 626c7d0c4bde CFCMOVNP r22w, r27w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -31673,7 +31473,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000261E 626cf90c4bde CFCMOVNP r22, r27 +00000000000025EE 626cfd0c4bde CFCMOVNP r22, r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -31694,7 +31494,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002624 626c790c4b1e CFCMOVNP word ptr [r22], r27w +00000000000025F4 626c7d0c4b1e CFCMOVNP word ptr [r22], r27w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -31716,7 +31516,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000262A 626cf90c4b1e CFCMOVNP qword ptr [r22], r27 +00000000000025FA 626cfd0c4b1e CFCMOVNP qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -31738,7 +31538,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002630 626c781c4b1e CFCMOVNP eax, r27d, dword ptr [r22] +0000000000002600 626c7c1c4b1e CFCMOVNP eax, r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -31761,7 +31561,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002636 626c781c4bde CFCMOVNP eax, r27d, r22d +0000000000002606 626c7c1c4bde CFCMOVNP eax, r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -31783,7 +31583,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000263C 626cf81c4b1e CFCMOVNP rax, r27, qword ptr [r22] +000000000000260C 626cfc1c4b1e CFCMOVNP rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -31806,7 +31606,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002642 626cf81c4bde CFCMOVNP rax, r27, r22 +0000000000002612 626cfc1c4bde CFCMOVNP rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -31828,7 +31628,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002648 626c791c4b1e CFCMOVNP ax, r27w, word ptr [r22] +0000000000002618 626c7d1c4b1e CFCMOVNP ax, r27w, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -31851,7 +31651,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000264E 626c791c4bde CFCMOVNP ax, r27w, r22w +000000000000261E 626c7d1c4bde CFCMOVNP ax, r27w, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -31873,7 +31673,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000002654 626cf91c4b1e CFCMOVNP rax, r27, qword ptr [r22] +0000000000002624 626cfd1c4b1e CFCMOVNP rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -31896,7 +31696,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000265A 626cf91c4bde CFCMOVNP rax, r27, r22 +000000000000262A 626cfd1c4bde CFCMOVNP rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -31918,7 +31718,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002660 626c7808491e CFCMOVNS r27d, dword ptr [r22] +0000000000002630 626c7c08491e CFCMOVNS r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -31940,7 +31740,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002666 626c780849de CFCMOVNS r27d, r22d +0000000000002636 626c7c0849de CFCMOVNS r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -31961,7 +31761,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000266C 626cf808491e CFCMOVNS r27, qword ptr [r22] +000000000000263C 626cfc08491e CFCMOVNS r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -31983,7 +31783,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002672 626cf80849de CFCMOVNS r27, r22 +0000000000002642 626cfc0849de CFCMOVNS r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -32004,7 +31804,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002678 626c780c49de CFCMOVNS r22d, r27d +0000000000002648 626c7c0c49de CFCMOVNS r22d, r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -32025,7 +31825,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000267E 626cf80c49de CFCMOVNS r22, r27 +000000000000264E 626cfc0c49de CFCMOVNS r22, r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -32046,7 +31846,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002684 626c780c491e CFCMOVNS dword ptr [r22], r27d +0000000000002654 626c7c0c491e CFCMOVNS dword ptr [r22], r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -32068,7 +31868,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000268A 626cf80c491e CFCMOVNS qword ptr [r22], r27 +000000000000265A 626cfc0c491e CFCMOVNS qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -32090,7 +31890,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002690 626c7908491e CFCMOVNS r27w, word ptr [r22] +0000000000002660 626c7d08491e CFCMOVNS r27w, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -32112,7 +31912,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000002696 626c790849de CFCMOVNS r27w, r22w +0000000000002666 626c7d0849de CFCMOVNS r27w, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -32133,7 +31933,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000269C 626cf908491e CFCMOVNS r27, qword ptr [r22] +000000000000266C 626cfd08491e CFCMOVNS r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -32155,7 +31955,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000026A2 626cf90849de CFCMOVNS r27, r22 +0000000000002672 626cfd0849de CFCMOVNS r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -32176,7 +31976,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000026A8 626c790c49de CFCMOVNS r22w, r27w +0000000000002678 626c7d0c49de CFCMOVNS r22w, r27w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -32197,7 +31997,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000026AE 626cf90c49de CFCMOVNS r22, r27 +000000000000267E 626cfd0c49de CFCMOVNS r22, r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -32218,7 +32018,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000026B4 626c790c491e CFCMOVNS word ptr [r22], r27w +0000000000002684 626c7d0c491e CFCMOVNS word ptr [r22], r27w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -32240,7 +32040,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000026BA 626cf90c491e CFCMOVNS qword ptr [r22], r27 +000000000000268A 626cfd0c491e CFCMOVNS qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -32262,7 +32062,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000026C0 626c781c491e CFCMOVNS eax, r27d, dword ptr [r22] +0000000000002690 626c7c1c491e CFCMOVNS eax, r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -32285,7 +32085,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000026C6 626c781c49de CFCMOVNS eax, r27d, r22d +0000000000002696 626c7c1c49de CFCMOVNS eax, r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -32307,7 +32107,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000026CC 626cf81c491e CFCMOVNS rax, r27, qword ptr [r22] +000000000000269C 626cfc1c491e CFCMOVNS rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -32330,7 +32130,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000026D2 626cf81c49de CFCMOVNS rax, r27, r22 +00000000000026A2 626cfc1c49de CFCMOVNS rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -32352,7 +32152,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000026D8 626c791c491e CFCMOVNS ax, r27w, word ptr [r22] +00000000000026A8 626c7d1c491e CFCMOVNS ax, r27w, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -32375,7 +32175,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000026DE 626c791c49de CFCMOVNS ax, r27w, r22w +00000000000026AE 626c7d1c49de CFCMOVNS ax, r27w, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -32397,7 +32197,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000026E4 626cf91c491e CFCMOVNS rax, r27, qword ptr [r22] +00000000000026B4 626cfd1c491e CFCMOVNS rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -32420,7 +32220,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000026EA 626cf91c49de CFCMOVNS rax, r27, r22 +00000000000026BA 626cfd1c49de CFCMOVNS rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -32442,7 +32242,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000026F0 626c7808451e CFCMOVNZ r27d, dword ptr [r22] +00000000000026C0 626c7c08451e CFCMOVNZ r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -32464,7 +32264,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000026F6 626c780845de CFCMOVNZ r27d, r22d +00000000000026C6 626c7c0845de CFCMOVNZ r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -32485,7 +32285,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000026FC 626cf808451e CFCMOVNZ r27, qword ptr [r22] +00000000000026CC 626cfc08451e CFCMOVNZ r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -32507,7 +32307,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002702 626cf80845de CFCMOVNZ r27, r22 +00000000000026D2 626cfc0845de CFCMOVNZ r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -32528,7 +32328,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002708 626c780c45de CFCMOVNZ r22d, r27d +00000000000026D8 626c7c0c45de CFCMOVNZ r22d, r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -32549,7 +32349,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000270E 626cf80c45de CFCMOVNZ r22, r27 +00000000000026DE 626cfc0c45de CFCMOVNZ r22, r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -32570,7 +32370,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002714 626c780c451e CFCMOVNZ dword ptr [r22], r27d +00000000000026E4 626c7c0c451e CFCMOVNZ dword ptr [r22], r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -32592,7 +32392,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000271A 626cf80c451e CFCMOVNZ qword ptr [r22], r27 +00000000000026EA 626cfc0c451e CFCMOVNZ qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -32614,7 +32414,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002720 626c7908451e CFCMOVNZ r27w, word ptr [r22] +00000000000026F0 626c7d08451e CFCMOVNZ r27w, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -32636,7 +32436,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000002726 626c790845de CFCMOVNZ r27w, r22w +00000000000026F6 626c7d0845de CFCMOVNZ r27w, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -32657,7 +32457,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000272C 626cf908451e CFCMOVNZ r27, qword ptr [r22] +00000000000026FC 626cfd08451e CFCMOVNZ r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -32679,7 +32479,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002732 626cf90845de CFCMOVNZ r27, r22 +0000000000002702 626cfd0845de CFCMOVNZ r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -32700,7 +32500,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002738 626c790c45de CFCMOVNZ r22w, r27w +0000000000002708 626c7d0c45de CFCMOVNZ r22w, r27w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -32721,7 +32521,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000273E 626cf90c45de CFCMOVNZ r22, r27 +000000000000270E 626cfd0c45de CFCMOVNZ r22, r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -32742,7 +32542,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002744 626c790c451e CFCMOVNZ word ptr [r22], r27w +0000000000002714 626c7d0c451e CFCMOVNZ word ptr [r22], r27w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -32764,7 +32564,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000274A 626cf90c451e CFCMOVNZ qword ptr [r22], r27 +000000000000271A 626cfd0c451e CFCMOVNZ qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -32786,7 +32586,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002750 626c781c451e CFCMOVNZ eax, r27d, dword ptr [r22] +0000000000002720 626c7c1c451e CFCMOVNZ eax, r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -32809,7 +32609,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002756 626c781c45de CFCMOVNZ eax, r27d, r22d +0000000000002726 626c7c1c45de CFCMOVNZ eax, r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -32831,7 +32631,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000275C 626cf81c451e CFCMOVNZ rax, r27, qword ptr [r22] +000000000000272C 626cfc1c451e CFCMOVNZ rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -32854,7 +32654,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002762 626cf81c45de CFCMOVNZ rax, r27, r22 +0000000000002732 626cfc1c45de CFCMOVNZ rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -32876,7 +32676,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002768 626c791c451e CFCMOVNZ ax, r27w, word ptr [r22] +0000000000002738 626c7d1c451e CFCMOVNZ ax, r27w, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -32899,7 +32699,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000276E 626c791c45de CFCMOVNZ ax, r27w, r22w +000000000000273E 626c7d1c45de CFCMOVNZ ax, r27w, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -32921,7 +32721,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000002774 626cf91c451e CFCMOVNZ rax, r27, qword ptr [r22] +0000000000002744 626cfd1c451e CFCMOVNZ rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -32944,7 +32744,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000277A 626cf91c45de CFCMOVNZ rax, r27, r22 +000000000000274A 626cfd1c45de CFCMOVNZ rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -32966,7 +32766,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002780 626c7808401e CFCMOVO r27d, dword ptr [r22] +0000000000002750 626c7c08401e CFCMOVO r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -32988,7 +32788,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002786 626c780840de CFCMOVO r27d, r22d +0000000000002756 626c7c0840de CFCMOVO r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -33009,7 +32809,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000278C 626cf808401e CFCMOVO r27, qword ptr [r22] +000000000000275C 626cfc08401e CFCMOVO r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -33031,7 +32831,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002792 626cf80840de CFCMOVO r27, r22 +0000000000002762 626cfc0840de CFCMOVO r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -33052,7 +32852,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002798 626c780c40de CFCMOVO r22d, r27d +0000000000002768 626c7c0c40de CFCMOVO r22d, r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -33073,7 +32873,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000279E 626cf80c40de CFCMOVO r22, r27 +000000000000276E 626cfc0c40de CFCMOVO r22, r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -33094,7 +32894,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000027A4 626c780c401e CFCMOVO dword ptr [r22], r27d +0000000000002774 626c7c0c401e CFCMOVO dword ptr [r22], r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -33116,7 +32916,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000027AA 626cf80c401e CFCMOVO qword ptr [r22], r27 +000000000000277A 626cfc0c401e CFCMOVO qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -33138,7 +32938,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000027B0 626c7908401e CFCMOVO r27w, word ptr [r22] +0000000000002780 626c7d08401e CFCMOVO r27w, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -33160,7 +32960,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000027B6 626c790840de CFCMOVO r27w, r22w +0000000000002786 626c7d0840de CFCMOVO r27w, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -33181,7 +32981,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000027BC 626cf908401e CFCMOVO r27, qword ptr [r22] +000000000000278C 626cfd08401e CFCMOVO r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -33203,7 +33003,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000027C2 626cf90840de CFCMOVO r27, r22 +0000000000002792 626cfd0840de CFCMOVO r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -33224,7 +33024,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000027C8 626c790c40de CFCMOVO r22w, r27w +0000000000002798 626c7d0c40de CFCMOVO r22w, r27w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -33245,7 +33045,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000027CE 626cf90c40de CFCMOVO r22, r27 +000000000000279E 626cfd0c40de CFCMOVO r22, r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -33266,7 +33066,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000027D4 626c790c401e CFCMOVO word ptr [r22], r27w +00000000000027A4 626c7d0c401e CFCMOVO word ptr [r22], r27w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -33288,7 +33088,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000027DA 626cf90c401e CFCMOVO qword ptr [r22], r27 +00000000000027AA 626cfd0c401e CFCMOVO qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -33310,7 +33110,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000027E0 626c781c401e CFCMOVO eax, r27d, dword ptr [r22] +00000000000027B0 626c7c1c401e CFCMOVO eax, r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -33333,7 +33133,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000027E6 626c781c40de CFCMOVO eax, r27d, r22d +00000000000027B6 626c7c1c40de CFCMOVO eax, r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -33355,7 +33155,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000027EC 626cf81c401e CFCMOVO rax, r27, qword ptr [r22] +00000000000027BC 626cfc1c401e CFCMOVO rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -33378,7 +33178,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000027F2 626cf81c40de CFCMOVO rax, r27, r22 +00000000000027C2 626cfc1c40de CFCMOVO rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -33400,7 +33200,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000027F8 626c791c401e CFCMOVO ax, r27w, word ptr [r22] +00000000000027C8 626c7d1c401e CFCMOVO ax, r27w, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -33423,7 +33223,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000027FE 626c791c40de CFCMOVO ax, r27w, r22w +00000000000027CE 626c7d1c40de CFCMOVO ax, r27w, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -33445,7 +33245,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000002804 626cf91c401e CFCMOVO rax, r27, qword ptr [r22] +00000000000027D4 626cfd1c401e CFCMOVO rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -33468,7 +33268,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000280A 626cf91c40de CFCMOVO rax, r27, r22 +00000000000027DA 626cfd1c40de CFCMOVO rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -33490,7 +33290,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002810 626c78084a1e CFCMOVP r27d, dword ptr [r22] +00000000000027E0 626c7c084a1e CFCMOVP r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -33512,7 +33312,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002816 626c78084ade CFCMOVP r27d, r22d +00000000000027E6 626c7c084ade CFCMOVP r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -33533,7 +33333,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000281C 626cf8084a1e CFCMOVP r27, qword ptr [r22] +00000000000027EC 626cfc084a1e CFCMOVP r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -33555,7 +33355,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002822 626cf8084ade CFCMOVP r27, r22 +00000000000027F2 626cfc084ade CFCMOVP r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -33576,7 +33376,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002828 626c780c4ade CFCMOVP r22d, r27d +00000000000027F8 626c7c0c4ade CFCMOVP r22d, r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -33597,7 +33397,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000282E 626cf80c4ade CFCMOVP r22, r27 +00000000000027FE 626cfc0c4ade CFCMOVP r22, r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -33618,7 +33418,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002834 626c780c4a1e CFCMOVP dword ptr [r22], r27d +0000000000002804 626c7c0c4a1e CFCMOVP dword ptr [r22], r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -33640,7 +33440,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000283A 626cf80c4a1e CFCMOVP qword ptr [r22], r27 +000000000000280A 626cfc0c4a1e CFCMOVP qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -33662,7 +33462,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002840 626c79084a1e CFCMOVP r27w, word ptr [r22] +0000000000002810 626c7d084a1e CFCMOVP r27w, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -33684,7 +33484,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000002846 626c79084ade CFCMOVP r27w, r22w +0000000000002816 626c7d084ade CFCMOVP r27w, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -33705,7 +33505,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000284C 626cf9084a1e CFCMOVP r27, qword ptr [r22] +000000000000281C 626cfd084a1e CFCMOVP r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -33727,7 +33527,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002852 626cf9084ade CFCMOVP r27, r22 +0000000000002822 626cfd084ade CFCMOVP r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -33748,7 +33548,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002858 626c790c4ade CFCMOVP r22w, r27w +0000000000002828 626c7d0c4ade CFCMOVP r22w, r27w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -33769,7 +33569,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000285E 626cf90c4ade CFCMOVP r22, r27 +000000000000282E 626cfd0c4ade CFCMOVP r22, r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -33790,7 +33590,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002864 626c790c4a1e CFCMOVP word ptr [r22], r27w +0000000000002834 626c7d0c4a1e CFCMOVP word ptr [r22], r27w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -33812,7 +33612,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000286A 626cf90c4a1e CFCMOVP qword ptr [r22], r27 +000000000000283A 626cfd0c4a1e CFCMOVP qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -33834,7 +33634,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002870 626c781c4a1e CFCMOVP eax, r27d, dword ptr [r22] +0000000000002840 626c7c1c4a1e CFCMOVP eax, r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -33857,7 +33657,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002876 626c781c4ade CFCMOVP eax, r27d, r22d +0000000000002846 626c7c1c4ade CFCMOVP eax, r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -33879,7 +33679,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000287C 626cf81c4a1e CFCMOVP rax, r27, qword ptr [r22] +000000000000284C 626cfc1c4a1e CFCMOVP rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -33902,7 +33702,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002882 626cf81c4ade CFCMOVP rax, r27, r22 +0000000000002852 626cfc1c4ade CFCMOVP rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -33924,7 +33724,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002888 626c791c4a1e CFCMOVP ax, r27w, word ptr [r22] +0000000000002858 626c7d1c4a1e CFCMOVP ax, r27w, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -33947,7 +33747,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000288E 626c791c4ade CFCMOVP ax, r27w, r22w +000000000000285E 626c7d1c4ade CFCMOVP ax, r27w, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -33969,7 +33769,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000002894 626cf91c4a1e CFCMOVP rax, r27, qword ptr [r22] +0000000000002864 626cfd1c4a1e CFCMOVP rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -33992,7 +33792,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000289A 626cf91c4ade CFCMOVP rax, r27, r22 +000000000000286A 626cfd1c4ade CFCMOVP rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -34014,7 +33814,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000028A0 626c7808481e CFCMOVS r27d, dword ptr [r22] +0000000000002870 626c7c08481e CFCMOVS r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -34036,7 +33836,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000028A6 626c780848de CFCMOVS r27d, r22d +0000000000002876 626c7c0848de CFCMOVS r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -34057,7 +33857,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000028AC 626cf808481e CFCMOVS r27, qword ptr [r22] +000000000000287C 626cfc08481e CFCMOVS r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -34079,7 +33879,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000028B2 626cf80848de CFCMOVS r27, r22 +0000000000002882 626cfc0848de CFCMOVS r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -34100,7 +33900,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000028B8 626c780c48de CFCMOVS r22d, r27d +0000000000002888 626c7c0c48de CFCMOVS r22d, r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -34121,7 +33921,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000028BE 626cf80c48de CFCMOVS r22, r27 +000000000000288E 626cfc0c48de CFCMOVS r22, r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -34142,7 +33942,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000028C4 626c780c481e CFCMOVS dword ptr [r22], r27d +0000000000002894 626c7c0c481e CFCMOVS dword ptr [r22], r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -34164,7 +33964,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000028CA 626cf80c481e CFCMOVS qword ptr [r22], r27 +000000000000289A 626cfc0c481e CFCMOVS qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -34186,7 +33986,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000028D0 626c7908481e CFCMOVS r27w, word ptr [r22] +00000000000028A0 626c7d08481e CFCMOVS r27w, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -34208,7 +34008,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000028D6 626c790848de CFCMOVS r27w, r22w +00000000000028A6 626c7d0848de CFCMOVS r27w, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -34229,7 +34029,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000028DC 626cf908481e CFCMOVS r27, qword ptr [r22] +00000000000028AC 626cfd08481e CFCMOVS r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -34251,7 +34051,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000028E2 626cf90848de CFCMOVS r27, r22 +00000000000028B2 626cfd0848de CFCMOVS r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -34272,7 +34072,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000028E8 626c790c48de CFCMOVS r22w, r27w +00000000000028B8 626c7d0c48de CFCMOVS r22w, r27w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -34293,7 +34093,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000028EE 626cf90c48de CFCMOVS r22, r27 +00000000000028BE 626cfd0c48de CFCMOVS r22, r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -34314,7 +34114,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000028F4 626c790c481e CFCMOVS word ptr [r22], r27w +00000000000028C4 626c7d0c481e CFCMOVS word ptr [r22], r27w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -34336,7 +34136,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000028FA 626cf90c481e CFCMOVS qword ptr [r22], r27 +00000000000028CA 626cfd0c481e CFCMOVS qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -34358,7 +34158,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002900 626c781c481e CFCMOVS eax, r27d, dword ptr [r22] +00000000000028D0 626c7c1c481e CFCMOVS eax, r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -34381,7 +34181,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002906 626c781c48de CFCMOVS eax, r27d, r22d +00000000000028D6 626c7c1c48de CFCMOVS eax, r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -34403,7 +34203,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000290C 626cf81c481e CFCMOVS rax, r27, qword ptr [r22] +00000000000028DC 626cfc1c481e CFCMOVS rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -34426,7 +34226,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002912 626cf81c48de CFCMOVS rax, r27, r22 +00000000000028E2 626cfc1c48de CFCMOVS rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -34448,7 +34248,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002918 626c791c481e CFCMOVS ax, r27w, word ptr [r22] +00000000000028E8 626c7d1c481e CFCMOVS ax, r27w, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -34471,7 +34271,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000291E 626c791c48de CFCMOVS ax, r27w, r22w +00000000000028EE 626c7d1c48de CFCMOVS ax, r27w, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -34493,7 +34293,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000002924 626cf91c481e CFCMOVS rax, r27, qword ptr [r22] +00000000000028F4 626cfd1c481e CFCMOVS rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -34516,7 +34316,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000292A 626cf91c48de CFCMOVS rax, r27, r22 +00000000000028FA 626cfd1c48de CFCMOVS rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -34538,7 +34338,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002930 626c7808441e CFCMOVZ r27d, dword ptr [r22] +0000000000002900 626c7c08441e CFCMOVZ r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -34560,7 +34360,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002936 626c780844de CFCMOVZ r27d, r22d +0000000000002906 626c7c0844de CFCMOVZ r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -34581,7 +34381,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000293C 626cf808441e CFCMOVZ r27, qword ptr [r22] +000000000000290C 626cfc08441e CFCMOVZ r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -34603,7 +34403,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002942 626cf80844de CFCMOVZ r27, r22 +0000000000002912 626cfc0844de CFCMOVZ r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -34624,7 +34424,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002948 626c780c44de CFCMOVZ r22d, r27d +0000000000002918 626c7c0c44de CFCMOVZ r22d, r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -34645,7 +34445,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000294E 626cf80c44de CFCMOVZ r22, r27 +000000000000291E 626cfc0c44de CFCMOVZ r22, r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -34666,7 +34466,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002954 626c780c441e CFCMOVZ dword ptr [r22], r27d +0000000000002924 626c7c0c441e CFCMOVZ dword ptr [r22], r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -34688,7 +34488,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000295A 626cf80c441e CFCMOVZ qword ptr [r22], r27 +000000000000292A 626cfc0c441e CFCMOVZ qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -34710,7 +34510,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002960 626c7908441e CFCMOVZ r27w, word ptr [r22] +0000000000002930 626c7d08441e CFCMOVZ r27w, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -34732,7 +34532,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000002966 626c790844de CFCMOVZ r27w, r22w +0000000000002936 626c7d0844de CFCMOVZ r27w, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -34753,7 +34553,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000296C 626cf908441e CFCMOVZ r27, qword ptr [r22] +000000000000293C 626cfd08441e CFCMOVZ r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -34775,7 +34575,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002972 626cf90844de CFCMOVZ r27, r22 +0000000000002942 626cfd0844de CFCMOVZ r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -34796,7 +34596,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002978 626c790c44de CFCMOVZ r22w, r27w +0000000000002948 626c7d0c44de CFCMOVZ r22w, r27w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -34817,7 +34617,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000297E 626cf90c44de CFCMOVZ r22, r27 +000000000000294E 626cfd0c44de CFCMOVZ r22, r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -34838,7 +34638,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002984 626c790c441e CFCMOVZ word ptr [r22], r27w +0000000000002954 626c7d0c441e CFCMOVZ word ptr [r22], r27w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -34860,7 +34660,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000298A 626cf90c441e CFCMOVZ qword ptr [r22], r27 +000000000000295A 626cfd0c441e CFCMOVZ qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -34882,7 +34682,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002990 626c781c441e CFCMOVZ eax, r27d, dword ptr [r22] +0000000000002960 626c7c1c441e CFCMOVZ eax, r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -34905,7 +34705,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002996 626c781c44de CFCMOVZ eax, r27d, r22d +0000000000002966 626c7c1c44de CFCMOVZ eax, r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -34927,7 +34727,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000299C 626cf81c441e CFCMOVZ rax, r27, qword ptr [r22] +000000000000296C 626cfc1c441e CFCMOVZ rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -34950,7 +34750,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000029A2 626cf81c44de CFCMOVZ rax, r27, r22 +0000000000002972 626cfc1c44de CFCMOVZ rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -34972,7 +34772,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000029A8 626c791c441e CFCMOVZ ax, r27w, word ptr [r22] +0000000000002978 626c7d1c441e CFCMOVZ ax, r27w, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -34995,7 +34795,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000029AE 626c791c44de CFCMOVZ ax, r27w, r22w +000000000000297E 626c7d1c44de CFCMOVZ ax, r27w, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -35017,7 +34817,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000029B4 626cf91c441e CFCMOVZ rax, r27, qword ptr [r22] +0000000000002984 626cfd1c441e CFCMOVZ rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -35040,7 +34840,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000029BA 626cf91c44de CFCMOVZ rax, r27, r22 +000000000000298A 626cfd1c44de CFCMOVZ rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -35062,7 +34862,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000029C0 626c7818461e CMOVBE eax, r27d, dword ptr [r22] +0000000000002990 626c7c18461e CMOVBE eax, r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -35085,7 +34885,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000029C6 626c781846de CMOVBE eax, r27d, r22d +0000000000002996 626c7c1846de CMOVBE eax, r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -35107,7 +34907,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000029CC 626cf818461e CMOVBE rax, r27, qword ptr [r22] +000000000000299C 626cfc18461e CMOVBE rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -35130,7 +34930,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000029D2 626cf81846de CMOVBE rax, r27, r22 +00000000000029A2 626cfc1846de CMOVBE rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -35152,7 +34952,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000029D8 626c7918461e CMOVBE ax, r27w, word ptr [r22] +00000000000029A8 626c7d18461e CMOVBE ax, r27w, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -35175,7 +34975,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000029DE 626c791846de CMOVBE ax, r27w, r22w +00000000000029AE 626c7d1846de CMOVBE ax, r27w, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -35197,7 +34997,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000029E4 626cf918461e CMOVBE rax, r27, qword ptr [r22] +00000000000029B4 626cfd18461e CMOVBE rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -35220,7 +35020,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000029EA 626cf91846de CMOVBE rax, r27, r22 +00000000000029BA 626cfd1846de CMOVBE rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -35242,7 +35042,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000029F0 626c7818421e CMOVC eax, r27d, dword ptr [r22] +00000000000029C0 626c7c18421e CMOVC eax, r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -35265,7 +35065,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000029F6 626c781842de CMOVC eax, r27d, r22d +00000000000029C6 626c7c1842de CMOVC eax, r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -35287,7 +35087,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000029FC 626cf818421e CMOVC rax, r27, qword ptr [r22] +00000000000029CC 626cfc18421e CMOVC rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -35310,7 +35110,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002A02 626cf81842de CMOVC rax, r27, r22 +00000000000029D2 626cfc1842de CMOVC rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -35332,7 +35132,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002A08 626c7918421e CMOVC ax, r27w, word ptr [r22] +00000000000029D8 626c7d18421e CMOVC ax, r27w, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -35355,7 +35155,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000002A0E 626c791842de CMOVC ax, r27w, r22w +00000000000029DE 626c7d1842de CMOVC ax, r27w, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -35377,7 +35177,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000002A14 626cf918421e CMOVC rax, r27, qword ptr [r22] +00000000000029E4 626cfd18421e CMOVC rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -35400,7 +35200,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002A1A 626cf91842de CMOVC rax, r27, r22 +00000000000029EA 626cfd1842de CMOVC rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -35422,7 +35222,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002A20 626c78184c1e CMOVL eax, r27d, dword ptr [r22] +00000000000029F0 626c7c184c1e CMOVL eax, r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -35445,7 +35245,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002A26 626c78184cde CMOVL eax, r27d, r22d +00000000000029F6 626c7c184cde CMOVL eax, r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -35467,7 +35267,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002A2C 626cf8184c1e CMOVL rax, r27, qword ptr [r22] +00000000000029FC 626cfc184c1e CMOVL rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -35490,7 +35290,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002A32 626cf8184cde CMOVL rax, r27, r22 +0000000000002A02 626cfc184cde CMOVL rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -35512,7 +35312,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002A38 626c79184c1e CMOVL ax, r27w, word ptr [r22] +0000000000002A08 626c7d184c1e CMOVL ax, r27w, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -35535,7 +35335,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000002A3E 626c79184cde CMOVL ax, r27w, r22w +0000000000002A0E 626c7d184cde CMOVL ax, r27w, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -35557,7 +35357,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000002A44 626cf9184c1e CMOVL rax, r27, qword ptr [r22] +0000000000002A14 626cfd184c1e CMOVL rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -35580,7 +35380,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002A4A 626cf9184cde CMOVL rax, r27, r22 +0000000000002A1A 626cfd184cde CMOVL rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -35602,7 +35402,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002A50 626c78184e1e CMOVLE eax, r27d, dword ptr [r22] +0000000000002A20 626c7c184e1e CMOVLE eax, r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -35625,7 +35425,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002A56 626c78184ede CMOVLE eax, r27d, r22d +0000000000002A26 626c7c184ede CMOVLE eax, r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -35647,7 +35447,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002A5C 626cf8184e1e CMOVLE rax, r27, qword ptr [r22] +0000000000002A2C 626cfc184e1e CMOVLE rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -35670,7 +35470,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002A62 626cf8184ede CMOVLE rax, r27, r22 +0000000000002A32 626cfc184ede CMOVLE rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -35692,7 +35492,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002A68 626c79184e1e CMOVLE ax, r27w, word ptr [r22] +0000000000002A38 626c7d184e1e CMOVLE ax, r27w, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -35715,7 +35515,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000002A6E 626c79184ede CMOVLE ax, r27w, r22w +0000000000002A3E 626c7d184ede CMOVLE ax, r27w, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -35737,7 +35537,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000002A74 626cf9184e1e CMOVLE rax, r27, qword ptr [r22] +0000000000002A44 626cfd184e1e CMOVLE rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -35760,7 +35560,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002A7A 626cf9184ede CMOVLE rax, r27, r22 +0000000000002A4A 626cfd184ede CMOVLE rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -35782,7 +35582,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002A80 626c7818471e CMOVNBE eax, r27d, dword ptr [r22] +0000000000002A50 626c7c18471e CMOVNBE eax, r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -35805,7 +35605,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002A86 626c781847de CMOVNBE eax, r27d, r22d +0000000000002A56 626c7c1847de CMOVNBE eax, r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -35827,7 +35627,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002A8C 626cf818471e CMOVNBE rax, r27, qword ptr [r22] +0000000000002A5C 626cfc18471e CMOVNBE rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -35850,7 +35650,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002A92 626cf81847de CMOVNBE rax, r27, r22 +0000000000002A62 626cfc1847de CMOVNBE rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -35872,7 +35672,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002A98 626c7918471e CMOVNBE ax, r27w, word ptr [r22] +0000000000002A68 626c7d18471e CMOVNBE ax, r27w, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -35895,7 +35695,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000002A9E 626c791847de CMOVNBE ax, r27w, r22w +0000000000002A6E 626c7d1847de CMOVNBE ax, r27w, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -35917,7 +35717,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000002AA4 626cf918471e CMOVNBE rax, r27, qword ptr [r22] +0000000000002A74 626cfd18471e CMOVNBE rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -35940,7 +35740,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002AAA 626cf91847de CMOVNBE rax, r27, r22 +0000000000002A7A 626cfd1847de CMOVNBE rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -35962,7 +35762,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002AB0 626c7818431e CMOVNC eax, r27d, dword ptr [r22] +0000000000002A80 626c7c18431e CMOVNC eax, r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -35985,7 +35785,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002AB6 626c781843de CMOVNC eax, r27d, r22d +0000000000002A86 626c7c1843de CMOVNC eax, r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -36007,7 +35807,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002ABC 626cf818431e CMOVNC rax, r27, qword ptr [r22] +0000000000002A8C 626cfc18431e CMOVNC rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -36030,7 +35830,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002AC2 626cf81843de CMOVNC rax, r27, r22 +0000000000002A92 626cfc1843de CMOVNC rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -36052,7 +35852,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002AC8 626c7918431e CMOVNC ax, r27w, word ptr [r22] +0000000000002A98 626c7d18431e CMOVNC ax, r27w, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -36075,7 +35875,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000002ACE 626c791843de CMOVNC ax, r27w, r22w +0000000000002A9E 626c7d1843de CMOVNC ax, r27w, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -36097,7 +35897,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000002AD4 626cf918431e CMOVNC rax, r27, qword ptr [r22] +0000000000002AA4 626cfd18431e CMOVNC rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -36120,7 +35920,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002ADA 626cf91843de CMOVNC rax, r27, r22 +0000000000002AAA 626cfd1843de CMOVNC rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -36142,7 +35942,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002AE0 626c78184d1e CMOVNL eax, r27d, dword ptr [r22] +0000000000002AB0 626c7c184d1e CMOVNL eax, r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -36165,7 +35965,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002AE6 626c78184dde CMOVNL eax, r27d, r22d +0000000000002AB6 626c7c184dde CMOVNL eax, r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -36187,7 +35987,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002AEC 626cf8184d1e CMOVNL rax, r27, qword ptr [r22] +0000000000002ABC 626cfc184d1e CMOVNL rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -36210,7 +36010,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002AF2 626cf8184dde CMOVNL rax, r27, r22 +0000000000002AC2 626cfc184dde CMOVNL rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -36232,7 +36032,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002AF8 626c79184d1e CMOVNL ax, r27w, word ptr [r22] +0000000000002AC8 626c7d184d1e CMOVNL ax, r27w, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -36255,7 +36055,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000002AFE 626c79184dde CMOVNL ax, r27w, r22w +0000000000002ACE 626c7d184dde CMOVNL ax, r27w, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -36277,7 +36077,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000002B04 626cf9184d1e CMOVNL rax, r27, qword ptr [r22] +0000000000002AD4 626cfd184d1e CMOVNL rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -36300,7 +36100,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002B0A 626cf9184dde CMOVNL rax, r27, r22 +0000000000002ADA 626cfd184dde CMOVNL rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -36322,7 +36122,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002B10 626c78184f1e CMOVNLE eax, r27d, dword ptr [r22] +0000000000002AE0 626c7c184f1e CMOVNLE eax, r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -36345,7 +36145,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002B16 626c78184fde CMOVNLE eax, r27d, r22d +0000000000002AE6 626c7c184fde CMOVNLE eax, r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -36367,7 +36167,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002B1C 626cf8184f1e CMOVNLE rax, r27, qword ptr [r22] +0000000000002AEC 626cfc184f1e CMOVNLE rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -36390,7 +36190,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002B22 626cf8184fde CMOVNLE rax, r27, r22 +0000000000002AF2 626cfc184fde CMOVNLE rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -36412,7 +36212,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002B28 626c79184f1e CMOVNLE ax, r27w, word ptr [r22] +0000000000002AF8 626c7d184f1e CMOVNLE ax, r27w, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -36435,7 +36235,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000002B2E 626c79184fde CMOVNLE ax, r27w, r22w +0000000000002AFE 626c7d184fde CMOVNLE ax, r27w, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -36457,7 +36257,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000002B34 626cf9184f1e CMOVNLE rax, r27, qword ptr [r22] +0000000000002B04 626cfd184f1e CMOVNLE rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -36480,7 +36280,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002B3A 626cf9184fde CMOVNLE rax, r27, r22 +0000000000002B0A 626cfd184fde CMOVNLE rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -36502,7 +36302,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002B40 626c7818411e CMOVNO eax, r27d, dword ptr [r22] +0000000000002B10 626c7c18411e CMOVNO eax, r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -36525,7 +36325,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002B46 626c781841de CMOVNO eax, r27d, r22d +0000000000002B16 626c7c1841de CMOVNO eax, r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -36547,7 +36347,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002B4C 626cf818411e CMOVNO rax, r27, qword ptr [r22] +0000000000002B1C 626cfc18411e CMOVNO rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -36570,7 +36370,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002B52 626cf81841de CMOVNO rax, r27, r22 +0000000000002B22 626cfc1841de CMOVNO rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -36592,7 +36392,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002B58 626c7918411e CMOVNO ax, r27w, word ptr [r22] +0000000000002B28 626c7d18411e CMOVNO ax, r27w, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -36615,7 +36415,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000002B5E 626c791841de CMOVNO ax, r27w, r22w +0000000000002B2E 626c7d1841de CMOVNO ax, r27w, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -36637,7 +36437,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000002B64 626cf918411e CMOVNO rax, r27, qword ptr [r22] +0000000000002B34 626cfd18411e CMOVNO rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -36660,7 +36460,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002B6A 626cf91841de CMOVNO rax, r27, r22 +0000000000002B3A 626cfd1841de CMOVNO rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -36682,7 +36482,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002B70 626c78184b1e CMOVNP eax, r27d, dword ptr [r22] +0000000000002B40 626c7c184b1e CMOVNP eax, r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -36705,7 +36505,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002B76 626c78184bde CMOVNP eax, r27d, r22d +0000000000002B46 626c7c184bde CMOVNP eax, r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -36727,7 +36527,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002B7C 626cf8184b1e CMOVNP rax, r27, qword ptr [r22] +0000000000002B4C 626cfc184b1e CMOVNP rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -36750,7 +36550,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002B82 626cf8184bde CMOVNP rax, r27, r22 +0000000000002B52 626cfc184bde CMOVNP rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -36772,7 +36572,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002B88 626c79184b1e CMOVNP ax, r27w, word ptr [r22] +0000000000002B58 626c7d184b1e CMOVNP ax, r27w, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -36795,7 +36595,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000002B8E 626c79184bde CMOVNP ax, r27w, r22w +0000000000002B5E 626c7d184bde CMOVNP ax, r27w, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -36817,7 +36617,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000002B94 626cf9184b1e CMOVNP rax, r27, qword ptr [r22] +0000000000002B64 626cfd184b1e CMOVNP rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -36840,7 +36640,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002B9A 626cf9184bde CMOVNP rax, r27, r22 +0000000000002B6A 626cfd184bde CMOVNP rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -36862,7 +36662,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002BA0 626c7818491e CMOVNS eax, r27d, dword ptr [r22] +0000000000002B70 626c7c18491e CMOVNS eax, r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -36885,7 +36685,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002BA6 626c781849de CMOVNS eax, r27d, r22d +0000000000002B76 626c7c1849de CMOVNS eax, r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -36907,7 +36707,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002BAC 626cf818491e CMOVNS rax, r27, qword ptr [r22] +0000000000002B7C 626cfc18491e CMOVNS rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -36930,7 +36730,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002BB2 626cf81849de CMOVNS rax, r27, r22 +0000000000002B82 626cfc1849de CMOVNS rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -36952,7 +36752,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002BB8 626c7918491e CMOVNS ax, r27w, word ptr [r22] +0000000000002B88 626c7d18491e CMOVNS ax, r27w, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -36975,7 +36775,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000002BBE 626c791849de CMOVNS ax, r27w, r22w +0000000000002B8E 626c7d1849de CMOVNS ax, r27w, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -36997,7 +36797,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000002BC4 626cf918491e CMOVNS rax, r27, qword ptr [r22] +0000000000002B94 626cfd18491e CMOVNS rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -37020,7 +36820,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002BCA 626cf91849de CMOVNS rax, r27, r22 +0000000000002B9A 626cfd1849de CMOVNS rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -37042,7 +36842,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002BD0 626c7818451e CMOVNZ eax, r27d, dword ptr [r22] +0000000000002BA0 626c7c18451e CMOVNZ eax, r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -37065,7 +36865,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002BD6 626c781845de CMOVNZ eax, r27d, r22d +0000000000002BA6 626c7c1845de CMOVNZ eax, r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -37087,7 +36887,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002BDC 626cf818451e CMOVNZ rax, r27, qword ptr [r22] +0000000000002BAC 626cfc18451e CMOVNZ rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -37110,7 +36910,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002BE2 626cf81845de CMOVNZ rax, r27, r22 +0000000000002BB2 626cfc1845de CMOVNZ rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -37132,7 +36932,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002BE8 626c7918451e CMOVNZ ax, r27w, word ptr [r22] +0000000000002BB8 626c7d18451e CMOVNZ ax, r27w, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -37155,7 +36955,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000002BEE 626c791845de CMOVNZ ax, r27w, r22w +0000000000002BBE 626c7d1845de CMOVNZ ax, r27w, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -37177,7 +36977,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000002BF4 626cf918451e CMOVNZ rax, r27, qword ptr [r22] +0000000000002BC4 626cfd18451e CMOVNZ rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -37200,7 +37000,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002BFA 626cf91845de CMOVNZ rax, r27, r22 +0000000000002BCA 626cfd1845de CMOVNZ rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -37222,7 +37022,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002C00 626c7818401e CMOVO eax, r27d, dword ptr [r22] +0000000000002BD0 626c7c18401e CMOVO eax, r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -37245,7 +37045,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002C06 626c781840de CMOVO eax, r27d, r22d +0000000000002BD6 626c7c1840de CMOVO eax, r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -37267,7 +37067,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002C0C 626cf818401e CMOVO rax, r27, qword ptr [r22] +0000000000002BDC 626cfc18401e CMOVO rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -37290,7 +37090,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002C12 626cf81840de CMOVO rax, r27, r22 +0000000000002BE2 626cfc1840de CMOVO rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -37312,7 +37112,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002C18 626c7918401e CMOVO ax, r27w, word ptr [r22] +0000000000002BE8 626c7d18401e CMOVO ax, r27w, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -37335,7 +37135,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000002C1E 626c791840de CMOVO ax, r27w, r22w +0000000000002BEE 626c7d1840de CMOVO ax, r27w, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -37357,7 +37157,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000002C24 626cf918401e CMOVO rax, r27, qword ptr [r22] +0000000000002BF4 626cfd18401e CMOVO rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -37380,7 +37180,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002C2A 626cf91840de CMOVO rax, r27, r22 +0000000000002BFA 626cfd1840de CMOVO rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -37402,7 +37202,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002C30 626c78184a1e CMOVP eax, r27d, dword ptr [r22] +0000000000002C00 626c7c184a1e CMOVP eax, r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -37425,7 +37225,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002C36 626c78184ade CMOVP eax, r27d, r22d +0000000000002C06 626c7c184ade CMOVP eax, r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -37447,7 +37247,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002C3C 626cf8184a1e CMOVP rax, r27, qword ptr [r22] +0000000000002C0C 626cfc184a1e CMOVP rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -37470,7 +37270,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002C42 626cf8184ade CMOVP rax, r27, r22 +0000000000002C12 626cfc184ade CMOVP rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -37492,7 +37292,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002C48 626c79184a1e CMOVP ax, r27w, word ptr [r22] +0000000000002C18 626c7d184a1e CMOVP ax, r27w, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -37515,7 +37315,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000002C4E 626c79184ade CMOVP ax, r27w, r22w +0000000000002C1E 626c7d184ade CMOVP ax, r27w, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -37537,7 +37337,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000002C54 626cf9184a1e CMOVP rax, r27, qword ptr [r22] +0000000000002C24 626cfd184a1e CMOVP rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -37560,7 +37360,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002C5A 626cf9184ade CMOVP rax, r27, r22 +0000000000002C2A 626cfd184ade CMOVP rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -37582,7 +37382,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002C60 626c7818481e CMOVS eax, r27d, dword ptr [r22] +0000000000002C30 626c7c18481e CMOVS eax, r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -37605,7 +37405,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002C66 626c781848de CMOVS eax, r27d, r22d +0000000000002C36 626c7c1848de CMOVS eax, r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -37627,7 +37427,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002C6C 626cf818481e CMOVS rax, r27, qword ptr [r22] +0000000000002C3C 626cfc18481e CMOVS rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -37650,7 +37450,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002C72 626cf81848de CMOVS rax, r27, r22 +0000000000002C42 626cfc1848de CMOVS rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -37672,7 +37472,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002C78 626c7918481e CMOVS ax, r27w, word ptr [r22] +0000000000002C48 626c7d18481e CMOVS ax, r27w, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -37695,7 +37495,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000002C7E 626c791848de CMOVS ax, r27w, r22w +0000000000002C4E 626c7d1848de CMOVS ax, r27w, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -37717,7 +37517,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000002C84 626cf918481e CMOVS rax, r27, qword ptr [r22] +0000000000002C54 626cfd18481e CMOVS rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -37740,7 +37540,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002C8A 626cf91848de CMOVS rax, r27, r22 +0000000000002C5A 626cfd1848de CMOVS rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -37762,7 +37562,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002C90 626c7818441e CMOVZ eax, r27d, dword ptr [r22] +0000000000002C60 626c7c18441e CMOVZ eax, r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -37785,7 +37585,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002C96 626c781844de CMOVZ eax, r27d, r22d +0000000000002C66 626c7c1844de CMOVZ eax, r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -37807,7 +37607,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002C9C 626cf818441e CMOVZ rax, r27, qword ptr [r22] +0000000000002C6C 626cfc18441e CMOVZ rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -37830,7 +37630,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002CA2 626cf81844de CMOVZ rax, r27, r22 +0000000000002C72 626cfc1844de CMOVZ rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -37852,7 +37652,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002CA8 626c7918441e CMOVZ ax, r27w, word ptr [r22] +0000000000002C78 626c7d18441e CMOVZ ax, r27w, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -37875,7 +37675,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000002CAE 626c791844de CMOVZ ax, r27w, r22w +0000000000002C7E 626c7d1844de CMOVZ ax, r27w, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -37897,7 +37697,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000002CB4 626cf918441e CMOVZ rax, r27, qword ptr [r22] +0000000000002C84 626cfd18441e CMOVZ rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -37920,7 +37720,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002CBA 626cf91844de CMOVZ rax, r27, r22 +0000000000002C8A 626cfd1844de CMOVZ rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -37942,7 +37742,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002CC0 62fa7908e61e CMPBEXADD dword ptr [r22], ebx, eax +0000000000002C90 62fa7d08e61e CMPBEXADD dword ptr [r22], ebx, eax DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: CMPCCXADD, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -37965,7 +37765,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: V, RegType: General Purpose, RegSize: 4, RegId: 0, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002CC6 62faf908e61e CMPBEXADD qword ptr [r22], rbx, rax +0000000000002C96 62fafd08e61e CMPBEXADD qword ptr [r22], rbx, rax DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: CMPCCXADD, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -37988,7 +37788,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: V, RegType: General Purpose, RegSize: 8, RegId: 0, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002CCC 62fa7908e21e CMPCXADD dword ptr [r22], ebx, eax +0000000000002C9C 62fa7d08e21e CMPCXADD dword ptr [r22], ebx, eax DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: CMPCCXADD, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -38011,7 +37811,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: V, RegType: General Purpose, RegSize: 4, RegId: 0, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002CD2 62faf908e21e CMPCXADD qword ptr [r22], rbx, rax +0000000000002CA2 62fafd08e21e CMPCXADD qword ptr [r22], rbx, rax DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: CMPCCXADD, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -38034,7 +37834,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: V, RegType: General Purpose, RegSize: 8, RegId: 0, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002CD8 62fa7908ee1e CMPLEXADD dword ptr [r22], ebx, eax +0000000000002CA8 62fa7d08ee1e CMPLEXADD dword ptr [r22], ebx, eax DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: CMPCCXADD, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -38057,7 +37857,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: V, RegType: General Purpose, RegSize: 4, RegId: 0, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002CDE 62faf908ee1e CMPLEXADD qword ptr [r22], rbx, rax +0000000000002CAE 62fafd08ee1e CMPLEXADD qword ptr [r22], rbx, rax DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: CMPCCXADD, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -38080,7 +37880,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: V, RegType: General Purpose, RegSize: 8, RegId: 0, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002CE4 62fa7908ec1e CMPLXADD dword ptr [r22], ebx, eax +0000000000002CB4 62fa7d08ec1e CMPLXADD dword ptr [r22], ebx, eax DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: CMPCCXADD, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -38103,7 +37903,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: V, RegType: General Purpose, RegSize: 4, RegId: 0, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002CEA 62faf908ec1e CMPLXADD qword ptr [r22], rbx, rax +0000000000002CBA 62fafd08ec1e CMPLXADD qword ptr [r22], rbx, rax DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: CMPCCXADD, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -38126,7 +37926,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: V, RegType: General Purpose, RegSize: 8, RegId: 0, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002CF0 62fa7908e71e CMPNBEXADD dword ptr [r22], ebx, eax +0000000000002CC0 62fa7d08e71e CMPNBEXADD dword ptr [r22], ebx, eax DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: CMPCCXADD, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -38149,7 +37949,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: V, RegType: General Purpose, RegSize: 4, RegId: 0, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002CF6 62faf908e71e CMPNBEXADD qword ptr [r22], rbx, rax +0000000000002CC6 62fafd08e71e CMPNBEXADD qword ptr [r22], rbx, rax DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: CMPCCXADD, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -38172,7 +37972,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: V, RegType: General Purpose, RegSize: 8, RegId: 0, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002CFC 62fa7908e31e CMPNCXADD dword ptr [r22], ebx, eax +0000000000002CCC 62fa7d08e31e CMPNCXADD dword ptr [r22], ebx, eax DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: CMPCCXADD, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -38195,7 +37995,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: V, RegType: General Purpose, RegSize: 4, RegId: 0, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002D02 62faf908e31e CMPNCXADD qword ptr [r22], rbx, rax +0000000000002CD2 62fafd08e31e CMPNCXADD qword ptr [r22], rbx, rax DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: CMPCCXADD, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -38218,7 +38018,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: V, RegType: General Purpose, RegSize: 8, RegId: 0, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002D08 62fa7908ef1e CMPNLEXADD dword ptr [r22], ebx, eax +0000000000002CD8 62fa7d08ef1e CMPNLEXADD dword ptr [r22], ebx, eax DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: CMPCCXADD, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -38241,7 +38041,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: V, RegType: General Purpose, RegSize: 4, RegId: 0, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002D0E 62faf908ef1e CMPNLEXADD qword ptr [r22], rbx, rax +0000000000002CDE 62fafd08ef1e CMPNLEXADD qword ptr [r22], rbx, rax DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: CMPCCXADD, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -38264,7 +38064,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: V, RegType: General Purpose, RegSize: 8, RegId: 0, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002D14 62fa7908ed1e CMPNLXADD dword ptr [r22], ebx, eax +0000000000002CE4 62fa7d08ed1e CMPNLXADD dword ptr [r22], ebx, eax DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: CMPCCXADD, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -38287,7 +38087,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: V, RegType: General Purpose, RegSize: 4, RegId: 0, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002D1A 62faf908ed1e CMPNLXADD qword ptr [r22], rbx, rax +0000000000002CEA 62fafd08ed1e CMPNLXADD qword ptr [r22], rbx, rax DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: CMPCCXADD, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -38310,7 +38110,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: V, RegType: General Purpose, RegSize: 8, RegId: 0, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002D20 62fa7908e11e CMPNOXADD dword ptr [r22], ebx, eax +0000000000002CF0 62fa7d08e11e CMPNOXADD dword ptr [r22], ebx, eax DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: CMPCCXADD, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -38333,7 +38133,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: V, RegType: General Purpose, RegSize: 4, RegId: 0, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002D26 62faf908e11e CMPNOXADD qword ptr [r22], rbx, rax +0000000000002CF6 62fafd08e11e CMPNOXADD qword ptr [r22], rbx, rax DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: CMPCCXADD, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -38356,7 +38156,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: V, RegType: General Purpose, RegSize: 8, RegId: 0, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002D2C 62fa7908eb1e CMPNPXADD dword ptr [r22], ebx, eax +0000000000002CFC 62fa7d08eb1e CMPNPXADD dword ptr [r22], ebx, eax DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: CMPCCXADD, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -38379,7 +38179,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: V, RegType: General Purpose, RegSize: 4, RegId: 0, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002D32 62faf908eb1e CMPNPXADD qword ptr [r22], rbx, rax +0000000000002D02 62fafd08eb1e CMPNPXADD qword ptr [r22], rbx, rax DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: CMPCCXADD, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -38402,7 +38202,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: V, RegType: General Purpose, RegSize: 8, RegId: 0, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002D38 62fa7908e91e CMPNSXADD dword ptr [r22], ebx, eax +0000000000002D08 62fa7d08e91e CMPNSXADD dword ptr [r22], ebx, eax DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: CMPCCXADD, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -38425,7 +38225,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: V, RegType: General Purpose, RegSize: 4, RegId: 0, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002D3E 62faf908e91e CMPNSXADD qword ptr [r22], rbx, rax +0000000000002D0E 62fafd08e91e CMPNSXADD qword ptr [r22], rbx, rax DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: CMPCCXADD, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -38448,7 +38248,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: V, RegType: General Purpose, RegSize: 8, RegId: 0, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002D44 62fa7908e51e CMPNZXADD dword ptr [r22], ebx, eax +0000000000002D14 62fa7d08e51e CMPNZXADD dword ptr [r22], ebx, eax DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: CMPCCXADD, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -38471,7 +38271,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: V, RegType: General Purpose, RegSize: 4, RegId: 0, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002D4A 62faf908e51e CMPNZXADD qword ptr [r22], rbx, rax +0000000000002D1A 62fafd08e51e CMPNZXADD qword ptr [r22], rbx, rax DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: CMPCCXADD, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -38494,7 +38294,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: V, RegType: General Purpose, RegSize: 8, RegId: 0, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002D50 62fa7908e01e CMPOXADD dword ptr [r22], ebx, eax +0000000000002D20 62fa7d08e01e CMPOXADD dword ptr [r22], ebx, eax DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: CMPCCXADD, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -38517,7 +38317,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: V, RegType: General Purpose, RegSize: 4, RegId: 0, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002D56 62faf908e01e CMPOXADD qword ptr [r22], rbx, rax +0000000000002D26 62fafd08e01e CMPOXADD qword ptr [r22], rbx, rax DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: CMPCCXADD, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -38540,7 +38340,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: V, RegType: General Purpose, RegSize: 8, RegId: 0, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002D5C 62fa7908ea1e CMPPXADD dword ptr [r22], ebx, eax +0000000000002D2C 62fa7d08ea1e CMPPXADD dword ptr [r22], ebx, eax DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: CMPCCXADD, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -38563,7 +38363,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: V, RegType: General Purpose, RegSize: 4, RegId: 0, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002D62 62faf908ea1e CMPPXADD qword ptr [r22], rbx, rax +0000000000002D32 62fafd08ea1e CMPPXADD qword ptr [r22], rbx, rax DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: CMPCCXADD, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -38586,7 +38386,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: V, RegType: General Purpose, RegSize: 8, RegId: 0, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002D68 62fa7908e81e CMPSXADD dword ptr [r22], ebx, eax +0000000000002D38 62fa7d08e81e CMPSXADD dword ptr [r22], ebx, eax DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: CMPCCXADD, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -38609,7 +38409,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: V, RegType: General Purpose, RegSize: 4, RegId: 0, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002D6E 62faf908e81e CMPSXADD qword ptr [r22], rbx, rax +0000000000002D3E 62fafd08e81e CMPSXADD qword ptr [r22], rbx, rax DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: CMPCCXADD, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -38632,7 +38432,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: V, RegType: General Purpose, RegSize: 8, RegId: 0, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002D74 62fa7908e41e CMPZXADD dword ptr [r22], ebx, eax +0000000000002D44 62fa7d08e41e CMPZXADD dword ptr [r22], ebx, eax DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: CMPCCXADD, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -38655,7 +38455,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: V, RegType: General Purpose, RegSize: 4, RegId: 0, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002D7A 62faf908e41e CMPZXADD qword ptr [r22], rbx, rax +0000000000002D4A 62fafd08e41e CMPZXADD qword ptr [r22], rbx, rax DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: CMPCCXADD, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -38678,7 +38478,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: V, RegType: General Purpose, RegSize: 8, RegId: 0, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002D80 626c7808f01e CRC32 r27d, byte ptr [r22] +0000000000002D50 626c7c08f01e CRC32 r27d, byte ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -38697,7 +38497,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 1, RawSize: 1, Encoding: M, Segment: 3, Base: 22, -0000000000002D86 626c7808f0de CRC32 r27d, r22b +0000000000002D56 626c7c08f0de CRC32 r27d, r22b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -38715,7 +38515,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 -0000000000002D8C 626cf808f01e CRC32 r27, byte ptr [r22] +0000000000002D5C 626cfc08f01e CRC32 r27, byte ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -38734,7 +38534,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 1, RawSize: 1, Encoding: M, Segment: 3, Base: 22, -0000000000002D92 626cf808f0de CRC32 r27, r22b +0000000000002D62 626cfc08f0de CRC32 r27, r22b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -38752,7 +38552,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 -0000000000002D98 626c7808f11e CRC32 r27d, dword ptr [r22] +0000000000002D68 626c7c08f11e CRC32 r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -38771,7 +38571,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Segment: 3, Base: 22, -0000000000002D9E 626c7808f1de CRC32 r27d, r22d +0000000000002D6E 626c7c08f1de CRC32 r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -38789,7 +38589,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 -0000000000002DA4 626cf808f11e CRC32 r27, qword ptr [r22] +0000000000002D74 626cfc08f11e CRC32 r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -38808,7 +38608,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, Segment: 3, Base: 22, -0000000000002DAA 626cf808f1de CRC32 r27, r22 +0000000000002D7A 626cfc08f1de CRC32 r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -38826,7 +38626,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 -0000000000002DB0 626c7908f11e CRC32 r27d, word ptr [r22] +0000000000002D80 626c7d08f11e CRC32 r27d, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -38845,7 +38645,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Segment: 3, Base: 22, -0000000000002DB6 626c7908f1de CRC32 r27d, r22w +0000000000002D86 626c7d08f1de CRC32 r27d, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -38863,7 +38663,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 -0000000000002DBC 626cf908f11e CRC32 r27, qword ptr [r22] +0000000000002D8C 626cfd08f11e CRC32 r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -38882,7 +38682,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, Segment: 3, Base: 22, -0000000000002DC2 626cf908f1de CRC32 r27, r22 +0000000000002D92 626cfd08f1de CRC32 r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -38900,7 +38700,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 -0000000000002DC8 626c7806841e CTESTBE byte ptr [r22], r27b, {dfv=} +0000000000002D98 626c7c06841e CTESTBE byte ptr [r22], r27b, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -38923,7 +38723,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002DCE 626c780684de CTESTBE r22b, r27b, {dfv=} +0000000000002D9E 626c7c0684de CTESTBE r22b, r27b, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -38945,7 +38745,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002DD4 626cf806841e CTESTBE byte ptr [r22], r27b, {dfv=} +0000000000002DA4 626cfc06841e CTESTBE byte ptr [r22], r27b, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -38968,7 +38768,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002DDA 626cf80684de CTESTBE r22b, r27b, {dfv=} +0000000000002DAA 626cfc0684de CTESTBE r22b, r27b, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -38990,7 +38790,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002DE0 626c7806851e CTESTBE dword ptr [r22], r27d, {dfv=} +0000000000002DB0 626c7c06851e CTESTBE dword ptr [r22], r27d, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -39013,7 +38813,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002DE6 626c780685de CTESTBE r22d, r27d, {dfv=} +0000000000002DB6 626c7c0685de CTESTBE r22d, r27d, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -39035,7 +38835,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002DEC 626cf806851e CTESTBE qword ptr [r22], r27, {dfv=} +0000000000002DBC 626cfc06851e CTESTBE qword ptr [r22], r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -39058,7 +38858,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002DF2 626cf80685de CTESTBE r22, r27, {dfv=} +0000000000002DC2 626cfc0685de CTESTBE r22, r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -39080,7 +38880,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002DF8 626c7906851e CTESTBE word ptr [r22], r27w, {dfv=} +0000000000002DC8 626c7d06851e CTESTBE word ptr [r22], r27w, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -39103,7 +38903,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000002DFE 626c790685de CTESTBE r22w, r27w, {dfv=} +0000000000002DCE 626c7d0685de CTESTBE r22w, r27w, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -39125,7 +38925,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000002E04 626cf906851e CTESTBE qword ptr [r22], r27, {dfv=} +0000000000002DD4 626cfd06851e CTESTBE qword ptr [r22], r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -39148,7 +38948,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002E0A 626cf90685de CTESTBE r22, r27, {dfv=} +0000000000002DDA 626cfd0685de CTESTBE r22, r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -39170,7 +38970,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002E10 626c7806f606bd CTESTBE byte ptr [r22], 0xbd, {dfv=} +0000000000002DE0 626c7c06f606bd CTESTBE byte ptr [r22], 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -39193,7 +38993,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002E17 626c7806f6c6bd CTESTBE r22b, 0xbd, {dfv=} +0000000000002DE7 626c7c06f6c6bd CTESTBE r22b, 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -39215,7 +39015,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002E1E 626cf806f606bd CTESTBE byte ptr [r22], 0xbd, {dfv=} +0000000000002DEE 626cfc06f606bd CTESTBE byte ptr [r22], 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -39238,7 +39038,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002E25 626cf806f6c6bd CTESTBE r22b, 0xbd, {dfv=} +0000000000002DF5 626cfc06f6c6bd CTESTBE r22b, 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -39260,7 +39060,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002E2C 626c7806f60ebd CTESTBE byte ptr [r22], 0xbd, {dfv=} +0000000000002DFC 626c7c06f60ebd CTESTBE byte ptr [r22], 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -39283,7 +39083,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002E33 626c7806f6cebd CTESTBE r22b, 0xbd, {dfv=} +0000000000002E03 626c7c06f6cebd CTESTBE r22b, 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -39305,7 +39105,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002E3A 626cf806f60ebd CTESTBE byte ptr [r22], 0xbd, {dfv=} +0000000000002E0A 626cfc06f60ebd CTESTBE byte ptr [r22], 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -39328,7 +39128,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002E41 626cf806f6cebd CTESTBE r22b, 0xbd, {dfv=} +0000000000002E11 626cfc06f6cebd CTESTBE r22b, 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -39350,7 +39150,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002E48 626c7806f706bdbdbdbd CTESTBE dword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000002E18 626c7c06f706bdbdbdbd CTESTBE dword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -39373,7 +39173,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002E52 626c7806f7c6bdbdbdbd CTESTBE r22d, 0xbdbdbdbd, {dfv=} +0000000000002E22 626c7c06f7c6bdbdbdbd CTESTBE r22d, 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -39395,7 +39195,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002E5C 626cf806f706bdbdbdbd CTESTBE qword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000002E2C 626cfc06f706bdbdbdbd CTESTBE qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -39418,7 +39218,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002E66 626cf806f7c6bdbdbdbd CTESTBE r22, 0xbdbdbdbd, {dfv=} +0000000000002E36 626cfc06f7c6bdbdbdbd CTESTBE r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -39440,7 +39240,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002E70 626c7906f706bdbd CTESTBE word ptr [r22], 0xbdbd, {dfv=} +0000000000002E40 626c7d06f706bdbd CTESTBE word ptr [r22], 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -39463,7 +39263,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000002E78 626c7906f7c6bdbd CTESTBE r22w, 0xbdbd, {dfv=} +0000000000002E48 626c7d06f7c6bdbd CTESTBE r22w, 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -39485,7 +39285,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000002E80 626cf906f706bdbdbdbd CTESTBE qword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000002E50 626cfd06f706bdbdbdbd CTESTBE qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -39508,7 +39308,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002E8A 626cf906f7c6bdbdbdbd CTESTBE r22, 0xbdbdbdbd, {dfv=} +0000000000002E5A 626cfd06f7c6bdbdbdbd CTESTBE r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -39530,7 +39330,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002E94 626c7806f70ebdbdbdbd CTESTBE dword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000002E64 626c7c06f70ebdbdbdbd CTESTBE dword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -39553,7 +39353,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002E9E 626c7806f7cebdbdbdbd CTESTBE r22d, 0xbdbdbdbd, {dfv=} +0000000000002E6E 626c7c06f7cebdbdbdbd CTESTBE r22d, 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -39575,7 +39375,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002EA8 626cf806f70ebdbdbdbd CTESTBE qword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000002E78 626cfc06f70ebdbdbdbd CTESTBE qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -39598,7 +39398,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002EB2 626cf806f7cebdbdbdbd CTESTBE r22, 0xbdbdbdbd, {dfv=} +0000000000002E82 626cfc06f7cebdbdbdbd CTESTBE r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -39620,7 +39420,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002EBC 626c7906f70ebdbd CTESTBE word ptr [r22], 0xbdbd, {dfv=} +0000000000002E8C 626c7d06f70ebdbd CTESTBE word ptr [r22], 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -39643,7 +39443,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000002EC4 626c7906f7cebdbd CTESTBE r22w, 0xbdbd, {dfv=} +0000000000002E94 626c7d06f7cebdbd CTESTBE r22w, 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -39665,7 +39465,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000002ECC 626cf906f70ebdbdbdbd CTESTBE qword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000002E9C 626cfd06f70ebdbdbdbd CTESTBE qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -39688,7 +39488,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002ED6 626cf906f7cebdbdbdbd CTESTBE r22, 0xbdbdbdbd, {dfv=} +0000000000002EA6 626cfd06f7cebdbdbdbd CTESTBE r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -39710,7 +39510,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002EE0 626c7802841e CTESTC byte ptr [r22], r27b, {dfv=} +0000000000002EB0 626c7c02841e CTESTC byte ptr [r22], r27b, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -39733,7 +39533,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002EE6 626c780284de CTESTC r22b, r27b, {dfv=} +0000000000002EB6 626c7c0284de CTESTC r22b, r27b, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -39755,7 +39555,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002EEC 626cf802841e CTESTC byte ptr [r22], r27b, {dfv=} +0000000000002EBC 626cfc02841e CTESTC byte ptr [r22], r27b, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -39778,7 +39578,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002EF2 626cf80284de CTESTC r22b, r27b, {dfv=} +0000000000002EC2 626cfc0284de CTESTC r22b, r27b, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -39800,7 +39600,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002EF8 626c7802851e CTESTC dword ptr [r22], r27d, {dfv=} +0000000000002EC8 626c7c02851e CTESTC dword ptr [r22], r27d, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -39823,7 +39623,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002EFE 626c780285de CTESTC r22d, r27d, {dfv=} +0000000000002ECE 626c7c0285de CTESTC r22d, r27d, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -39845,7 +39645,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002F04 626cf802851e CTESTC qword ptr [r22], r27, {dfv=} +0000000000002ED4 626cfc02851e CTESTC qword ptr [r22], r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -39868,7 +39668,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002F0A 626cf80285de CTESTC r22, r27, {dfv=} +0000000000002EDA 626cfc0285de CTESTC r22, r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -39890,7 +39690,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002F10 626c7902851e CTESTC word ptr [r22], r27w, {dfv=} +0000000000002EE0 626c7d02851e CTESTC word ptr [r22], r27w, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -39913,7 +39713,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000002F16 626c790285de CTESTC r22w, r27w, {dfv=} +0000000000002EE6 626c7d0285de CTESTC r22w, r27w, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -39935,7 +39735,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000002F1C 626cf902851e CTESTC qword ptr [r22], r27, {dfv=} +0000000000002EEC 626cfd02851e CTESTC qword ptr [r22], r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -39958,7 +39758,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002F22 626cf90285de CTESTC r22, r27, {dfv=} +0000000000002EF2 626cfd0285de CTESTC r22, r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -39980,7 +39780,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002F28 626c7802f606bd CTESTC byte ptr [r22], 0xbd, {dfv=} +0000000000002EF8 626c7c02f606bd CTESTC byte ptr [r22], 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -40003,7 +39803,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002F2F 626c7802f6c6bd CTESTC r22b, 0xbd, {dfv=} +0000000000002EFF 626c7c02f6c6bd CTESTC r22b, 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -40025,7 +39825,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002F36 626cf802f606bd CTESTC byte ptr [r22], 0xbd, {dfv=} +0000000000002F06 626cfc02f606bd CTESTC byte ptr [r22], 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -40048,7 +39848,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002F3D 626cf802f6c6bd CTESTC r22b, 0xbd, {dfv=} +0000000000002F0D 626cfc02f6c6bd CTESTC r22b, 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -40070,7 +39870,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002F44 626c7802f60ebd CTESTC byte ptr [r22], 0xbd, {dfv=} +0000000000002F14 626c7c02f60ebd CTESTC byte ptr [r22], 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -40093,7 +39893,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002F4B 626c7802f6cebd CTESTC r22b, 0xbd, {dfv=} +0000000000002F1B 626c7c02f6cebd CTESTC r22b, 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -40115,7 +39915,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002F52 626cf802f60ebd CTESTC byte ptr [r22], 0xbd, {dfv=} +0000000000002F22 626cfc02f60ebd CTESTC byte ptr [r22], 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -40138,7 +39938,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002F59 626cf802f6cebd CTESTC r22b, 0xbd, {dfv=} +0000000000002F29 626cfc02f6cebd CTESTC r22b, 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -40160,7 +39960,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002F60 626c7802f706bdbdbdbd CTESTC dword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000002F30 626c7c02f706bdbdbdbd CTESTC dword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -40183,7 +39983,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002F6A 626c7802f7c6bdbdbdbd CTESTC r22d, 0xbdbdbdbd, {dfv=} +0000000000002F3A 626c7c02f7c6bdbdbdbd CTESTC r22d, 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -40205,7 +40005,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002F74 626cf802f706bdbdbdbd CTESTC qword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000002F44 626cfc02f706bdbdbdbd CTESTC qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -40228,7 +40028,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002F7E 626cf802f7c6bdbdbdbd CTESTC r22, 0xbdbdbdbd, {dfv=} +0000000000002F4E 626cfc02f7c6bdbdbdbd CTESTC r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -40250,7 +40050,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002F88 626c7902f706bdbd CTESTC word ptr [r22], 0xbdbd, {dfv=} +0000000000002F58 626c7d02f706bdbd CTESTC word ptr [r22], 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -40273,7 +40073,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000002F90 626c7902f7c6bdbd CTESTC r22w, 0xbdbd, {dfv=} +0000000000002F60 626c7d02f7c6bdbd CTESTC r22w, 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -40295,7 +40095,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000002F98 626cf902f706bdbdbdbd CTESTC qword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000002F68 626cfd02f706bdbdbdbd CTESTC qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -40318,7 +40118,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002FA2 626cf902f7c6bdbdbdbd CTESTC r22, 0xbdbdbdbd, {dfv=} +0000000000002F72 626cfd02f7c6bdbdbdbd CTESTC r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -40340,7 +40140,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002FAC 626c7802f70ebdbdbdbd CTESTC dword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000002F7C 626c7c02f70ebdbdbdbd CTESTC dword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -40363,7 +40163,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002FB6 626c7802f7cebdbdbdbd CTESTC r22d, 0xbdbdbdbd, {dfv=} +0000000000002F86 626c7c02f7cebdbdbdbd CTESTC r22d, 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -40385,7 +40185,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002FC0 626cf802f70ebdbdbdbd CTESTC qword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000002F90 626cfc02f70ebdbdbdbd CTESTC qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -40408,7 +40208,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002FCA 626cf802f7cebdbdbdbd CTESTC r22, 0xbdbdbdbd, {dfv=} +0000000000002F9A 626cfc02f7cebdbdbdbd CTESTC r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -40430,7 +40230,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002FD4 626c7902f70ebdbd CTESTC word ptr [r22], 0xbdbd, {dfv=} +0000000000002FA4 626c7d02f70ebdbd CTESTC word ptr [r22], 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -40453,7 +40253,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000002FDC 626c7902f7cebdbd CTESTC r22w, 0xbdbd, {dfv=} +0000000000002FAC 626c7d02f7cebdbd CTESTC r22w, 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -40475,7 +40275,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000002FE4 626cf902f70ebdbdbdbd CTESTC qword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000002FB4 626cfd02f70ebdbdbdbd CTESTC qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -40498,7 +40298,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002FEE 626cf902f7cebdbdbdbd CTESTC r22, 0xbdbdbdbd, {dfv=} +0000000000002FBE 626cfd02f7cebdbdbdbd CTESTC r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -40520,7 +40320,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000002FF8 626c780b841e CTESTF byte ptr [r22], r27b, {dfv=} +0000000000002FC8 626c7c0b841e CTESTF byte ptr [r22], r27b, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -40543,7 +40343,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000002FFE 626c780b84de CTESTF r22b, r27b, {dfv=} +0000000000002FCE 626c7c0b84de CTESTF r22b, r27b, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -40565,7 +40365,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003004 626cf80b841e CTESTF byte ptr [r22], r27b, {dfv=} +0000000000002FD4 626cfc0b841e CTESTF byte ptr [r22], r27b, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -40588,7 +40388,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000300A 626cf80b84de CTESTF r22b, r27b, {dfv=} +0000000000002FDA 626cfc0b84de CTESTF r22b, r27b, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -40610,7 +40410,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003010 626c780b851e CTESTF dword ptr [r22], r27d, {dfv=} +0000000000002FE0 626c7c0b851e CTESTF dword ptr [r22], r27d, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -40633,7 +40433,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003016 626c780b85de CTESTF r22d, r27d, {dfv=} +0000000000002FE6 626c7c0b85de CTESTF r22d, r27d, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -40655,7 +40455,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000301C 626cf80b851e CTESTF qword ptr [r22], r27, {dfv=} +0000000000002FEC 626cfc0b851e CTESTF qword ptr [r22], r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -40678,7 +40478,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003022 626cf80b85de CTESTF r22, r27, {dfv=} +0000000000002FF2 626cfc0b85de CTESTF r22, r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -40700,7 +40500,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003028 626c790b851e CTESTF word ptr [r22], r27w, {dfv=} +0000000000002FF8 626c7d0b851e CTESTF word ptr [r22], r27w, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -40723,7 +40523,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000302E 626c790b85de CTESTF r22w, r27w, {dfv=} +0000000000002FFE 626c7d0b85de CTESTF r22w, r27w, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -40745,7 +40545,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000003034 626cf90b851e CTESTF qword ptr [r22], r27, {dfv=} +0000000000003004 626cfd0b851e CTESTF qword ptr [r22], r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -40768,7 +40568,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000303A 626cf90b85de CTESTF r22, r27, {dfv=} +000000000000300A 626cfd0b85de CTESTF r22, r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -40790,7 +40590,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003040 626c780bf606bd CTESTF byte ptr [r22], 0xbd, {dfv=} +0000000000003010 626c7c0bf606bd CTESTF byte ptr [r22], 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -40813,7 +40613,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003047 626c780bf6c6bd CTESTF r22b, 0xbd, {dfv=} +0000000000003017 626c7c0bf6c6bd CTESTF r22b, 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -40835,7 +40635,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000304E 626cf80bf606bd CTESTF byte ptr [r22], 0xbd, {dfv=} +000000000000301E 626cfc0bf606bd CTESTF byte ptr [r22], 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -40858,7 +40658,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003055 626cf80bf6c6bd CTESTF r22b, 0xbd, {dfv=} +0000000000003025 626cfc0bf6c6bd CTESTF r22b, 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -40880,7 +40680,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000305C 626c780bf60ebd CTESTF byte ptr [r22], 0xbd, {dfv=} +000000000000302C 626c7c0bf60ebd CTESTF byte ptr [r22], 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -40903,7 +40703,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003063 626c780bf6cebd CTESTF r22b, 0xbd, {dfv=} +0000000000003033 626c7c0bf6cebd CTESTF r22b, 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -40925,7 +40725,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000306A 626cf80bf60ebd CTESTF byte ptr [r22], 0xbd, {dfv=} +000000000000303A 626cfc0bf60ebd CTESTF byte ptr [r22], 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -40948,7 +40748,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003071 626cf80bf6cebd CTESTF r22b, 0xbd, {dfv=} +0000000000003041 626cfc0bf6cebd CTESTF r22b, 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -40970,7 +40770,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003078 626c780bf706bdbdbdbd CTESTF dword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000003048 626c7c0bf706bdbdbdbd CTESTF dword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -40993,7 +40793,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003082 626c780bf7c6bdbdbdbd CTESTF r22d, 0xbdbdbdbd, {dfv=} +0000000000003052 626c7c0bf7c6bdbdbdbd CTESTF r22d, 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -41015,7 +40815,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000308C 626cf80bf706bdbdbdbd CTESTF qword ptr [r22], 0xbdbdbdbd, {dfv=} +000000000000305C 626cfc0bf706bdbdbdbd CTESTF qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -41038,7 +40838,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003096 626cf80bf7c6bdbdbdbd CTESTF r22, 0xbdbdbdbd, {dfv=} +0000000000003066 626cfc0bf7c6bdbdbdbd CTESTF r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -41060,7 +40860,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000030A0 626c790bf706bdbd CTESTF word ptr [r22], 0xbdbd, {dfv=} +0000000000003070 626c7d0bf706bdbd CTESTF word ptr [r22], 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -41083,7 +40883,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000030A8 626c790bf7c6bdbd CTESTF r22w, 0xbdbd, {dfv=} +0000000000003078 626c7d0bf7c6bdbd CTESTF r22w, 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -41105,7 +40905,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000030B0 626cf90bf706bdbdbdbd CTESTF qword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000003080 626cfd0bf706bdbdbdbd CTESTF qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -41128,7 +40928,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000030BA 626cf90bf7c6bdbdbdbd CTESTF r22, 0xbdbdbdbd, {dfv=} +000000000000308A 626cfd0bf7c6bdbdbdbd CTESTF r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -41150,7 +40950,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000030C4 626c780bf70ebdbdbdbd CTESTF dword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000003094 626c7c0bf70ebdbdbdbd CTESTF dword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -41173,7 +40973,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000030CE 626c780bf7cebdbdbdbd CTESTF r22d, 0xbdbdbdbd, {dfv=} +000000000000309E 626c7c0bf7cebdbdbdbd CTESTF r22d, 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -41195,7 +40995,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000030D8 626cf80bf70ebdbdbdbd CTESTF qword ptr [r22], 0xbdbdbdbd, {dfv=} +00000000000030A8 626cfc0bf70ebdbdbdbd CTESTF qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -41218,7 +41018,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000030E2 626cf80bf7cebdbdbdbd CTESTF r22, 0xbdbdbdbd, {dfv=} +00000000000030B2 626cfc0bf7cebdbdbdbd CTESTF r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -41240,7 +41040,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000030EC 626c790bf70ebdbd CTESTF word ptr [r22], 0xbdbd, {dfv=} +00000000000030BC 626c7d0bf70ebdbd CTESTF word ptr [r22], 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -41263,7 +41063,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000030F4 626c790bf7cebdbd CTESTF r22w, 0xbdbd, {dfv=} +00000000000030C4 626c7d0bf7cebdbd CTESTF r22w, 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -41285,7 +41085,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000030FC 626cf90bf70ebdbdbdbd CTESTF qword ptr [r22], 0xbdbdbdbd, {dfv=} +00000000000030CC 626cfd0bf70ebdbdbdbd CTESTF qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -41308,7 +41108,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003106 626cf90bf7cebdbdbdbd CTESTF r22, 0xbdbdbdbd, {dfv=} +00000000000030D6 626cfd0bf7cebdbdbdbd CTESTF r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -41330,7 +41130,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003110 626c780c841e CTESTL byte ptr [r22], r27b, {dfv=} +00000000000030E0 626c7c0c841e CTESTL byte ptr [r22], r27b, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -41353,7 +41153,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003116 626c780c84de CTESTL r22b, r27b, {dfv=} +00000000000030E6 626c7c0c84de CTESTL r22b, r27b, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -41375,7 +41175,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000311C 626cf80c841e CTESTL byte ptr [r22], r27b, {dfv=} +00000000000030EC 626cfc0c841e CTESTL byte ptr [r22], r27b, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -41398,7 +41198,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003122 626cf80c84de CTESTL r22b, r27b, {dfv=} +00000000000030F2 626cfc0c84de CTESTL r22b, r27b, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -41420,7 +41220,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003128 626c780c851e CTESTL dword ptr [r22], r27d, {dfv=} +00000000000030F8 626c7c0c851e CTESTL dword ptr [r22], r27d, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -41443,7 +41243,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000312E 626c780c85de CTESTL r22d, r27d, {dfv=} +00000000000030FE 626c7c0c85de CTESTL r22d, r27d, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -41465,7 +41265,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003134 626cf80c851e CTESTL qword ptr [r22], r27, {dfv=} +0000000000003104 626cfc0c851e CTESTL qword ptr [r22], r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -41488,7 +41288,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000313A 626cf80c85de CTESTL r22, r27, {dfv=} +000000000000310A 626cfc0c85de CTESTL r22, r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -41510,7 +41310,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003140 626c790c851e CTESTL word ptr [r22], r27w, {dfv=} +0000000000003110 626c7d0c851e CTESTL word ptr [r22], r27w, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -41533,7 +41333,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000003146 626c790c85de CTESTL r22w, r27w, {dfv=} +0000000000003116 626c7d0c85de CTESTL r22w, r27w, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -41555,7 +41355,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000314C 626cf90c851e CTESTL qword ptr [r22], r27, {dfv=} +000000000000311C 626cfd0c851e CTESTL qword ptr [r22], r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -41578,7 +41378,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003152 626cf90c85de CTESTL r22, r27, {dfv=} +0000000000003122 626cfd0c85de CTESTL r22, r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -41600,7 +41400,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003158 626c780cf606bd CTESTL byte ptr [r22], 0xbd, {dfv=} +0000000000003128 626c7c0cf606bd CTESTL byte ptr [r22], 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -41623,7 +41423,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000315F 626c780cf6c6bd CTESTL r22b, 0xbd, {dfv=} +000000000000312F 626c7c0cf6c6bd CTESTL r22b, 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -41645,7 +41445,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003166 626cf80cf606bd CTESTL byte ptr [r22], 0xbd, {dfv=} +0000000000003136 626cfc0cf606bd CTESTL byte ptr [r22], 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -41668,7 +41468,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000316D 626cf80cf6c6bd CTESTL r22b, 0xbd, {dfv=} +000000000000313D 626cfc0cf6c6bd CTESTL r22b, 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -41690,7 +41490,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003174 626c780cf60ebd CTESTL byte ptr [r22], 0xbd, {dfv=} +0000000000003144 626c7c0cf60ebd CTESTL byte ptr [r22], 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -41713,7 +41513,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000317B 626c780cf6cebd CTESTL r22b, 0xbd, {dfv=} +000000000000314B 626c7c0cf6cebd CTESTL r22b, 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -41735,7 +41535,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003182 626cf80cf60ebd CTESTL byte ptr [r22], 0xbd, {dfv=} +0000000000003152 626cfc0cf60ebd CTESTL byte ptr [r22], 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -41758,7 +41558,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003189 626cf80cf6cebd CTESTL r22b, 0xbd, {dfv=} +0000000000003159 626cfc0cf6cebd CTESTL r22b, 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -41780,7 +41580,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003190 626c780cf706bdbdbdbd CTESTL dword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000003160 626c7c0cf706bdbdbdbd CTESTL dword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -41803,7 +41603,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000319A 626c780cf7c6bdbdbdbd CTESTL r22d, 0xbdbdbdbd, {dfv=} +000000000000316A 626c7c0cf7c6bdbdbdbd CTESTL r22d, 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -41825,7 +41625,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000031A4 626cf80cf706bdbdbdbd CTESTL qword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000003174 626cfc0cf706bdbdbdbd CTESTL qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -41848,7 +41648,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000031AE 626cf80cf7c6bdbdbdbd CTESTL r22, 0xbdbdbdbd, {dfv=} +000000000000317E 626cfc0cf7c6bdbdbdbd CTESTL r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -41870,7 +41670,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000031B8 626c790cf706bdbd CTESTL word ptr [r22], 0xbdbd, {dfv=} +0000000000003188 626c7d0cf706bdbd CTESTL word ptr [r22], 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -41893,7 +41693,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000031C0 626c790cf7c6bdbd CTESTL r22w, 0xbdbd, {dfv=} +0000000000003190 626c7d0cf7c6bdbd CTESTL r22w, 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -41915,7 +41715,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000031C8 626cf90cf706bdbdbdbd CTESTL qword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000003198 626cfd0cf706bdbdbdbd CTESTL qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -41938,7 +41738,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000031D2 626cf90cf7c6bdbdbdbd CTESTL r22, 0xbdbdbdbd, {dfv=} +00000000000031A2 626cfd0cf7c6bdbdbdbd CTESTL r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -41960,7 +41760,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000031DC 626c780cf70ebdbdbdbd CTESTL dword ptr [r22], 0xbdbdbdbd, {dfv=} +00000000000031AC 626c7c0cf70ebdbdbdbd CTESTL dword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -41983,7 +41783,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000031E6 626c780cf7cebdbdbdbd CTESTL r22d, 0xbdbdbdbd, {dfv=} +00000000000031B6 626c7c0cf7cebdbdbdbd CTESTL r22d, 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -42005,7 +41805,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000031F0 626cf80cf70ebdbdbdbd CTESTL qword ptr [r22], 0xbdbdbdbd, {dfv=} +00000000000031C0 626cfc0cf70ebdbdbdbd CTESTL qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -42028,7 +41828,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000031FA 626cf80cf7cebdbdbdbd CTESTL r22, 0xbdbdbdbd, {dfv=} +00000000000031CA 626cfc0cf7cebdbdbdbd CTESTL r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -42050,7 +41850,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003204 626c790cf70ebdbd CTESTL word ptr [r22], 0xbdbd, {dfv=} +00000000000031D4 626c7d0cf70ebdbd CTESTL word ptr [r22], 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -42073,7 +41873,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000320C 626c790cf7cebdbd CTESTL r22w, 0xbdbd, {dfv=} +00000000000031DC 626c7d0cf7cebdbd CTESTL r22w, 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -42095,7 +41895,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000003214 626cf90cf70ebdbdbdbd CTESTL qword ptr [r22], 0xbdbdbdbd, {dfv=} +00000000000031E4 626cfd0cf70ebdbdbdbd CTESTL qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -42118,7 +41918,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000321E 626cf90cf7cebdbdbdbd CTESTL r22, 0xbdbdbdbd, {dfv=} +00000000000031EE 626cfd0cf7cebdbdbdbd CTESTL r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -42140,7 +41940,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003228 626c780e841e CTESTLE byte ptr [r22], r27b, {dfv=} +00000000000031F8 626c7c0e841e CTESTLE byte ptr [r22], r27b, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -42163,7 +41963,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000322E 626c780e84de CTESTLE r22b, r27b, {dfv=} +00000000000031FE 626c7c0e84de CTESTLE r22b, r27b, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -42185,7 +41985,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003234 626cf80e841e CTESTLE byte ptr [r22], r27b, {dfv=} +0000000000003204 626cfc0e841e CTESTLE byte ptr [r22], r27b, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -42208,7 +42008,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000323A 626cf80e84de CTESTLE r22b, r27b, {dfv=} +000000000000320A 626cfc0e84de CTESTLE r22b, r27b, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -42230,7 +42030,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003240 626c780e851e CTESTLE dword ptr [r22], r27d, {dfv=} +0000000000003210 626c7c0e851e CTESTLE dword ptr [r22], r27d, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -42253,7 +42053,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003246 626c780e85de CTESTLE r22d, r27d, {dfv=} +0000000000003216 626c7c0e85de CTESTLE r22d, r27d, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -42275,7 +42075,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000324C 626cf80e851e CTESTLE qword ptr [r22], r27, {dfv=} +000000000000321C 626cfc0e851e CTESTLE qword ptr [r22], r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -42298,7 +42098,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003252 626cf80e85de CTESTLE r22, r27, {dfv=} +0000000000003222 626cfc0e85de CTESTLE r22, r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -42320,7 +42120,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003258 626c790e851e CTESTLE word ptr [r22], r27w, {dfv=} +0000000000003228 626c7d0e851e CTESTLE word ptr [r22], r27w, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -42343,7 +42143,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000325E 626c790e85de CTESTLE r22w, r27w, {dfv=} +000000000000322E 626c7d0e85de CTESTLE r22w, r27w, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -42365,7 +42165,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000003264 626cf90e851e CTESTLE qword ptr [r22], r27, {dfv=} +0000000000003234 626cfd0e851e CTESTLE qword ptr [r22], r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -42388,7 +42188,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000326A 626cf90e85de CTESTLE r22, r27, {dfv=} +000000000000323A 626cfd0e85de CTESTLE r22, r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -42410,7 +42210,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003270 626c780ef606bd CTESTLE byte ptr [r22], 0xbd, {dfv=} +0000000000003240 626c7c0ef606bd CTESTLE byte ptr [r22], 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -42433,7 +42233,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003277 626c780ef6c6bd CTESTLE r22b, 0xbd, {dfv=} +0000000000003247 626c7c0ef6c6bd CTESTLE r22b, 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -42455,7 +42255,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000327E 626cf80ef606bd CTESTLE byte ptr [r22], 0xbd, {dfv=} +000000000000324E 626cfc0ef606bd CTESTLE byte ptr [r22], 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -42478,7 +42278,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003285 626cf80ef6c6bd CTESTLE r22b, 0xbd, {dfv=} +0000000000003255 626cfc0ef6c6bd CTESTLE r22b, 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -42500,7 +42300,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000328C 626c780ef60ebd CTESTLE byte ptr [r22], 0xbd, {dfv=} +000000000000325C 626c7c0ef60ebd CTESTLE byte ptr [r22], 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -42523,7 +42323,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003293 626c780ef6cebd CTESTLE r22b, 0xbd, {dfv=} +0000000000003263 626c7c0ef6cebd CTESTLE r22b, 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -42545,7 +42345,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000329A 626cf80ef60ebd CTESTLE byte ptr [r22], 0xbd, {dfv=} +000000000000326A 626cfc0ef60ebd CTESTLE byte ptr [r22], 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -42568,7 +42368,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000032A1 626cf80ef6cebd CTESTLE r22b, 0xbd, {dfv=} +0000000000003271 626cfc0ef6cebd CTESTLE r22b, 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -42590,7 +42390,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000032A8 626c780ef706bdbdbdbd CTESTLE dword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000003278 626c7c0ef706bdbdbdbd CTESTLE dword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -42613,7 +42413,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000032B2 626c780ef7c6bdbdbdbd CTESTLE r22d, 0xbdbdbdbd, {dfv=} +0000000000003282 626c7c0ef7c6bdbdbdbd CTESTLE r22d, 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -42635,7 +42435,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000032BC 626cf80ef706bdbdbdbd CTESTLE qword ptr [r22], 0xbdbdbdbd, {dfv=} +000000000000328C 626cfc0ef706bdbdbdbd CTESTLE qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -42658,7 +42458,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000032C6 626cf80ef7c6bdbdbdbd CTESTLE r22, 0xbdbdbdbd, {dfv=} +0000000000003296 626cfc0ef7c6bdbdbdbd CTESTLE r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -42680,7 +42480,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000032D0 626c790ef706bdbd CTESTLE word ptr [r22], 0xbdbd, {dfv=} +00000000000032A0 626c7d0ef706bdbd CTESTLE word ptr [r22], 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -42703,7 +42503,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000032D8 626c790ef7c6bdbd CTESTLE r22w, 0xbdbd, {dfv=} +00000000000032A8 626c7d0ef7c6bdbd CTESTLE r22w, 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -42725,7 +42525,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000032E0 626cf90ef706bdbdbdbd CTESTLE qword ptr [r22], 0xbdbdbdbd, {dfv=} +00000000000032B0 626cfd0ef706bdbdbdbd CTESTLE qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -42748,7 +42548,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000032EA 626cf90ef7c6bdbdbdbd CTESTLE r22, 0xbdbdbdbd, {dfv=} +00000000000032BA 626cfd0ef7c6bdbdbdbd CTESTLE r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -42770,7 +42570,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000032F4 626c780ef70ebdbdbdbd CTESTLE dword ptr [r22], 0xbdbdbdbd, {dfv=} +00000000000032C4 626c7c0ef70ebdbdbdbd CTESTLE dword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -42793,7 +42593,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000032FE 626c780ef7cebdbdbdbd CTESTLE r22d, 0xbdbdbdbd, {dfv=} +00000000000032CE 626c7c0ef7cebdbdbdbd CTESTLE r22d, 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -42815,7 +42615,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003308 626cf80ef70ebdbdbdbd CTESTLE qword ptr [r22], 0xbdbdbdbd, {dfv=} +00000000000032D8 626cfc0ef70ebdbdbdbd CTESTLE qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -42838,7 +42638,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003312 626cf80ef7cebdbdbdbd CTESTLE r22, 0xbdbdbdbd, {dfv=} +00000000000032E2 626cfc0ef7cebdbdbdbd CTESTLE r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -42860,7 +42660,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000331C 626c790ef70ebdbd CTESTLE word ptr [r22], 0xbdbd, {dfv=} +00000000000032EC 626c7d0ef70ebdbd CTESTLE word ptr [r22], 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -42883,7 +42683,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000003324 626c790ef7cebdbd CTESTLE r22w, 0xbdbd, {dfv=} +00000000000032F4 626c7d0ef7cebdbd CTESTLE r22w, 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -42905,7 +42705,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000332C 626cf90ef70ebdbdbdbd CTESTLE qword ptr [r22], 0xbdbdbdbd, {dfv=} +00000000000032FC 626cfd0ef70ebdbdbdbd CTESTLE qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -42928,7 +42728,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003336 626cf90ef7cebdbdbdbd CTESTLE r22, 0xbdbdbdbd, {dfv=} +0000000000003306 626cfd0ef7cebdbdbdbd CTESTLE r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -42950,7 +42750,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003340 626c7807841e CTESTNBE byte ptr [r22], r27b, {dfv=} +0000000000003310 626c7c07841e CTESTNBE byte ptr [r22], r27b, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -42973,7 +42773,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003346 626c780784de CTESTNBE r22b, r27b, {dfv=} +0000000000003316 626c7c0784de CTESTNBE r22b, r27b, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -42995,7 +42795,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000334C 626cf807841e CTESTNBE byte ptr [r22], r27b, {dfv=} +000000000000331C 626cfc07841e CTESTNBE byte ptr [r22], r27b, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -43018,7 +42818,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003352 626cf80784de CTESTNBE r22b, r27b, {dfv=} +0000000000003322 626cfc0784de CTESTNBE r22b, r27b, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -43040,7 +42840,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003358 626c7807851e CTESTNBE dword ptr [r22], r27d, {dfv=} +0000000000003328 626c7c07851e CTESTNBE dword ptr [r22], r27d, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -43063,7 +42863,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000335E 626c780785de CTESTNBE r22d, r27d, {dfv=} +000000000000332E 626c7c0785de CTESTNBE r22d, r27d, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -43085,7 +42885,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003364 626cf807851e CTESTNBE qword ptr [r22], r27, {dfv=} +0000000000003334 626cfc07851e CTESTNBE qword ptr [r22], r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -43108,7 +42908,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000336A 626cf80785de CTESTNBE r22, r27, {dfv=} +000000000000333A 626cfc0785de CTESTNBE r22, r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -43130,7 +42930,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003370 626c7907851e CTESTNBE word ptr [r22], r27w, {dfv=} +0000000000003340 626c7d07851e CTESTNBE word ptr [r22], r27w, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -43153,7 +42953,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000003376 626c790785de CTESTNBE r22w, r27w, {dfv=} +0000000000003346 626c7d0785de CTESTNBE r22w, r27w, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -43175,7 +42975,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000337C 626cf907851e CTESTNBE qword ptr [r22], r27, {dfv=} +000000000000334C 626cfd07851e CTESTNBE qword ptr [r22], r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -43198,7 +42998,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003382 626cf90785de CTESTNBE r22, r27, {dfv=} +0000000000003352 626cfd0785de CTESTNBE r22, r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -43220,7 +43020,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003388 626c7807f606bd CTESTNBE byte ptr [r22], 0xbd, {dfv=} +0000000000003358 626c7c07f606bd CTESTNBE byte ptr [r22], 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -43243,7 +43043,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000338F 626c7807f6c6bd CTESTNBE r22b, 0xbd, {dfv=} +000000000000335F 626c7c07f6c6bd CTESTNBE r22b, 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -43265,7 +43065,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003396 626cf807f606bd CTESTNBE byte ptr [r22], 0xbd, {dfv=} +0000000000003366 626cfc07f606bd CTESTNBE byte ptr [r22], 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -43288,7 +43088,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000339D 626cf807f6c6bd CTESTNBE r22b, 0xbd, {dfv=} +000000000000336D 626cfc07f6c6bd CTESTNBE r22b, 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -43310,7 +43110,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000033A4 626c7807f60ebd CTESTNBE byte ptr [r22], 0xbd, {dfv=} +0000000000003374 626c7c07f60ebd CTESTNBE byte ptr [r22], 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -43333,7 +43133,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000033AB 626c7807f6cebd CTESTNBE r22b, 0xbd, {dfv=} +000000000000337B 626c7c07f6cebd CTESTNBE r22b, 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -43355,7 +43155,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000033B2 626cf807f60ebd CTESTNBE byte ptr [r22], 0xbd, {dfv=} +0000000000003382 626cfc07f60ebd CTESTNBE byte ptr [r22], 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -43378,7 +43178,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000033B9 626cf807f6cebd CTESTNBE r22b, 0xbd, {dfv=} +0000000000003389 626cfc07f6cebd CTESTNBE r22b, 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -43400,7 +43200,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000033C0 626c7807f706bdbdbdbd CTESTNBE dword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000003390 626c7c07f706bdbdbdbd CTESTNBE dword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -43423,7 +43223,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000033CA 626c7807f7c6bdbdbdbd CTESTNBE r22d, 0xbdbdbdbd, {dfv=} +000000000000339A 626c7c07f7c6bdbdbdbd CTESTNBE r22d, 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -43445,7 +43245,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000033D4 626cf807f706bdbdbdbd CTESTNBE qword ptr [r22], 0xbdbdbdbd, {dfv=} +00000000000033A4 626cfc07f706bdbdbdbd CTESTNBE qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -43468,7 +43268,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000033DE 626cf807f7c6bdbdbdbd CTESTNBE r22, 0xbdbdbdbd, {dfv=} +00000000000033AE 626cfc07f7c6bdbdbdbd CTESTNBE r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -43490,7 +43290,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000033E8 626c7907f706bdbd CTESTNBE word ptr [r22], 0xbdbd, {dfv=} +00000000000033B8 626c7d07f706bdbd CTESTNBE word ptr [r22], 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -43513,7 +43313,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000033F0 626c7907f7c6bdbd CTESTNBE r22w, 0xbdbd, {dfv=} +00000000000033C0 626c7d07f7c6bdbd CTESTNBE r22w, 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -43535,7 +43335,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000033F8 626cf907f706bdbdbdbd CTESTNBE qword ptr [r22], 0xbdbdbdbd, {dfv=} +00000000000033C8 626cfd07f706bdbdbdbd CTESTNBE qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -43558,7 +43358,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003402 626cf907f7c6bdbdbdbd CTESTNBE r22, 0xbdbdbdbd, {dfv=} +00000000000033D2 626cfd07f7c6bdbdbdbd CTESTNBE r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -43580,7 +43380,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000340C 626c7807f70ebdbdbdbd CTESTNBE dword ptr [r22], 0xbdbdbdbd, {dfv=} +00000000000033DC 626c7c07f70ebdbdbdbd CTESTNBE dword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -43603,7 +43403,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003416 626c7807f7cebdbdbdbd CTESTNBE r22d, 0xbdbdbdbd, {dfv=} +00000000000033E6 626c7c07f7cebdbdbdbd CTESTNBE r22d, 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -43625,7 +43425,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003420 626cf807f70ebdbdbdbd CTESTNBE qword ptr [r22], 0xbdbdbdbd, {dfv=} +00000000000033F0 626cfc07f70ebdbdbdbd CTESTNBE qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -43648,7 +43448,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000342A 626cf807f7cebdbdbdbd CTESTNBE r22, 0xbdbdbdbd, {dfv=} +00000000000033FA 626cfc07f7cebdbdbdbd CTESTNBE r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -43670,7 +43470,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003434 626c7907f70ebdbd CTESTNBE word ptr [r22], 0xbdbd, {dfv=} +0000000000003404 626c7d07f70ebdbd CTESTNBE word ptr [r22], 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -43693,7 +43493,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000343C 626c7907f7cebdbd CTESTNBE r22w, 0xbdbd, {dfv=} +000000000000340C 626c7d07f7cebdbd CTESTNBE r22w, 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -43715,7 +43515,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000003444 626cf907f70ebdbdbdbd CTESTNBE qword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000003414 626cfd07f70ebdbdbdbd CTESTNBE qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -43738,7 +43538,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000344E 626cf907f7cebdbdbdbd CTESTNBE r22, 0xbdbdbdbd, {dfv=} +000000000000341E 626cfd07f7cebdbdbdbd CTESTNBE r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -43760,7 +43560,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003458 626c7803841e CTESTNC byte ptr [r22], r27b, {dfv=} +0000000000003428 626c7c03841e CTESTNC byte ptr [r22], r27b, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -43783,7 +43583,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000345E 626c780384de CTESTNC r22b, r27b, {dfv=} +000000000000342E 626c7c0384de CTESTNC r22b, r27b, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -43805,7 +43605,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003464 626cf803841e CTESTNC byte ptr [r22], r27b, {dfv=} +0000000000003434 626cfc03841e CTESTNC byte ptr [r22], r27b, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -43828,7 +43628,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000346A 626cf80384de CTESTNC r22b, r27b, {dfv=} +000000000000343A 626cfc0384de CTESTNC r22b, r27b, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -43850,7 +43650,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003470 626c7803851e CTESTNC dword ptr [r22], r27d, {dfv=} +0000000000003440 626c7c03851e CTESTNC dword ptr [r22], r27d, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -43873,7 +43673,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003476 626c780385de CTESTNC r22d, r27d, {dfv=} +0000000000003446 626c7c0385de CTESTNC r22d, r27d, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -43895,7 +43695,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000347C 626cf803851e CTESTNC qword ptr [r22], r27, {dfv=} +000000000000344C 626cfc03851e CTESTNC qword ptr [r22], r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -43918,7 +43718,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003482 626cf80385de CTESTNC r22, r27, {dfv=} +0000000000003452 626cfc0385de CTESTNC r22, r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -43940,7 +43740,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003488 626c7903851e CTESTNC word ptr [r22], r27w, {dfv=} +0000000000003458 626c7d03851e CTESTNC word ptr [r22], r27w, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -43963,7 +43763,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000348E 626c790385de CTESTNC r22w, r27w, {dfv=} +000000000000345E 626c7d0385de CTESTNC r22w, r27w, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -43985,7 +43785,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000003494 626cf903851e CTESTNC qword ptr [r22], r27, {dfv=} +0000000000003464 626cfd03851e CTESTNC qword ptr [r22], r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -44008,7 +43808,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000349A 626cf90385de CTESTNC r22, r27, {dfv=} +000000000000346A 626cfd0385de CTESTNC r22, r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -44030,7 +43830,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000034A0 626c7803f606bd CTESTNC byte ptr [r22], 0xbd, {dfv=} +0000000000003470 626c7c03f606bd CTESTNC byte ptr [r22], 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -44053,7 +43853,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000034A7 626c7803f6c6bd CTESTNC r22b, 0xbd, {dfv=} +0000000000003477 626c7c03f6c6bd CTESTNC r22b, 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -44075,7 +43875,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000034AE 626cf803f606bd CTESTNC byte ptr [r22], 0xbd, {dfv=} +000000000000347E 626cfc03f606bd CTESTNC byte ptr [r22], 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -44098,7 +43898,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000034B5 626cf803f6c6bd CTESTNC r22b, 0xbd, {dfv=} +0000000000003485 626cfc03f6c6bd CTESTNC r22b, 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -44120,7 +43920,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000034BC 626c7803f60ebd CTESTNC byte ptr [r22], 0xbd, {dfv=} +000000000000348C 626c7c03f60ebd CTESTNC byte ptr [r22], 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -44143,7 +43943,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000034C3 626c7803f6cebd CTESTNC r22b, 0xbd, {dfv=} +0000000000003493 626c7c03f6cebd CTESTNC r22b, 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -44165,7 +43965,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000034CA 626cf803f60ebd CTESTNC byte ptr [r22], 0xbd, {dfv=} +000000000000349A 626cfc03f60ebd CTESTNC byte ptr [r22], 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -44188,7 +43988,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000034D1 626cf803f6cebd CTESTNC r22b, 0xbd, {dfv=} +00000000000034A1 626cfc03f6cebd CTESTNC r22b, 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -44210,7 +44010,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000034D8 626c7803f706bdbdbdbd CTESTNC dword ptr [r22], 0xbdbdbdbd, {dfv=} +00000000000034A8 626c7c03f706bdbdbdbd CTESTNC dword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -44233,7 +44033,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000034E2 626c7803f7c6bdbdbdbd CTESTNC r22d, 0xbdbdbdbd, {dfv=} +00000000000034B2 626c7c03f7c6bdbdbdbd CTESTNC r22d, 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -44255,7 +44055,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000034EC 626cf803f706bdbdbdbd CTESTNC qword ptr [r22], 0xbdbdbdbd, {dfv=} +00000000000034BC 626cfc03f706bdbdbdbd CTESTNC qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -44278,7 +44078,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000034F6 626cf803f7c6bdbdbdbd CTESTNC r22, 0xbdbdbdbd, {dfv=} +00000000000034C6 626cfc03f7c6bdbdbdbd CTESTNC r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -44300,7 +44100,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003500 626c7903f706bdbd CTESTNC word ptr [r22], 0xbdbd, {dfv=} +00000000000034D0 626c7d03f706bdbd CTESTNC word ptr [r22], 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -44323,7 +44123,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000003508 626c7903f7c6bdbd CTESTNC r22w, 0xbdbd, {dfv=} +00000000000034D8 626c7d03f7c6bdbd CTESTNC r22w, 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -44345,7 +44145,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000003510 626cf903f706bdbdbdbd CTESTNC qword ptr [r22], 0xbdbdbdbd, {dfv=} +00000000000034E0 626cfd03f706bdbdbdbd CTESTNC qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -44368,7 +44168,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000351A 626cf903f7c6bdbdbdbd CTESTNC r22, 0xbdbdbdbd, {dfv=} +00000000000034EA 626cfd03f7c6bdbdbdbd CTESTNC r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -44390,7 +44190,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003524 626c7803f70ebdbdbdbd CTESTNC dword ptr [r22], 0xbdbdbdbd, {dfv=} +00000000000034F4 626c7c03f70ebdbdbdbd CTESTNC dword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -44413,7 +44213,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000352E 626c7803f7cebdbdbdbd CTESTNC r22d, 0xbdbdbdbd, {dfv=} +00000000000034FE 626c7c03f7cebdbdbdbd CTESTNC r22d, 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -44435,7 +44235,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003538 626cf803f70ebdbdbdbd CTESTNC qword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000003508 626cfc03f70ebdbdbdbd CTESTNC qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -44458,7 +44258,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003542 626cf803f7cebdbdbdbd CTESTNC r22, 0xbdbdbdbd, {dfv=} +0000000000003512 626cfc03f7cebdbdbdbd CTESTNC r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -44480,7 +44280,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000354C 626c7903f70ebdbd CTESTNC word ptr [r22], 0xbdbd, {dfv=} +000000000000351C 626c7d03f70ebdbd CTESTNC word ptr [r22], 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -44503,7 +44303,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000003554 626c7903f7cebdbd CTESTNC r22w, 0xbdbd, {dfv=} +0000000000003524 626c7d03f7cebdbd CTESTNC r22w, 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -44525,7 +44325,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000355C 626cf903f70ebdbdbdbd CTESTNC qword ptr [r22], 0xbdbdbdbd, {dfv=} +000000000000352C 626cfd03f70ebdbdbdbd CTESTNC qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -44548,7 +44348,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003566 626cf903f7cebdbdbdbd CTESTNC r22, 0xbdbdbdbd, {dfv=} +0000000000003536 626cfd03f7cebdbdbdbd CTESTNC r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -44570,7 +44370,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003570 626c780d841e CTESTNL byte ptr [r22], r27b, {dfv=} +0000000000003540 626c7c0d841e CTESTNL byte ptr [r22], r27b, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -44593,7 +44393,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003576 626c780d84de CTESTNL r22b, r27b, {dfv=} +0000000000003546 626c7c0d84de CTESTNL r22b, r27b, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -44615,7 +44415,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000357C 626cf80d841e CTESTNL byte ptr [r22], r27b, {dfv=} +000000000000354C 626cfc0d841e CTESTNL byte ptr [r22], r27b, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -44638,7 +44438,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003582 626cf80d84de CTESTNL r22b, r27b, {dfv=} +0000000000003552 626cfc0d84de CTESTNL r22b, r27b, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -44660,7 +44460,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003588 626c780d851e CTESTNL dword ptr [r22], r27d, {dfv=} +0000000000003558 626c7c0d851e CTESTNL dword ptr [r22], r27d, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -44683,7 +44483,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000358E 626c780d85de CTESTNL r22d, r27d, {dfv=} +000000000000355E 626c7c0d85de CTESTNL r22d, r27d, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -44705,7 +44505,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003594 626cf80d851e CTESTNL qword ptr [r22], r27, {dfv=} +0000000000003564 626cfc0d851e CTESTNL qword ptr [r22], r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -44728,7 +44528,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000359A 626cf80d85de CTESTNL r22, r27, {dfv=} +000000000000356A 626cfc0d85de CTESTNL r22, r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -44750,7 +44550,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000035A0 626c790d851e CTESTNL word ptr [r22], r27w, {dfv=} +0000000000003570 626c7d0d851e CTESTNL word ptr [r22], r27w, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -44773,7 +44573,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000035A6 626c790d85de CTESTNL r22w, r27w, {dfv=} +0000000000003576 626c7d0d85de CTESTNL r22w, r27w, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -44795,7 +44595,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000035AC 626cf90d851e CTESTNL qword ptr [r22], r27, {dfv=} +000000000000357C 626cfd0d851e CTESTNL qword ptr [r22], r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -44818,7 +44618,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000035B2 626cf90d85de CTESTNL r22, r27, {dfv=} +0000000000003582 626cfd0d85de CTESTNL r22, r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -44840,7 +44640,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000035B8 626c780df606bd CTESTNL byte ptr [r22], 0xbd, {dfv=} +0000000000003588 626c7c0df606bd CTESTNL byte ptr [r22], 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -44863,7 +44663,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000035BF 626c780df6c6bd CTESTNL r22b, 0xbd, {dfv=} +000000000000358F 626c7c0df6c6bd CTESTNL r22b, 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -44885,7 +44685,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000035C6 626cf80df606bd CTESTNL byte ptr [r22], 0xbd, {dfv=} +0000000000003596 626cfc0df606bd CTESTNL byte ptr [r22], 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -44908,7 +44708,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000035CD 626cf80df6c6bd CTESTNL r22b, 0xbd, {dfv=} +000000000000359D 626cfc0df6c6bd CTESTNL r22b, 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -44930,7 +44730,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000035D4 626c780df60ebd CTESTNL byte ptr [r22], 0xbd, {dfv=} +00000000000035A4 626c7c0df60ebd CTESTNL byte ptr [r22], 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -44953,7 +44753,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000035DB 626c780df6cebd CTESTNL r22b, 0xbd, {dfv=} +00000000000035AB 626c7c0df6cebd CTESTNL r22b, 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -44975,7 +44775,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000035E2 626cf80df60ebd CTESTNL byte ptr [r22], 0xbd, {dfv=} +00000000000035B2 626cfc0df60ebd CTESTNL byte ptr [r22], 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -44998,7 +44798,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000035E9 626cf80df6cebd CTESTNL r22b, 0xbd, {dfv=} +00000000000035B9 626cfc0df6cebd CTESTNL r22b, 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -45020,7 +44820,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000035F0 626c780df706bdbdbdbd CTESTNL dword ptr [r22], 0xbdbdbdbd, {dfv=} +00000000000035C0 626c7c0df706bdbdbdbd CTESTNL dword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -45043,7 +44843,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000035FA 626c780df7c6bdbdbdbd CTESTNL r22d, 0xbdbdbdbd, {dfv=} +00000000000035CA 626c7c0df7c6bdbdbdbd CTESTNL r22d, 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -45065,7 +44865,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003604 626cf80df706bdbdbdbd CTESTNL qword ptr [r22], 0xbdbdbdbd, {dfv=} +00000000000035D4 626cfc0df706bdbdbdbd CTESTNL qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -45088,7 +44888,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000360E 626cf80df7c6bdbdbdbd CTESTNL r22, 0xbdbdbdbd, {dfv=} +00000000000035DE 626cfc0df7c6bdbdbdbd CTESTNL r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -45110,7 +44910,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003618 626c790df706bdbd CTESTNL word ptr [r22], 0xbdbd, {dfv=} +00000000000035E8 626c7d0df706bdbd CTESTNL word ptr [r22], 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -45133,7 +44933,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000003620 626c790df7c6bdbd CTESTNL r22w, 0xbdbd, {dfv=} +00000000000035F0 626c7d0df7c6bdbd CTESTNL r22w, 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -45155,7 +44955,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000003628 626cf90df706bdbdbdbd CTESTNL qword ptr [r22], 0xbdbdbdbd, {dfv=} +00000000000035F8 626cfd0df706bdbdbdbd CTESTNL qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -45178,7 +44978,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003632 626cf90df7c6bdbdbdbd CTESTNL r22, 0xbdbdbdbd, {dfv=} +0000000000003602 626cfd0df7c6bdbdbdbd CTESTNL r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -45200,7 +45000,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000363C 626c780df70ebdbdbdbd CTESTNL dword ptr [r22], 0xbdbdbdbd, {dfv=} +000000000000360C 626c7c0df70ebdbdbdbd CTESTNL dword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -45223,7 +45023,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003646 626c780df7cebdbdbdbd CTESTNL r22d, 0xbdbdbdbd, {dfv=} +0000000000003616 626c7c0df7cebdbdbdbd CTESTNL r22d, 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -45245,7 +45045,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003650 626cf80df70ebdbdbdbd CTESTNL qword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000003620 626cfc0df70ebdbdbdbd CTESTNL qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -45268,7 +45068,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000365A 626cf80df7cebdbdbdbd CTESTNL r22, 0xbdbdbdbd, {dfv=} +000000000000362A 626cfc0df7cebdbdbdbd CTESTNL r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -45290,7 +45090,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003664 626c790df70ebdbd CTESTNL word ptr [r22], 0xbdbd, {dfv=} +0000000000003634 626c7d0df70ebdbd CTESTNL word ptr [r22], 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -45313,7 +45113,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000366C 626c790df7cebdbd CTESTNL r22w, 0xbdbd, {dfv=} +000000000000363C 626c7d0df7cebdbd CTESTNL r22w, 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -45335,7 +45135,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000003674 626cf90df70ebdbdbdbd CTESTNL qword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000003644 626cfd0df70ebdbdbdbd CTESTNL qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -45358,7 +45158,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000367E 626cf90df7cebdbdbdbd CTESTNL r22, 0xbdbdbdbd, {dfv=} +000000000000364E 626cfd0df7cebdbdbdbd CTESTNL r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -45380,7 +45180,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003688 626c780f841e CTESTNLE byte ptr [r22], r27b, {dfv=} +0000000000003658 626c7c0f841e CTESTNLE byte ptr [r22], r27b, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -45403,7 +45203,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000368E 626c780f84de CTESTNLE r22b, r27b, {dfv=} +000000000000365E 626c7c0f84de CTESTNLE r22b, r27b, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -45425,7 +45225,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003694 626cf80f841e CTESTNLE byte ptr [r22], r27b, {dfv=} +0000000000003664 626cfc0f841e CTESTNLE byte ptr [r22], r27b, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -45448,7 +45248,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000369A 626cf80f84de CTESTNLE r22b, r27b, {dfv=} +000000000000366A 626cfc0f84de CTESTNLE r22b, r27b, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -45470,7 +45270,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000036A0 626c780f851e CTESTNLE dword ptr [r22], r27d, {dfv=} +0000000000003670 626c7c0f851e CTESTNLE dword ptr [r22], r27d, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -45493,7 +45293,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000036A6 626c780f85de CTESTNLE r22d, r27d, {dfv=} +0000000000003676 626c7c0f85de CTESTNLE r22d, r27d, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -45515,7 +45315,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000036AC 626cf80f851e CTESTNLE qword ptr [r22], r27, {dfv=} +000000000000367C 626cfc0f851e CTESTNLE qword ptr [r22], r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -45538,7 +45338,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000036B2 626cf80f85de CTESTNLE r22, r27, {dfv=} +0000000000003682 626cfc0f85de CTESTNLE r22, r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -45560,7 +45360,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000036B8 626c790f851e CTESTNLE word ptr [r22], r27w, {dfv=} +0000000000003688 626c7d0f851e CTESTNLE word ptr [r22], r27w, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -45583,7 +45383,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000036BE 626c790f85de CTESTNLE r22w, r27w, {dfv=} +000000000000368E 626c7d0f85de CTESTNLE r22w, r27w, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -45605,7 +45405,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000036C4 626cf90f851e CTESTNLE qword ptr [r22], r27, {dfv=} +0000000000003694 626cfd0f851e CTESTNLE qword ptr [r22], r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -45628,7 +45428,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000036CA 626cf90f85de CTESTNLE r22, r27, {dfv=} +000000000000369A 626cfd0f85de CTESTNLE r22, r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -45650,7 +45450,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000036D0 626c780ff606bd CTESTNLE byte ptr [r22], 0xbd, {dfv=} +00000000000036A0 626c7c0ff606bd CTESTNLE byte ptr [r22], 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -45673,7 +45473,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000036D7 626c780ff6c6bd CTESTNLE r22b, 0xbd, {dfv=} +00000000000036A7 626c7c0ff6c6bd CTESTNLE r22b, 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -45695,7 +45495,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000036DE 626cf80ff606bd CTESTNLE byte ptr [r22], 0xbd, {dfv=} +00000000000036AE 626cfc0ff606bd CTESTNLE byte ptr [r22], 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -45718,7 +45518,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000036E5 626cf80ff6c6bd CTESTNLE r22b, 0xbd, {dfv=} +00000000000036B5 626cfc0ff6c6bd CTESTNLE r22b, 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -45740,7 +45540,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000036EC 626c780ff60ebd CTESTNLE byte ptr [r22], 0xbd, {dfv=} +00000000000036BC 626c7c0ff60ebd CTESTNLE byte ptr [r22], 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -45763,7 +45563,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000036F3 626c780ff6cebd CTESTNLE r22b, 0xbd, {dfv=} +00000000000036C3 626c7c0ff6cebd CTESTNLE r22b, 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -45785,7 +45585,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000036FA 626cf80ff60ebd CTESTNLE byte ptr [r22], 0xbd, {dfv=} +00000000000036CA 626cfc0ff60ebd CTESTNLE byte ptr [r22], 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -45808,7 +45608,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003701 626cf80ff6cebd CTESTNLE r22b, 0xbd, {dfv=} +00000000000036D1 626cfc0ff6cebd CTESTNLE r22b, 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -45830,7 +45630,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003708 626c780ff706bdbdbdbd CTESTNLE dword ptr [r22], 0xbdbdbdbd, {dfv=} +00000000000036D8 626c7c0ff706bdbdbdbd CTESTNLE dword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -45853,7 +45653,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003712 626c780ff7c6bdbdbdbd CTESTNLE r22d, 0xbdbdbdbd, {dfv=} +00000000000036E2 626c7c0ff7c6bdbdbdbd CTESTNLE r22d, 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -45875,7 +45675,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000371C 626cf80ff706bdbdbdbd CTESTNLE qword ptr [r22], 0xbdbdbdbd, {dfv=} +00000000000036EC 626cfc0ff706bdbdbdbd CTESTNLE qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -45898,7 +45698,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003726 626cf80ff7c6bdbdbdbd CTESTNLE r22, 0xbdbdbdbd, {dfv=} +00000000000036F6 626cfc0ff7c6bdbdbdbd CTESTNLE r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -45920,7 +45720,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003730 626c790ff706bdbd CTESTNLE word ptr [r22], 0xbdbd, {dfv=} +0000000000003700 626c7d0ff706bdbd CTESTNLE word ptr [r22], 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -45943,7 +45743,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000003738 626c790ff7c6bdbd CTESTNLE r22w, 0xbdbd, {dfv=} +0000000000003708 626c7d0ff7c6bdbd CTESTNLE r22w, 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -45965,7 +45765,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000003740 626cf90ff706bdbdbdbd CTESTNLE qword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000003710 626cfd0ff706bdbdbdbd CTESTNLE qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -45988,7 +45788,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000374A 626cf90ff7c6bdbdbdbd CTESTNLE r22, 0xbdbdbdbd, {dfv=} +000000000000371A 626cfd0ff7c6bdbdbdbd CTESTNLE r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -46010,7 +45810,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003754 626c780ff70ebdbdbdbd CTESTNLE dword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000003724 626c7c0ff70ebdbdbdbd CTESTNLE dword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -46033,7 +45833,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000375E 626c780ff7cebdbdbdbd CTESTNLE r22d, 0xbdbdbdbd, {dfv=} +000000000000372E 626c7c0ff7cebdbdbdbd CTESTNLE r22d, 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -46055,7 +45855,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003768 626cf80ff70ebdbdbdbd CTESTNLE qword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000003738 626cfc0ff70ebdbdbdbd CTESTNLE qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -46078,7 +45878,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003772 626cf80ff7cebdbdbdbd CTESTNLE r22, 0xbdbdbdbd, {dfv=} +0000000000003742 626cfc0ff7cebdbdbdbd CTESTNLE r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -46100,7 +45900,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000377C 626c790ff70ebdbd CTESTNLE word ptr [r22], 0xbdbd, {dfv=} +000000000000374C 626c7d0ff70ebdbd CTESTNLE word ptr [r22], 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -46123,7 +45923,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000003784 626c790ff7cebdbd CTESTNLE r22w, 0xbdbd, {dfv=} +0000000000003754 626c7d0ff7cebdbd CTESTNLE r22w, 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -46145,7 +45945,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000378C 626cf90ff70ebdbdbdbd CTESTNLE qword ptr [r22], 0xbdbdbdbd, {dfv=} +000000000000375C 626cfd0ff70ebdbdbdbd CTESTNLE qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -46168,7 +45968,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003796 626cf90ff7cebdbdbdbd CTESTNLE r22, 0xbdbdbdbd, {dfv=} +0000000000003766 626cfd0ff7cebdbdbdbd CTESTNLE r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -46190,7 +45990,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000037A0 626c7801841e CTESTNO byte ptr [r22], r27b, {dfv=} +0000000000003770 626c7c01841e CTESTNO byte ptr [r22], r27b, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -46213,7 +46013,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000037A6 626c780184de CTESTNO r22b, r27b, {dfv=} +0000000000003776 626c7c0184de CTESTNO r22b, r27b, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -46235,7 +46035,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000037AC 626cf801841e CTESTNO byte ptr [r22], r27b, {dfv=} +000000000000377C 626cfc01841e CTESTNO byte ptr [r22], r27b, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -46258,7 +46058,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000037B2 626cf80184de CTESTNO r22b, r27b, {dfv=} +0000000000003782 626cfc0184de CTESTNO r22b, r27b, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -46280,7 +46080,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000037B8 626c7801851e CTESTNO dword ptr [r22], r27d, {dfv=} +0000000000003788 626c7c01851e CTESTNO dword ptr [r22], r27d, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -46303,7 +46103,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000037BE 626c780185de CTESTNO r22d, r27d, {dfv=} +000000000000378E 626c7c0185de CTESTNO r22d, r27d, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -46325,7 +46125,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000037C4 626cf801851e CTESTNO qword ptr [r22], r27, {dfv=} +0000000000003794 626cfc01851e CTESTNO qword ptr [r22], r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -46348,7 +46148,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000037CA 626cf80185de CTESTNO r22, r27, {dfv=} +000000000000379A 626cfc0185de CTESTNO r22, r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -46370,7 +46170,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000037D0 626c7901851e CTESTNO word ptr [r22], r27w, {dfv=} +00000000000037A0 626c7d01851e CTESTNO word ptr [r22], r27w, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -46393,7 +46193,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000037D6 626c790185de CTESTNO r22w, r27w, {dfv=} +00000000000037A6 626c7d0185de CTESTNO r22w, r27w, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -46415,7 +46215,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000037DC 626cf901851e CTESTNO qword ptr [r22], r27, {dfv=} +00000000000037AC 626cfd01851e CTESTNO qword ptr [r22], r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -46438,7 +46238,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000037E2 626cf90185de CTESTNO r22, r27, {dfv=} +00000000000037B2 626cfd0185de CTESTNO r22, r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -46460,7 +46260,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000037E8 626c7801f606bd CTESTNO byte ptr [r22], 0xbd, {dfv=} +00000000000037B8 626c7c01f606bd CTESTNO byte ptr [r22], 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -46483,7 +46283,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000037EF 626c7801f6c6bd CTESTNO r22b, 0xbd, {dfv=} +00000000000037BF 626c7c01f6c6bd CTESTNO r22b, 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -46505,7 +46305,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000037F6 626cf801f606bd CTESTNO byte ptr [r22], 0xbd, {dfv=} +00000000000037C6 626cfc01f606bd CTESTNO byte ptr [r22], 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -46528,7 +46328,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000037FD 626cf801f6c6bd CTESTNO r22b, 0xbd, {dfv=} +00000000000037CD 626cfc01f6c6bd CTESTNO r22b, 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -46550,7 +46350,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003804 626c7801f60ebd CTESTNO byte ptr [r22], 0xbd, {dfv=} +00000000000037D4 626c7c01f60ebd CTESTNO byte ptr [r22], 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -46573,7 +46373,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000380B 626c7801f6cebd CTESTNO r22b, 0xbd, {dfv=} +00000000000037DB 626c7c01f6cebd CTESTNO r22b, 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -46595,7 +46395,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003812 626cf801f60ebd CTESTNO byte ptr [r22], 0xbd, {dfv=} +00000000000037E2 626cfc01f60ebd CTESTNO byte ptr [r22], 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -46618,7 +46418,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003819 626cf801f6cebd CTESTNO r22b, 0xbd, {dfv=} +00000000000037E9 626cfc01f6cebd CTESTNO r22b, 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -46640,7 +46440,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003820 626c7801f706bdbdbdbd CTESTNO dword ptr [r22], 0xbdbdbdbd, {dfv=} +00000000000037F0 626c7c01f706bdbdbdbd CTESTNO dword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -46663,7 +46463,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000382A 626c7801f7c6bdbdbdbd CTESTNO r22d, 0xbdbdbdbd, {dfv=} +00000000000037FA 626c7c01f7c6bdbdbdbd CTESTNO r22d, 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -46685,7 +46485,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003834 626cf801f706bdbdbdbd CTESTNO qword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000003804 626cfc01f706bdbdbdbd CTESTNO qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -46708,7 +46508,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000383E 626cf801f7c6bdbdbdbd CTESTNO r22, 0xbdbdbdbd, {dfv=} +000000000000380E 626cfc01f7c6bdbdbdbd CTESTNO r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -46730,7 +46530,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003848 626c7901f706bdbd CTESTNO word ptr [r22], 0xbdbd, {dfv=} +0000000000003818 626c7d01f706bdbd CTESTNO word ptr [r22], 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -46753,7 +46553,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000003850 626c7901f7c6bdbd CTESTNO r22w, 0xbdbd, {dfv=} +0000000000003820 626c7d01f7c6bdbd CTESTNO r22w, 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -46775,7 +46575,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000003858 626cf901f706bdbdbdbd CTESTNO qword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000003828 626cfd01f706bdbdbdbd CTESTNO qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -46798,7 +46598,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003862 626cf901f7c6bdbdbdbd CTESTNO r22, 0xbdbdbdbd, {dfv=} +0000000000003832 626cfd01f7c6bdbdbdbd CTESTNO r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -46820,7 +46620,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000386C 626c7801f70ebdbdbdbd CTESTNO dword ptr [r22], 0xbdbdbdbd, {dfv=} +000000000000383C 626c7c01f70ebdbdbdbd CTESTNO dword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -46843,7 +46643,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003876 626c7801f7cebdbdbdbd CTESTNO r22d, 0xbdbdbdbd, {dfv=} +0000000000003846 626c7c01f7cebdbdbdbd CTESTNO r22d, 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -46865,7 +46665,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003880 626cf801f70ebdbdbdbd CTESTNO qword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000003850 626cfc01f70ebdbdbdbd CTESTNO qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -46888,7 +46688,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000388A 626cf801f7cebdbdbdbd CTESTNO r22, 0xbdbdbdbd, {dfv=} +000000000000385A 626cfc01f7cebdbdbdbd CTESTNO r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -46910,7 +46710,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003894 626c7901f70ebdbd CTESTNO word ptr [r22], 0xbdbd, {dfv=} +0000000000003864 626c7d01f70ebdbd CTESTNO word ptr [r22], 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -46933,7 +46733,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000389C 626c7901f7cebdbd CTESTNO r22w, 0xbdbd, {dfv=} +000000000000386C 626c7d01f7cebdbd CTESTNO r22w, 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -46955,7 +46755,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000038A4 626cf901f70ebdbdbdbd CTESTNO qword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000003874 626cfd01f70ebdbdbdbd CTESTNO qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -46978,7 +46778,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000038AE 626cf901f7cebdbdbdbd CTESTNO r22, 0xbdbdbdbd, {dfv=} +000000000000387E 626cfd01f7cebdbdbdbd CTESTNO r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -47000,7 +46800,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000038B8 626c7809841e CTESTNS byte ptr [r22], r27b, {dfv=} +0000000000003888 626c7c09841e CTESTNS byte ptr [r22], r27b, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -47023,7 +46823,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000038BE 626c780984de CTESTNS r22b, r27b, {dfv=} +000000000000388E 626c7c0984de CTESTNS r22b, r27b, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -47045,7 +46845,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000038C4 626cf809841e CTESTNS byte ptr [r22], r27b, {dfv=} +0000000000003894 626cfc09841e CTESTNS byte ptr [r22], r27b, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -47068,7 +46868,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000038CA 626cf80984de CTESTNS r22b, r27b, {dfv=} +000000000000389A 626cfc0984de CTESTNS r22b, r27b, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -47090,7 +46890,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000038D0 626c7809851e CTESTNS dword ptr [r22], r27d, {dfv=} +00000000000038A0 626c7c09851e CTESTNS dword ptr [r22], r27d, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -47113,7 +46913,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000038D6 626c780985de CTESTNS r22d, r27d, {dfv=} +00000000000038A6 626c7c0985de CTESTNS r22d, r27d, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -47135,7 +46935,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000038DC 626cf809851e CTESTNS qword ptr [r22], r27, {dfv=} +00000000000038AC 626cfc09851e CTESTNS qword ptr [r22], r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -47158,7 +46958,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000038E2 626cf80985de CTESTNS r22, r27, {dfv=} +00000000000038B2 626cfc0985de CTESTNS r22, r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -47180,7 +46980,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000038E8 626c7909851e CTESTNS word ptr [r22], r27w, {dfv=} +00000000000038B8 626c7d09851e CTESTNS word ptr [r22], r27w, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -47203,7 +47003,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000038EE 626c790985de CTESTNS r22w, r27w, {dfv=} +00000000000038BE 626c7d0985de CTESTNS r22w, r27w, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -47225,7 +47025,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000038F4 626cf909851e CTESTNS qword ptr [r22], r27, {dfv=} +00000000000038C4 626cfd09851e CTESTNS qword ptr [r22], r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -47248,7 +47048,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000038FA 626cf90985de CTESTNS r22, r27, {dfv=} +00000000000038CA 626cfd0985de CTESTNS r22, r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -47270,7 +47070,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003900 626c7809f606bd CTESTNS byte ptr [r22], 0xbd, {dfv=} +00000000000038D0 626c7c09f606bd CTESTNS byte ptr [r22], 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -47293,7 +47093,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003907 626c7809f6c6bd CTESTNS r22b, 0xbd, {dfv=} +00000000000038D7 626c7c09f6c6bd CTESTNS r22b, 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -47315,7 +47115,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000390E 626cf809f606bd CTESTNS byte ptr [r22], 0xbd, {dfv=} +00000000000038DE 626cfc09f606bd CTESTNS byte ptr [r22], 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -47338,7 +47138,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003915 626cf809f6c6bd CTESTNS r22b, 0xbd, {dfv=} +00000000000038E5 626cfc09f6c6bd CTESTNS r22b, 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -47360,7 +47160,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000391C 626c7809f60ebd CTESTNS byte ptr [r22], 0xbd, {dfv=} +00000000000038EC 626c7c09f60ebd CTESTNS byte ptr [r22], 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -47383,7 +47183,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003923 626c7809f6cebd CTESTNS r22b, 0xbd, {dfv=} +00000000000038F3 626c7c09f6cebd CTESTNS r22b, 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -47405,7 +47205,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000392A 626cf809f60ebd CTESTNS byte ptr [r22], 0xbd, {dfv=} +00000000000038FA 626cfc09f60ebd CTESTNS byte ptr [r22], 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -47428,7 +47228,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003931 626cf809f6cebd CTESTNS r22b, 0xbd, {dfv=} +0000000000003901 626cfc09f6cebd CTESTNS r22b, 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -47450,7 +47250,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003938 626c7809f706bdbdbdbd CTESTNS dword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000003908 626c7c09f706bdbdbdbd CTESTNS dword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -47473,7 +47273,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003942 626c7809f7c6bdbdbdbd CTESTNS r22d, 0xbdbdbdbd, {dfv=} +0000000000003912 626c7c09f7c6bdbdbdbd CTESTNS r22d, 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -47495,7 +47295,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000394C 626cf809f706bdbdbdbd CTESTNS qword ptr [r22], 0xbdbdbdbd, {dfv=} +000000000000391C 626cfc09f706bdbdbdbd CTESTNS qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -47518,7 +47318,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003956 626cf809f7c6bdbdbdbd CTESTNS r22, 0xbdbdbdbd, {dfv=} +0000000000003926 626cfc09f7c6bdbdbdbd CTESTNS r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -47540,7 +47340,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003960 626c7909f706bdbd CTESTNS word ptr [r22], 0xbdbd, {dfv=} +0000000000003930 626c7d09f706bdbd CTESTNS word ptr [r22], 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -47563,7 +47363,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000003968 626c7909f7c6bdbd CTESTNS r22w, 0xbdbd, {dfv=} +0000000000003938 626c7d09f7c6bdbd CTESTNS r22w, 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -47585,7 +47385,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000003970 626cf909f706bdbdbdbd CTESTNS qword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000003940 626cfd09f706bdbdbdbd CTESTNS qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -47608,7 +47408,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000397A 626cf909f7c6bdbdbdbd CTESTNS r22, 0xbdbdbdbd, {dfv=} +000000000000394A 626cfd09f7c6bdbdbdbd CTESTNS r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -47630,7 +47430,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003984 626c7809f70ebdbdbdbd CTESTNS dword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000003954 626c7c09f70ebdbdbdbd CTESTNS dword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -47653,7 +47453,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000398E 626c7809f7cebdbdbdbd CTESTNS r22d, 0xbdbdbdbd, {dfv=} +000000000000395E 626c7c09f7cebdbdbdbd CTESTNS r22d, 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -47675,7 +47475,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003998 626cf809f70ebdbdbdbd CTESTNS qword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000003968 626cfc09f70ebdbdbdbd CTESTNS qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -47698,7 +47498,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000039A2 626cf809f7cebdbdbdbd CTESTNS r22, 0xbdbdbdbd, {dfv=} +0000000000003972 626cfc09f7cebdbdbdbd CTESTNS r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -47720,7 +47520,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000039AC 626c7909f70ebdbd CTESTNS word ptr [r22], 0xbdbd, {dfv=} +000000000000397C 626c7d09f70ebdbd CTESTNS word ptr [r22], 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -47743,7 +47543,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000039B4 626c7909f7cebdbd CTESTNS r22w, 0xbdbd, {dfv=} +0000000000003984 626c7d09f7cebdbd CTESTNS r22w, 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -47765,7 +47565,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000039BC 626cf909f70ebdbdbdbd CTESTNS qword ptr [r22], 0xbdbdbdbd, {dfv=} +000000000000398C 626cfd09f70ebdbdbdbd CTESTNS qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -47788,7 +47588,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000039C6 626cf909f7cebdbdbdbd CTESTNS r22, 0xbdbdbdbd, {dfv=} +0000000000003996 626cfd09f7cebdbdbdbd CTESTNS r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -47810,7 +47610,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000039D0 626c7805841e CTESTNZ byte ptr [r22], r27b, {dfv=} +00000000000039A0 626c7c05841e CTESTNZ byte ptr [r22], r27b, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -47833,7 +47633,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000039D6 626c780584de CTESTNZ r22b, r27b, {dfv=} +00000000000039A6 626c7c0584de CTESTNZ r22b, r27b, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -47855,7 +47655,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000039DC 626cf805841e CTESTNZ byte ptr [r22], r27b, {dfv=} +00000000000039AC 626cfc05841e CTESTNZ byte ptr [r22], r27b, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -47878,7 +47678,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000039E2 626cf80584de CTESTNZ r22b, r27b, {dfv=} +00000000000039B2 626cfc0584de CTESTNZ r22b, r27b, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -47900,7 +47700,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000039E8 626c7805851e CTESTNZ dword ptr [r22], r27d, {dfv=} +00000000000039B8 626c7c05851e CTESTNZ dword ptr [r22], r27d, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -47923,7 +47723,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000039EE 626c780585de CTESTNZ r22d, r27d, {dfv=} +00000000000039BE 626c7c0585de CTESTNZ r22d, r27d, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -47945,7 +47745,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000039F4 626cf805851e CTESTNZ qword ptr [r22], r27, {dfv=} +00000000000039C4 626cfc05851e CTESTNZ qword ptr [r22], r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -47968,7 +47768,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000039FA 626cf80585de CTESTNZ r22, r27, {dfv=} +00000000000039CA 626cfc0585de CTESTNZ r22, r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -47990,7 +47790,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003A00 626c7905851e CTESTNZ word ptr [r22], r27w, {dfv=} +00000000000039D0 626c7d05851e CTESTNZ word ptr [r22], r27w, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -48013,7 +47813,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000003A06 626c790585de CTESTNZ r22w, r27w, {dfv=} +00000000000039D6 626c7d0585de CTESTNZ r22w, r27w, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -48035,7 +47835,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000003A0C 626cf905851e CTESTNZ qword ptr [r22], r27, {dfv=} +00000000000039DC 626cfd05851e CTESTNZ qword ptr [r22], r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -48058,7 +47858,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003A12 626cf90585de CTESTNZ r22, r27, {dfv=} +00000000000039E2 626cfd0585de CTESTNZ r22, r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -48080,7 +47880,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003A18 626c7805f606bd CTESTNZ byte ptr [r22], 0xbd, {dfv=} +00000000000039E8 626c7c05f606bd CTESTNZ byte ptr [r22], 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -48103,7 +47903,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003A1F 626c7805f6c6bd CTESTNZ r22b, 0xbd, {dfv=} +00000000000039EF 626c7c05f6c6bd CTESTNZ r22b, 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -48125,7 +47925,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003A26 626cf805f606bd CTESTNZ byte ptr [r22], 0xbd, {dfv=} +00000000000039F6 626cfc05f606bd CTESTNZ byte ptr [r22], 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -48148,7 +47948,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003A2D 626cf805f6c6bd CTESTNZ r22b, 0xbd, {dfv=} +00000000000039FD 626cfc05f6c6bd CTESTNZ r22b, 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -48170,7 +47970,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003A34 626c7805f60ebd CTESTNZ byte ptr [r22], 0xbd, {dfv=} +0000000000003A04 626c7c05f60ebd CTESTNZ byte ptr [r22], 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -48193,7 +47993,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003A3B 626c7805f6cebd CTESTNZ r22b, 0xbd, {dfv=} +0000000000003A0B 626c7c05f6cebd CTESTNZ r22b, 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -48215,7 +48015,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003A42 626cf805f60ebd CTESTNZ byte ptr [r22], 0xbd, {dfv=} +0000000000003A12 626cfc05f60ebd CTESTNZ byte ptr [r22], 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -48238,7 +48038,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003A49 626cf805f6cebd CTESTNZ r22b, 0xbd, {dfv=} +0000000000003A19 626cfc05f6cebd CTESTNZ r22b, 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -48260,7 +48060,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003A50 626c7805f706bdbdbdbd CTESTNZ dword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000003A20 626c7c05f706bdbdbdbd CTESTNZ dword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -48283,7 +48083,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003A5A 626c7805f7c6bdbdbdbd CTESTNZ r22d, 0xbdbdbdbd, {dfv=} +0000000000003A2A 626c7c05f7c6bdbdbdbd CTESTNZ r22d, 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -48305,7 +48105,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003A64 626cf805f706bdbdbdbd CTESTNZ qword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000003A34 626cfc05f706bdbdbdbd CTESTNZ qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -48328,7 +48128,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003A6E 626cf805f7c6bdbdbdbd CTESTNZ r22, 0xbdbdbdbd, {dfv=} +0000000000003A3E 626cfc05f7c6bdbdbdbd CTESTNZ r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -48350,7 +48150,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003A78 626c7905f706bdbd CTESTNZ word ptr [r22], 0xbdbd, {dfv=} +0000000000003A48 626c7d05f706bdbd CTESTNZ word ptr [r22], 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -48373,7 +48173,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000003A80 626c7905f7c6bdbd CTESTNZ r22w, 0xbdbd, {dfv=} +0000000000003A50 626c7d05f7c6bdbd CTESTNZ r22w, 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -48395,7 +48195,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000003A88 626cf905f706bdbdbdbd CTESTNZ qword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000003A58 626cfd05f706bdbdbdbd CTESTNZ qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -48418,7 +48218,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003A92 626cf905f7c6bdbdbdbd CTESTNZ r22, 0xbdbdbdbd, {dfv=} +0000000000003A62 626cfd05f7c6bdbdbdbd CTESTNZ r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -48440,7 +48240,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003A9C 626c7805f70ebdbdbdbd CTESTNZ dword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000003A6C 626c7c05f70ebdbdbdbd CTESTNZ dword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -48463,7 +48263,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003AA6 626c7805f7cebdbdbdbd CTESTNZ r22d, 0xbdbdbdbd, {dfv=} +0000000000003A76 626c7c05f7cebdbdbdbd CTESTNZ r22d, 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -48485,7 +48285,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003AB0 626cf805f70ebdbdbdbd CTESTNZ qword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000003A80 626cfc05f70ebdbdbdbd CTESTNZ qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -48508,7 +48308,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003ABA 626cf805f7cebdbdbdbd CTESTNZ r22, 0xbdbdbdbd, {dfv=} +0000000000003A8A 626cfc05f7cebdbdbdbd CTESTNZ r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -48530,7 +48330,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003AC4 626c7905f70ebdbd CTESTNZ word ptr [r22], 0xbdbd, {dfv=} +0000000000003A94 626c7d05f70ebdbd CTESTNZ word ptr [r22], 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -48553,7 +48353,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000003ACC 626c7905f7cebdbd CTESTNZ r22w, 0xbdbd, {dfv=} +0000000000003A9C 626c7d05f7cebdbd CTESTNZ r22w, 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -48575,7 +48375,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000003AD4 626cf905f70ebdbdbdbd CTESTNZ qword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000003AA4 626cfd05f70ebdbdbdbd CTESTNZ qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -48598,7 +48398,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003ADE 626cf905f7cebdbdbdbd CTESTNZ r22, 0xbdbdbdbd, {dfv=} +0000000000003AAE 626cfd05f7cebdbdbdbd CTESTNZ r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -48620,7 +48420,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003AE8 626c7800841e CTESTO byte ptr [r22], r27b, {dfv=} +0000000000003AB8 626c7c00841e CTESTO byte ptr [r22], r27b, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -48643,7 +48443,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003AEE 626c780084de CTESTO r22b, r27b, {dfv=} +0000000000003ABE 626c7c0084de CTESTO r22b, r27b, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -48665,7 +48465,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003AF4 626cf800841e CTESTO byte ptr [r22], r27b, {dfv=} +0000000000003AC4 626cfc00841e CTESTO byte ptr [r22], r27b, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -48688,7 +48488,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003AFA 626cf80084de CTESTO r22b, r27b, {dfv=} +0000000000003ACA 626cfc0084de CTESTO r22b, r27b, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -48710,7 +48510,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003B00 626c7800851e CTESTO dword ptr [r22], r27d, {dfv=} +0000000000003AD0 626c7c00851e CTESTO dword ptr [r22], r27d, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -48733,7 +48533,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003B06 626c780085de CTESTO r22d, r27d, {dfv=} +0000000000003AD6 626c7c0085de CTESTO r22d, r27d, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -48755,7 +48555,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003B0C 626cf800851e CTESTO qword ptr [r22], r27, {dfv=} +0000000000003ADC 626cfc00851e CTESTO qword ptr [r22], r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -48778,7 +48578,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003B12 626cf80085de CTESTO r22, r27, {dfv=} +0000000000003AE2 626cfc0085de CTESTO r22, r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -48800,7 +48600,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003B18 626c7900851e CTESTO word ptr [r22], r27w, {dfv=} +0000000000003AE8 626c7d00851e CTESTO word ptr [r22], r27w, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -48823,7 +48623,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000003B1E 626c790085de CTESTO r22w, r27w, {dfv=} +0000000000003AEE 626c7d0085de CTESTO r22w, r27w, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -48845,7 +48645,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000003B24 626cf900851e CTESTO qword ptr [r22], r27, {dfv=} +0000000000003AF4 626cfd00851e CTESTO qword ptr [r22], r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -48868,7 +48668,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003B2A 626cf90085de CTESTO r22, r27, {dfv=} +0000000000003AFA 626cfd0085de CTESTO r22, r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -48890,7 +48690,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003B30 626c7800f606bd CTESTO byte ptr [r22], 0xbd, {dfv=} +0000000000003B00 626c7c00f606bd CTESTO byte ptr [r22], 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -48913,7 +48713,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003B37 626c7800f6c6bd CTESTO r22b, 0xbd, {dfv=} +0000000000003B07 626c7c00f6c6bd CTESTO r22b, 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -48935,7 +48735,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003B3E 626cf800f606bd CTESTO byte ptr [r22], 0xbd, {dfv=} +0000000000003B0E 626cfc00f606bd CTESTO byte ptr [r22], 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -48958,7 +48758,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003B45 626cf800f6c6bd CTESTO r22b, 0xbd, {dfv=} +0000000000003B15 626cfc00f6c6bd CTESTO r22b, 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -48980,7 +48780,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003B4C 626c7800f60ebd CTESTO byte ptr [r22], 0xbd, {dfv=} +0000000000003B1C 626c7c00f60ebd CTESTO byte ptr [r22], 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -49003,7 +48803,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003B53 626c7800f6cebd CTESTO r22b, 0xbd, {dfv=} +0000000000003B23 626c7c00f6cebd CTESTO r22b, 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -49025,7 +48825,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003B5A 626cf800f60ebd CTESTO byte ptr [r22], 0xbd, {dfv=} +0000000000003B2A 626cfc00f60ebd CTESTO byte ptr [r22], 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -49048,7 +48848,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003B61 626cf800f6cebd CTESTO r22b, 0xbd, {dfv=} +0000000000003B31 626cfc00f6cebd CTESTO r22b, 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -49070,7 +48870,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003B68 626c7800f706bdbdbdbd CTESTO dword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000003B38 626c7c00f706bdbdbdbd CTESTO dword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -49093,7 +48893,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003B72 626c7800f7c6bdbdbdbd CTESTO r22d, 0xbdbdbdbd, {dfv=} +0000000000003B42 626c7c00f7c6bdbdbdbd CTESTO r22d, 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -49115,7 +48915,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003B7C 626cf800f706bdbdbdbd CTESTO qword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000003B4C 626cfc00f706bdbdbdbd CTESTO qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -49138,7 +48938,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003B86 626cf800f7c6bdbdbdbd CTESTO r22, 0xbdbdbdbd, {dfv=} +0000000000003B56 626cfc00f7c6bdbdbdbd CTESTO r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -49160,7 +48960,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003B90 626c7900f706bdbd CTESTO word ptr [r22], 0xbdbd, {dfv=} +0000000000003B60 626c7d00f706bdbd CTESTO word ptr [r22], 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -49183,7 +48983,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000003B98 626c7900f7c6bdbd CTESTO r22w, 0xbdbd, {dfv=} +0000000000003B68 626c7d00f7c6bdbd CTESTO r22w, 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -49205,7 +49005,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000003BA0 626cf900f706bdbdbdbd CTESTO qword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000003B70 626cfd00f706bdbdbdbd CTESTO qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -49228,7 +49028,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003BAA 626cf900f7c6bdbdbdbd CTESTO r22, 0xbdbdbdbd, {dfv=} +0000000000003B7A 626cfd00f7c6bdbdbdbd CTESTO r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -49250,7 +49050,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003BB4 626c7800f70ebdbdbdbd CTESTO dword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000003B84 626c7c00f70ebdbdbdbd CTESTO dword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -49273,7 +49073,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003BBE 626c7800f7cebdbdbdbd CTESTO r22d, 0xbdbdbdbd, {dfv=} +0000000000003B8E 626c7c00f7cebdbdbdbd CTESTO r22d, 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -49295,7 +49095,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003BC8 626cf800f70ebdbdbdbd CTESTO qword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000003B98 626cfc00f70ebdbdbdbd CTESTO qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -49318,7 +49118,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003BD2 626cf800f7cebdbdbdbd CTESTO r22, 0xbdbdbdbd, {dfv=} +0000000000003BA2 626cfc00f7cebdbdbdbd CTESTO r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -49340,7 +49140,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003BDC 626c7900f70ebdbd CTESTO word ptr [r22], 0xbdbd, {dfv=} +0000000000003BAC 626c7d00f70ebdbd CTESTO word ptr [r22], 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -49363,7 +49163,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000003BE4 626c7900f7cebdbd CTESTO r22w, 0xbdbd, {dfv=} +0000000000003BB4 626c7d00f7cebdbd CTESTO r22w, 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -49385,7 +49185,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000003BEC 626cf900f70ebdbdbdbd CTESTO qword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000003BBC 626cfd00f70ebdbdbdbd CTESTO qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -49408,7 +49208,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003BF6 626cf900f7cebdbdbdbd CTESTO r22, 0xbdbdbdbd, {dfv=} +0000000000003BC6 626cfd00f7cebdbdbdbd CTESTO r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -49430,7 +49230,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003C00 626c7808841e CTESTS byte ptr [r22], r27b, {dfv=} +0000000000003BD0 626c7c08841e CTESTS byte ptr [r22], r27b, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -49453,7 +49253,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003C06 626c780884de CTESTS r22b, r27b, {dfv=} +0000000000003BD6 626c7c0884de CTESTS r22b, r27b, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -49475,7 +49275,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003C0C 626cf808841e CTESTS byte ptr [r22], r27b, {dfv=} +0000000000003BDC 626cfc08841e CTESTS byte ptr [r22], r27b, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -49498,7 +49298,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003C12 626cf80884de CTESTS r22b, r27b, {dfv=} +0000000000003BE2 626cfc0884de CTESTS r22b, r27b, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -49520,7 +49320,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003C18 626c7808851e CTESTS dword ptr [r22], r27d, {dfv=} +0000000000003BE8 626c7c08851e CTESTS dword ptr [r22], r27d, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -49543,7 +49343,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003C1E 626c780885de CTESTS r22d, r27d, {dfv=} +0000000000003BEE 626c7c0885de CTESTS r22d, r27d, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -49565,7 +49365,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003C24 626cf808851e CTESTS qword ptr [r22], r27, {dfv=} +0000000000003BF4 626cfc08851e CTESTS qword ptr [r22], r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -49588,7 +49388,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003C2A 626cf80885de CTESTS r22, r27, {dfv=} +0000000000003BFA 626cfc0885de CTESTS r22, r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -49610,7 +49410,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003C30 626c7908851e CTESTS word ptr [r22], r27w, {dfv=} +0000000000003C00 626c7d08851e CTESTS word ptr [r22], r27w, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -49633,7 +49433,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000003C36 626c790885de CTESTS r22w, r27w, {dfv=} +0000000000003C06 626c7d0885de CTESTS r22w, r27w, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -49655,7 +49455,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000003C3C 626cf908851e CTESTS qword ptr [r22], r27, {dfv=} +0000000000003C0C 626cfd08851e CTESTS qword ptr [r22], r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -49678,7 +49478,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003C42 626cf90885de CTESTS r22, r27, {dfv=} +0000000000003C12 626cfd0885de CTESTS r22, r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -49700,7 +49500,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003C48 626c7808f606bd CTESTS byte ptr [r22], 0xbd, {dfv=} +0000000000003C18 626c7c08f606bd CTESTS byte ptr [r22], 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -49723,7 +49523,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003C4F 626c7808f6c6bd CTESTS r22b, 0xbd, {dfv=} +0000000000003C1F 626c7c08f6c6bd CTESTS r22b, 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -49745,7 +49545,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003C56 626cf808f606bd CTESTS byte ptr [r22], 0xbd, {dfv=} +0000000000003C26 626cfc08f606bd CTESTS byte ptr [r22], 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -49768,7 +49568,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003C5D 626cf808f6c6bd CTESTS r22b, 0xbd, {dfv=} +0000000000003C2D 626cfc08f6c6bd CTESTS r22b, 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -49790,7 +49590,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003C64 626c7808f60ebd CTESTS byte ptr [r22], 0xbd, {dfv=} +0000000000003C34 626c7c08f60ebd CTESTS byte ptr [r22], 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -49813,7 +49613,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003C6B 626c7808f6cebd CTESTS r22b, 0xbd, {dfv=} +0000000000003C3B 626c7c08f6cebd CTESTS r22b, 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -49835,7 +49635,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003C72 626cf808f60ebd CTESTS byte ptr [r22], 0xbd, {dfv=} +0000000000003C42 626cfc08f60ebd CTESTS byte ptr [r22], 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -49858,7 +49658,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003C79 626cf808f6cebd CTESTS r22b, 0xbd, {dfv=} +0000000000003C49 626cfc08f6cebd CTESTS r22b, 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -49880,7 +49680,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003C80 626c7808f706bdbdbdbd CTESTS dword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000003C50 626c7c08f706bdbdbdbd CTESTS dword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -49903,7 +49703,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003C8A 626c7808f7c6bdbdbdbd CTESTS r22d, 0xbdbdbdbd, {dfv=} +0000000000003C5A 626c7c08f7c6bdbdbdbd CTESTS r22d, 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -49925,7 +49725,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003C94 626cf808f706bdbdbdbd CTESTS qword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000003C64 626cfc08f706bdbdbdbd CTESTS qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -49948,7 +49748,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003C9E 626cf808f7c6bdbdbdbd CTESTS r22, 0xbdbdbdbd, {dfv=} +0000000000003C6E 626cfc08f7c6bdbdbdbd CTESTS r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -49970,7 +49770,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003CA8 626c7908f706bdbd CTESTS word ptr [r22], 0xbdbd, {dfv=} +0000000000003C78 626c7d08f706bdbd CTESTS word ptr [r22], 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -49993,7 +49793,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000003CB0 626c7908f7c6bdbd CTESTS r22w, 0xbdbd, {dfv=} +0000000000003C80 626c7d08f7c6bdbd CTESTS r22w, 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -50015,7 +49815,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000003CB8 626cf908f706bdbdbdbd CTESTS qword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000003C88 626cfd08f706bdbdbdbd CTESTS qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -50038,7 +49838,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003CC2 626cf908f7c6bdbdbdbd CTESTS r22, 0xbdbdbdbd, {dfv=} +0000000000003C92 626cfd08f7c6bdbdbdbd CTESTS r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -50060,7 +49860,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003CCC 626c7808f70ebdbdbdbd CTESTS dword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000003C9C 626c7c08f70ebdbdbdbd CTESTS dword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -50083,7 +49883,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003CD6 626c7808f7cebdbdbdbd CTESTS r22d, 0xbdbdbdbd, {dfv=} +0000000000003CA6 626c7c08f7cebdbdbdbd CTESTS r22d, 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -50105,7 +49905,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003CE0 626cf808f70ebdbdbdbd CTESTS qword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000003CB0 626cfc08f70ebdbdbdbd CTESTS qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -50128,7 +49928,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003CEA 626cf808f7cebdbdbdbd CTESTS r22, 0xbdbdbdbd, {dfv=} +0000000000003CBA 626cfc08f7cebdbdbdbd CTESTS r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -50150,7 +49950,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003CF4 626c7908f70ebdbd CTESTS word ptr [r22], 0xbdbd, {dfv=} +0000000000003CC4 626c7d08f70ebdbd CTESTS word ptr [r22], 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -50173,7 +49973,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000003CFC 626c7908f7cebdbd CTESTS r22w, 0xbdbd, {dfv=} +0000000000003CCC 626c7d08f7cebdbd CTESTS r22w, 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -50195,7 +49995,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000003D04 626cf908f70ebdbdbdbd CTESTS qword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000003CD4 626cfd08f70ebdbdbdbd CTESTS qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -50218,7 +50018,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003D0E 626cf908f7cebdbdbdbd CTESTS r22, 0xbdbdbdbd, {dfv=} +0000000000003CDE 626cfd08f7cebdbdbdbd CTESTS r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -50240,7 +50040,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003D18 626c780a841e CTESTT byte ptr [r22], r27b, {dfv=} +0000000000003CE8 626c7c0a841e CTESTT byte ptr [r22], r27b, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -50263,7 +50063,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003D1E 626c780a84de CTESTT r22b, r27b, {dfv=} +0000000000003CEE 626c7c0a84de CTESTT r22b, r27b, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -50285,7 +50085,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003D24 626cf80a841e CTESTT byte ptr [r22], r27b, {dfv=} +0000000000003CF4 626cfc0a841e CTESTT byte ptr [r22], r27b, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -50308,7 +50108,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003D2A 626cf80a84de CTESTT r22b, r27b, {dfv=} +0000000000003CFA 626cfc0a84de CTESTT r22b, r27b, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -50330,7 +50130,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003D30 626c780a851e CTESTT dword ptr [r22], r27d, {dfv=} +0000000000003D00 626c7c0a851e CTESTT dword ptr [r22], r27d, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -50353,7 +50153,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003D36 626c780a85de CTESTT r22d, r27d, {dfv=} +0000000000003D06 626c7c0a85de CTESTT r22d, r27d, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -50375,7 +50175,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003D3C 626cf80a851e CTESTT qword ptr [r22], r27, {dfv=} +0000000000003D0C 626cfc0a851e CTESTT qword ptr [r22], r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -50398,7 +50198,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003D42 626cf80a85de CTESTT r22, r27, {dfv=} +0000000000003D12 626cfc0a85de CTESTT r22, r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -50420,7 +50220,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003D48 626c790a851e CTESTT word ptr [r22], r27w, {dfv=} +0000000000003D18 626c7d0a851e CTESTT word ptr [r22], r27w, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -50443,7 +50243,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000003D4E 626c790a85de CTESTT r22w, r27w, {dfv=} +0000000000003D1E 626c7d0a85de CTESTT r22w, r27w, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -50465,7 +50265,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000003D54 626cf90a851e CTESTT qword ptr [r22], r27, {dfv=} +0000000000003D24 626cfd0a851e CTESTT qword ptr [r22], r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -50488,7 +50288,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003D5A 626cf90a85de CTESTT r22, r27, {dfv=} +0000000000003D2A 626cfd0a85de CTESTT r22, r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -50510,7 +50310,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003D60 626c780af606bd CTESTT byte ptr [r22], 0xbd, {dfv=} +0000000000003D30 626c7c0af606bd CTESTT byte ptr [r22], 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -50533,7 +50333,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003D67 626c780af6c6bd CTESTT r22b, 0xbd, {dfv=} +0000000000003D37 626c7c0af6c6bd CTESTT r22b, 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -50555,7 +50355,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003D6E 626cf80af606bd CTESTT byte ptr [r22], 0xbd, {dfv=} +0000000000003D3E 626cfc0af606bd CTESTT byte ptr [r22], 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -50578,7 +50378,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003D75 626cf80af6c6bd CTESTT r22b, 0xbd, {dfv=} +0000000000003D45 626cfc0af6c6bd CTESTT r22b, 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -50600,7 +50400,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003D7C 626c780af60ebd CTESTT byte ptr [r22], 0xbd, {dfv=} +0000000000003D4C 626c7c0af60ebd CTESTT byte ptr [r22], 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -50623,7 +50423,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003D83 626c780af6cebd CTESTT r22b, 0xbd, {dfv=} +0000000000003D53 626c7c0af6cebd CTESTT r22b, 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -50645,7 +50445,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003D8A 626cf80af60ebd CTESTT byte ptr [r22], 0xbd, {dfv=} +0000000000003D5A 626cfc0af60ebd CTESTT byte ptr [r22], 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -50668,7 +50468,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003D91 626cf80af6cebd CTESTT r22b, 0xbd, {dfv=} +0000000000003D61 626cfc0af6cebd CTESTT r22b, 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -50690,7 +50490,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003D98 626c780af706bdbdbdbd CTESTT dword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000003D68 626c7c0af706bdbdbdbd CTESTT dword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -50713,7 +50513,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003DA2 626c780af7c6bdbdbdbd CTESTT r22d, 0xbdbdbdbd, {dfv=} +0000000000003D72 626c7c0af7c6bdbdbdbd CTESTT r22d, 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -50735,7 +50535,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003DAC 626cf80af706bdbdbdbd CTESTT qword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000003D7C 626cfc0af706bdbdbdbd CTESTT qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -50758,7 +50558,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003DB6 626cf80af7c6bdbdbdbd CTESTT r22, 0xbdbdbdbd, {dfv=} +0000000000003D86 626cfc0af7c6bdbdbdbd CTESTT r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -50780,7 +50580,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003DC0 626c790af706bdbd CTESTT word ptr [r22], 0xbdbd, {dfv=} +0000000000003D90 626c7d0af706bdbd CTESTT word ptr [r22], 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -50803,7 +50603,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000003DC8 626c790af7c6bdbd CTESTT r22w, 0xbdbd, {dfv=} +0000000000003D98 626c7d0af7c6bdbd CTESTT r22w, 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -50825,7 +50625,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000003DD0 626cf90af706bdbdbdbd CTESTT qword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000003DA0 626cfd0af706bdbdbdbd CTESTT qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -50848,7 +50648,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003DDA 626cf90af7c6bdbdbdbd CTESTT r22, 0xbdbdbdbd, {dfv=} +0000000000003DAA 626cfd0af7c6bdbdbdbd CTESTT r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -50870,7 +50670,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003DE4 626c780af70ebdbdbdbd CTESTT dword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000003DB4 626c7c0af70ebdbdbdbd CTESTT dword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -50893,7 +50693,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003DEE 626c780af7cebdbdbdbd CTESTT r22d, 0xbdbdbdbd, {dfv=} +0000000000003DBE 626c7c0af7cebdbdbdbd CTESTT r22d, 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -50915,7 +50715,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003DF8 626cf80af70ebdbdbdbd CTESTT qword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000003DC8 626cfc0af70ebdbdbdbd CTESTT qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -50938,7 +50738,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003E02 626cf80af7cebdbdbdbd CTESTT r22, 0xbdbdbdbd, {dfv=} +0000000000003DD2 626cfc0af7cebdbdbdbd CTESTT r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -50960,7 +50760,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003E0C 626c790af70ebdbd CTESTT word ptr [r22], 0xbdbd, {dfv=} +0000000000003DDC 626c7d0af70ebdbd CTESTT word ptr [r22], 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -50983,7 +50783,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000003E14 626c790af7cebdbd CTESTT r22w, 0xbdbd, {dfv=} +0000000000003DE4 626c7d0af7cebdbd CTESTT r22w, 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -51005,7 +50805,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000003E1C 626cf90af70ebdbdbdbd CTESTT qword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000003DEC 626cfd0af70ebdbdbdbd CTESTT qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -51028,7 +50828,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003E26 626cf90af7cebdbdbdbd CTESTT r22, 0xbdbdbdbd, {dfv=} +0000000000003DF6 626cfd0af7cebdbdbdbd CTESTT r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -51050,7 +50850,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003E30 626c7804841e CTESTZ byte ptr [r22], r27b, {dfv=} +0000000000003E00 626c7c04841e CTESTZ byte ptr [r22], r27b, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -51073,7 +50873,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003E36 626c780484de CTESTZ r22b, r27b, {dfv=} +0000000000003E06 626c7c0484de CTESTZ r22b, r27b, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -51095,7 +50895,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003E3C 626cf804841e CTESTZ byte ptr [r22], r27b, {dfv=} +0000000000003E0C 626cfc04841e CTESTZ byte ptr [r22], r27b, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -51118,7 +50918,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003E42 626cf80484de CTESTZ r22b, r27b, {dfv=} +0000000000003E12 626cfc0484de CTESTZ r22b, r27b, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -51140,7 +50940,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003E48 626c7804851e CTESTZ dword ptr [r22], r27d, {dfv=} +0000000000003E18 626c7c04851e CTESTZ dword ptr [r22], r27d, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -51163,7 +50963,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003E4E 626c780485de CTESTZ r22d, r27d, {dfv=} +0000000000003E1E 626c7c0485de CTESTZ r22d, r27d, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -51185,7 +50985,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003E54 626cf804851e CTESTZ qword ptr [r22], r27, {dfv=} +0000000000003E24 626cfc04851e CTESTZ qword ptr [r22], r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -51208,7 +51008,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003E5A 626cf80485de CTESTZ r22, r27, {dfv=} +0000000000003E2A 626cfc0485de CTESTZ r22, r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -51230,7 +51030,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003E60 626c7904851e CTESTZ word ptr [r22], r27w, {dfv=} +0000000000003E30 626c7d04851e CTESTZ word ptr [r22], r27w, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -51253,7 +51053,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000003E66 626c790485de CTESTZ r22w, r27w, {dfv=} +0000000000003E36 626c7d0485de CTESTZ r22w, r27w, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -51275,7 +51075,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000003E6C 626cf904851e CTESTZ qword ptr [r22], r27, {dfv=} +0000000000003E3C 626cfd04851e CTESTZ qword ptr [r22], r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -51298,7 +51098,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003E72 626cf90485de CTESTZ r22, r27, {dfv=} +0000000000003E42 626cfd0485de CTESTZ r22, r27, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -51320,7 +51120,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003E78 626c7804f606bd CTESTZ byte ptr [r22], 0xbd, {dfv=} +0000000000003E48 626c7c04f606bd CTESTZ byte ptr [r22], 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -51343,7 +51143,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003E7F 626c7804f6c6bd CTESTZ r22b, 0xbd, {dfv=} +0000000000003E4F 626c7c04f6c6bd CTESTZ r22b, 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -51365,7 +51165,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003E86 626cf804f606bd CTESTZ byte ptr [r22], 0xbd, {dfv=} +0000000000003E56 626cfc04f606bd CTESTZ byte ptr [r22], 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -51388,7 +51188,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003E8D 626cf804f6c6bd CTESTZ r22b, 0xbd, {dfv=} +0000000000003E5D 626cfc04f6c6bd CTESTZ r22b, 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -51410,7 +51210,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003E94 626c7804f60ebd CTESTZ byte ptr [r22], 0xbd, {dfv=} +0000000000003E64 626c7c04f60ebd CTESTZ byte ptr [r22], 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -51433,7 +51233,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003E9B 626c7804f6cebd CTESTZ r22b, 0xbd, {dfv=} +0000000000003E6B 626c7c04f6cebd CTESTZ r22b, 0xbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -51455,7 +51255,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003EA2 626cf804f60ebd CTESTZ byte ptr [r22], 0xbd, {dfv=} +0000000000003E72 626cfc04f60ebd CTESTZ byte ptr [r22], 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -51478,7 +51278,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003EA9 626cf804f6cebd CTESTZ r22b, 0xbd, {dfv=} +0000000000003E79 626cfc04f6cebd CTESTZ r22b, 0xbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -51500,7 +51300,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003EB0 626c7804f706bdbdbdbd CTESTZ dword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000003E80 626c7c04f706bdbdbdbd CTESTZ dword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -51523,7 +51323,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003EBA 626c7804f7c6bdbdbdbd CTESTZ r22d, 0xbdbdbdbd, {dfv=} +0000000000003E8A 626c7c04f7c6bdbdbdbd CTESTZ r22d, 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -51545,7 +51345,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003EC4 626cf804f706bdbdbdbd CTESTZ qword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000003E94 626cfc04f706bdbdbdbd CTESTZ qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -51568,7 +51368,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003ECE 626cf804f7c6bdbdbdbd CTESTZ r22, 0xbdbdbdbd, {dfv=} +0000000000003E9E 626cfc04f7c6bdbdbdbd CTESTZ r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -51590,7 +51390,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003ED8 626c7904f706bdbd CTESTZ word ptr [r22], 0xbdbd, {dfv=} +0000000000003EA8 626c7d04f706bdbd CTESTZ word ptr [r22], 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -51613,7 +51413,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000003EE0 626c7904f7c6bdbd CTESTZ r22w, 0xbdbd, {dfv=} +0000000000003EB0 626c7d04f7c6bdbd CTESTZ r22w, 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -51635,7 +51435,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000003EE8 626cf904f706bdbdbdbd CTESTZ qword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000003EB8 626cfd04f706bdbdbdbd CTESTZ qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -51658,7 +51458,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003EF2 626cf904f7c6bdbdbdbd CTESTZ r22, 0xbdbdbdbd, {dfv=} +0000000000003EC2 626cfd04f7c6bdbdbdbd CTESTZ r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -51680,7 +51480,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003EFC 626c7804f70ebdbdbdbd CTESTZ dword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000003ECC 626c7c04f70ebdbdbdbd CTESTZ dword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -51703,7 +51503,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003F06 626c7804f7cebdbdbdbd CTESTZ r22d, 0xbdbdbdbd, {dfv=} +0000000000003ED6 626c7c04f7cebdbdbdbd CTESTZ r22d, 0xbdbdbdbd, {dfv=} DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -51725,7 +51525,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003F10 626cf804f70ebdbdbdbd CTESTZ qword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000003EE0 626cfc04f70ebdbdbdbd CTESTZ qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -51748,7 +51548,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003F1A 626cf804f7cebdbdbdbd CTESTZ r22, 0xbdbdbdbd, {dfv=} +0000000000003EEA 626cfc04f7cebdbdbdbd CTESTZ r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -51770,7 +51570,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003F24 626c7904f70ebdbd CTESTZ word ptr [r22], 0xbdbd, {dfv=} +0000000000003EF4 626c7d04f70ebdbd CTESTZ word ptr [r22], 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -51793,7 +51593,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000003F2C 626c7904f7cebdbd CTESTZ r22w, 0xbdbd, {dfv=} +0000000000003EFC 626c7d04f7cebdbd CTESTZ r22w, 0xbdbd, {dfv=} DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -51815,7 +51615,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000003F34 626cf904f70ebdbdbdbd CTESTZ qword ptr [r22], 0xbdbdbdbd, {dfv=} +0000000000003F04 626cfd04f70ebdbdbdbd CTESTZ qword ptr [r22], 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -51838,7 +51638,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003F3E 626cf904f7cebdbdbdbd CTESTZ r22, 0xbdbdbdbd, {dfv=} +0000000000003F0E 626cfd04f7cebdbdbdbd CTESTZ r22, 0xbdbdbdbd, {dfv=} DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -51860,7 +51660,7 @@ Operand: 2, Acc: R-, Type: Default flags, Size: 0, RawSize: 0, Encoding: V Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003F48 626c7808fe0e DEC byte ptr [r22] +0000000000003F18 626c7c08fe0e DEC byte ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -51881,7 +51681,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003F4E 626c7808fece DEC r22b +0000000000003F1E 626c7c08fece DEC r22b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -51901,7 +51701,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003F54 626cf808fe0e DEC byte ptr [r22] +0000000000003F24 626cfc08fe0e DEC byte ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -51922,7 +51722,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003F5A 626cf808fece DEC r22b +0000000000003F2A 626cfc08fece DEC r22b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -51942,7 +51742,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003F60 626c7808ff0e DEC dword ptr [r22] +0000000000003F30 626c7c08ff0e DEC dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -51963,7 +51763,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003F66 626c7808ffce DEC r22d +0000000000003F36 626c7c08ffce DEC r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -51983,7 +51783,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 1, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003F6C 626cf808ff0e DEC qword ptr [r22] +0000000000003F3C 626cfc08ff0e DEC qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -52004,7 +51804,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003F72 626cf808ffce DEC r22 +0000000000003F42 626cfc08ffce DEC r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -52024,7 +51824,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003F78 626c7908ff0e DEC word ptr [r22] +0000000000003F48 626c7d08ff0e DEC word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -52045,7 +51845,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000003F7E 626c7908ffce DEC r22w +0000000000003F4E 626c7d08ffce DEC r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -52065,7 +51865,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 1, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000003F84 626cf908ff0e DEC qword ptr [r22] +0000000000003F54 626cfd08ff0e DEC qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -52086,7 +51886,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003F8A 626cf908ffce DEC r22 +0000000000003F5A 626cfd08ffce DEC r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -52106,7 +51906,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003F90 626c780cfe0e DECNF byte ptr [r22] +0000000000003F60 626c7c0cfe0e DECNF byte ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -52124,7 +51924,7 @@ Operand: 0, Acc: RW, Type: Memory, Size: 1, RawSize: 1, Encoding: M, Segment: 3, Base: 22, -0000000000003F96 626c780cfece DECNF r22b +0000000000003F66 626c7c0cfece DECNF r22b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -52141,7 +51941,7 @@ BND: no, BHINT: no, DNT: no Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 -0000000000003F9C 626cf80cfe0e DECNF byte ptr [r22] +0000000000003F6C 626cfc0cfe0e DECNF byte ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -52159,7 +51959,7 @@ Operand: 0, Acc: RW, Type: Memory, Size: 1, RawSize: 1, Encoding: M, Segment: 3, Base: 22, -0000000000003FA2 626cf80cfece DECNF r22b +0000000000003F72 626cfc0cfece DECNF r22b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -52176,7 +51976,7 @@ BND: no, BHINT: no, DNT: no Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 -0000000000003FA8 626c780cff0e DECNF dword ptr [r22] +0000000000003F78 626c7c0cff0e DECNF dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -52194,7 +51994,7 @@ Operand: 0, Acc: RW, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Segment: 3, Base: 22, -0000000000003FAE 626c780cffce DECNF r22d +0000000000003F7E 626c7c0cffce DECNF r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -52211,7 +52011,7 @@ BND: no, BHINT: no, DNT: no Operand: 0, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 -0000000000003FB4 626cf80cff0e DECNF qword ptr [r22] +0000000000003F84 626cfc0cff0e DECNF qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -52229,7 +52029,7 @@ Operand: 0, Acc: RW, Type: Memory, Size: 8, RawSize: 8, Encoding: M, Segment: 3, Base: 22, -0000000000003FBA 626cf80cffce DECNF r22 +0000000000003F8A 626cfc0cffce DECNF r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -52246,7 +52046,7 @@ BND: no, BHINT: no, DNT: no Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 -0000000000003FC0 626c790cff0e DECNF word ptr [r22] +0000000000003F90 626c7d0cff0e DECNF word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -52264,7 +52064,7 @@ Operand: 0, Acc: RW, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Segment: 3, Base: 22, -0000000000003FC6 626c790cffce DECNF r22w +0000000000003F96 626c7d0cffce DECNF r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -52281,7 +52081,7 @@ BND: no, BHINT: no, DNT: no Operand: 0, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 -0000000000003FCC 626cf90cff0e DECNF qword ptr [r22] +0000000000003F9C 626cfd0cff0e DECNF qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -52299,7 +52099,7 @@ Operand: 0, Acc: RW, Type: Memory, Size: 8, RawSize: 8, Encoding: M, Segment: 3, Base: 22, -0000000000003FD2 626cf90cffce DECNF r22 +0000000000003FA2 626cfd0cffce DECNF r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -52316,7 +52116,7 @@ BND: no, BHINT: no, DNT: no Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 -0000000000003FD8 626c7818fe0e DEC al, byte ptr [r22] +0000000000003FA8 626c7c18fe0e DEC al, byte ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -52338,7 +52138,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003FDE 626c7818fece DEC al, r22b +0000000000003FAE 626c7c18fece DEC al, r22b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -52359,7 +52159,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003FE4 626cf818fe0e DEC al, byte ptr [r22] +0000000000003FB4 626cfc18fe0e DEC al, byte ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -52381,7 +52181,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003FEA 626cf818fece DEC al, r22b +0000000000003FBA 626cfc18fece DEC al, r22b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -52402,7 +52202,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000003FF0 626c7818ff0e DEC eax, dword ptr [r22] +0000000000003FC0 626c7c18ff0e DEC eax, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -52424,7 +52224,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003FF6 626c7818ffce DEC eax, r22d +0000000000003FC6 626c7c18ffce DEC eax, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -52445,7 +52245,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000003FFC 626cf818ff0e DEC rax, qword ptr [r22] +0000000000003FCC 626cfc18ff0e DEC rax, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -52467,7 +52267,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004002 626cf818ffce DEC rax, r22 +0000000000003FD2 626cfc18ffce DEC rax, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -52488,7 +52288,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004008 626c7918ff0e DEC ax, word ptr [r22] +0000000000003FD8 626c7d18ff0e DEC ax, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -52510,7 +52310,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000400E 626c7918ffce DEC ax, r22w +0000000000003FDE 626c7d18ffce DEC ax, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -52531,7 +52331,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000004014 626cf918ff0e DEC rax, qword ptr [r22] +0000000000003FE4 626cfd18ff0e DEC rax, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -52553,7 +52353,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000401A 626cf918ffce DEC rax, r22 +0000000000003FEA 626cfd18ffce DEC rax, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -52574,7 +52374,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004020 626c781cfe0e DECNF al, byte ptr [r22] +0000000000003FF0 626c7c1cfe0e DECNF al, byte ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -52593,7 +52393,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 1, RawSize: 1, Encoding: M, Segment: 3, Base: 22, -0000000000004026 626c781cfece DECNF al, r22b +0000000000003FF6 626c7c1cfece DECNF al, r22b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -52611,7 +52411,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 1, RawSize: 1, Encoding: V, RegType: General Purpose, RegSize: 1, RegId: 0, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 -000000000000402C 626cf81cfe0e DECNF al, byte ptr [r22] +0000000000003FFC 626cfc1cfe0e DECNF al, byte ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -52630,7 +52430,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 1, RawSize: 1, Encoding: M, Segment: 3, Base: 22, -0000000000004032 626cf81cfece DECNF al, r22b +0000000000004002 626cfc1cfece DECNF al, r22b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -52648,7 +52448,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 1, RawSize: 1, Encoding: V, RegType: General Purpose, RegSize: 1, RegId: 0, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 -0000000000004038 626c781cff0e DECNF eax, dword ptr [r22] +0000000000004008 626c7c1cff0e DECNF eax, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -52667,7 +52467,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Segment: 3, Base: 22, -000000000000403E 626c781cffce DECNF eax, r22d +000000000000400E 626c7c1cffce DECNF eax, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -52685,7 +52485,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: V, RegType: General Purpose, RegSize: 4, RegId: 0, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 -0000000000004044 626cf81cff0e DECNF rax, qword ptr [r22] +0000000000004014 626cfc1cff0e DECNF rax, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -52704,7 +52504,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, Segment: 3, Base: 22, -000000000000404A 626cf81cffce DECNF rax, r22 +000000000000401A 626cfc1cffce DECNF rax, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -52722,7 +52522,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: V, RegType: General Purpose, RegSize: 8, RegId: 0, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 -0000000000004050 626c791cff0e DECNF ax, word ptr [r22] +0000000000004020 626c7d1cff0e DECNF ax, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -52741,7 +52541,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Segment: 3, Base: 22, -0000000000004056 626c791cffce DECNF ax, r22w +0000000000004026 626c7d1cffce DECNF ax, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -52759,7 +52559,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: V, RegType: General Purpose, RegSize: 2, RegId: 0, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 -000000000000405C 626cf91cff0e DECNF rax, qword ptr [r22] +000000000000402C 626cfd1cff0e DECNF rax, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -52778,7 +52578,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, Segment: 3, Base: 22, -0000000000004062 626cf91cffce DECNF rax, r22 +0000000000004032 626cfd1cffce DECNF rax, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -52796,7 +52596,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: V, RegType: General Purpose, RegSize: 8, RegId: 0, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 -0000000000004068 626c7808f636 DIV byte ptr [r22] +0000000000004038 626c7c08f636 DIV byte ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -52820,7 +52620,7 @@ Operand: 3, Acc: -W, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 4, RegCount: 1 Operand: 4, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000406E 626c7808f6f6 DIV r22b +000000000000403E 626c7c08f6f6 DIV r22b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -52843,7 +52643,7 @@ Operand: 3, Acc: -W, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 4, RegCount: 1 Operand: 4, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000004074 626cf808f636 DIV byte ptr [r22] +0000000000004044 626cfc08f636 DIV byte ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -52867,7 +52667,7 @@ Operand: 3, Acc: -W, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 4, RegCount: 1 Operand: 4, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000407A 626cf808f6f6 DIV r22b +000000000000404A 626cfc08f6f6 DIV r22b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -52890,7 +52690,7 @@ Operand: 3, Acc: -W, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 4, RegCount: 1 Operand: 4, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004080 626c7808f736 DIV dword ptr [r22] +0000000000004050 626c7c08f736 DIV dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -52913,7 +52713,7 @@ Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: General Purpose, RegSize: 4, RegId: 2, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000004086 626c7808f7f6 DIV r22d +0000000000004056 626c7c08f7f6 DIV r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -52935,7 +52735,7 @@ Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: General Purpose, RegSize: 4, RegId: 2, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000408C 626cf808f736 DIV qword ptr [r22] +000000000000405C 626cfc08f736 DIV qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -52958,7 +52758,7 @@ Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: General Purpose, RegSize: 8, RegId: 2, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004092 626cf808f7f6 DIV r22 +0000000000004062 626cfc08f7f6 DIV r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -52980,7 +52780,7 @@ Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: General Purpose, RegSize: 8, RegId: 2, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004098 626c7908f736 DIV word ptr [r22] +0000000000004068 626c7d08f736 DIV word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -53003,7 +52803,7 @@ Operand: 2, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: General Purpose, RegSize: 2, RegId: 2, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000409E 626c7908f7f6 DIV r22w +000000000000406E 626c7d08f7f6 DIV r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -53025,7 +52825,7 @@ Operand: 2, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: General Purpose, RegSize: 2, RegId: 2, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000040A4 626cf908f736 DIV qword ptr [r22] +0000000000004074 626cfd08f736 DIV qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -53048,7 +52848,7 @@ Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: General Purpose, RegSize: 8, RegId: 2, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000040AA 626cf908f7f6 DIV r22 +000000000000407A 626cfd08f7f6 DIV r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -53070,7 +52870,7 @@ Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: General Purpose, RegSize: 8, RegId: 2, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000040B0 626c780cf636 DIVNF byte ptr [r22] +0000000000004080 626c7c0cf636 DIVNF byte ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -53091,7 +52891,7 @@ Operand: 2, Acc: -W, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 0, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 4, RegCount: 1 -00000000000040B6 626c780cf6f6 DIVNF r22b +0000000000004086 626c7c0cf6f6 DIVNF r22b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -53111,7 +52911,7 @@ Operand: 2, Acc: -W, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 0, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 4, RegCount: 1 -00000000000040BC 626cf80cf636 DIVNF byte ptr [r22] +000000000000408C 626cfc0cf636 DIVNF byte ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -53132,7 +52932,7 @@ Operand: 2, Acc: -W, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 0, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 4, RegCount: 1 -00000000000040C2 626cf80cf6f6 DIVNF r22b +0000000000004092 626cfc0cf6f6 DIVNF r22b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -53152,7 +52952,7 @@ Operand: 2, Acc: -W, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 0, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 4, RegCount: 1 -00000000000040C8 626c780cf736 DIVNF dword ptr [r22] +0000000000004098 626c7c0cf736 DIVNF dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -53172,7 +52972,7 @@ Operand: 1, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: General Purpose, RegSize: 4, RegId: 0, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: General Purpose, RegSize: 4, RegId: 2, RegCount: 1 -00000000000040CE 626c780cf7f6 DIVNF r22d +000000000000409E 626c7c0cf7f6 DIVNF r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -53191,7 +52991,7 @@ Operand: 1, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: General Purpose, RegSize: 4, RegId: 0, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: General Purpose, RegSize: 4, RegId: 2, RegCount: 1 -00000000000040D4 626cf80cf736 DIVNF qword ptr [r22] +00000000000040A4 626cfc0cf736 DIVNF qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -53211,7 +53011,7 @@ Operand: 1, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: General Purpose, RegSize: 8, RegId: 0, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: General Purpose, RegSize: 8, RegId: 2, RegCount: 1 -00000000000040DA 626cf80cf7f6 DIVNF r22 +00000000000040AA 626cfc0cf7f6 DIVNF r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -53230,7 +53030,7 @@ Operand: 1, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: General Purpose, RegSize: 8, RegId: 0, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: General Purpose, RegSize: 8, RegId: 2, RegCount: 1 -00000000000040E0 626c790cf736 DIVNF word ptr [r22] +00000000000040B0 626c7d0cf736 DIVNF word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -53250,7 +53050,7 @@ Operand: 1, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: General Purpose, RegSize: 2, RegId: 0, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: General Purpose, RegSize: 2, RegId: 2, RegCount: 1 -00000000000040E6 626c790cf7f6 DIVNF r22w +00000000000040B6 626c7d0cf7f6 DIVNF r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -53269,7 +53069,7 @@ Operand: 1, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: General Purpose, RegSize: 2, RegId: 0, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: General Purpose, RegSize: 2, RegId: 2, RegCount: 1 -00000000000040EC 626cf90cf736 DIVNF qword ptr [r22] +00000000000040BC 626cfd0cf736 DIVNF qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -53289,7 +53089,7 @@ Operand: 1, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: General Purpose, RegSize: 8, RegId: 0, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: General Purpose, RegSize: 8, RegId: 2, RegCount: 1 -00000000000040F2 626cf90cf7f6 DIVNF r22 +00000000000040C2 626cfd0cf7f6 DIVNF r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -53308,101 +53108,7 @@ Operand: 1, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: General Purpose, RegSize: 8, RegId: 0, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: General Purpose, RegSize: 8, RegId: 2, RegCount: 1 -00000000000040F8 626c7a08dade ENCODEKEY128 r27d, r22d - DSIZE: 32, ASIZE: 64, VLEN: - - ISA Set: APX_F, Ins cat: AESKL, CET tracked: no - CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 - EVEX Tuple Type: None - Exception class: APX, exception type: APX-EVEX-KEYLOCKER - FLAGS access - CF: 0, PF: 0, AF: 0, ZF: 0, SF: 0, OF: 0, - Valid modes - R0: yes, R1: yes, R2: yes, R3: yes - Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes - SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes - VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes - Valid prefixes - REP: no, REPcc: no, LOCK: no - HLE: no, XACQUIRE only: no, XRELEASE only: no - BND: no, BHINT: no, DNT: no - Operand: 0, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 - Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 - Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: S, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 - Operand: 3, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: S, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 3 - Operand: 4, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: S, RegType: Vector, RegSize: 16, RegId: 4, RegCount: 3 - Operand: 5, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 - -00000000000040FE 626cfa08dade ENCODEKEY128 r27d, r22d - DSIZE: 64, ASIZE: 64, VLEN: - - ISA Set: APX_F, Ins cat: AESKL, CET tracked: no - CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 - EVEX Tuple Type: None - Exception class: APX, exception type: APX-EVEX-KEYLOCKER - FLAGS access - CF: 0, PF: 0, AF: 0, ZF: 0, SF: 0, OF: 0, - Valid modes - R0: yes, R1: yes, R2: yes, R3: yes - Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes - SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes - VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes - Valid prefixes - REP: no, REPcc: no, LOCK: no - HLE: no, XACQUIRE only: no, XRELEASE only: no - BND: no, BHINT: no, DNT: no - Operand: 0, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 - Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 - Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: S, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 - Operand: 3, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: S, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 3 - Operand: 4, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: S, RegType: Vector, RegSize: 16, RegId: 4, RegCount: 3 - Operand: 5, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 - -0000000000004104 626c7a08dbde ENCODEKEY256 r27d, r22d - DSIZE: 32, ASIZE: 64, VLEN: - - ISA Set: APX_F, Ins cat: AESKL, CET tracked: no - CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 - EVEX Tuple Type: None - Exception class: APX, exception type: APX-EVEX-KEYLOCKER - FLAGS access - CF: 0, PF: 0, AF: 0, ZF: 0, SF: 0, OF: 0, - Valid modes - R0: yes, R1: yes, R2: yes, R3: yes - Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes - SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes - VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes - Valid prefixes - REP: no, REPcc: no, LOCK: no - HLE: no, XACQUIRE only: no, XRELEASE only: no - BND: no, BHINT: no, DNT: no - Operand: 0, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 - Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 - Operand: 2, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: S, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 2 - Operand: 3, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: S, RegType: Vector, RegSize: 16, RegId: 2, RegCount: 5 - Operand: 4, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 - -000000000000410A 626cfa08dbde ENCODEKEY256 r27d, r22d - DSIZE: 64, ASIZE: 64, VLEN: - - ISA Set: APX_F, Ins cat: AESKL, CET tracked: no - CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 - EVEX Tuple Type: None - Exception class: APX, exception type: APX-EVEX-KEYLOCKER - FLAGS access - CF: 0, PF: 0, AF: 0, ZF: 0, SF: 0, OF: 0, - Valid modes - R0: yes, R1: yes, R2: yes, R3: yes - Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes - SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes - VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes - Valid prefixes - REP: no, REPcc: no, LOCK: no - HLE: no, XACQUIRE only: no, XRELEASE only: no - BND: no, BHINT: no, DNT: no - Operand: 0, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 - Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 - Operand: 2, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: S, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 2 - Operand: 3, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: S, RegType: Vector, RegSize: 16, RegId: 2, RegCount: 5 - Operand: 4, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 - -0000000000004110 626c7b08f81e ENQCMD [r27], zmmword ptr [r22] +00000000000040C8 626c7f08f81e ENQCMD [r27], zmmword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ENQCMD, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -53425,7 +53131,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000004116 626cfb08f81e ENQCMD [r27], zmmword ptr [r22] +00000000000040CE 626cff08f81e ENQCMD [r27], zmmword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ENQCMD, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -53448,7 +53154,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000411C 626c7a08f81e ENQCMDS [r27], zmmword ptr [r22] +00000000000040D4 626c7e08f81e ENQCMDS [r27], zmmword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ENQCMD, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -53471,7 +53177,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000004122 626cfa08f81e ENQCMDS [r27], zmmword ptr [r22] +00000000000040DA 626cfe08f81e ENQCMDS [r27], zmmword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ENQCMD, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -53494,7 +53200,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004128 626c7808f63e IDIV byte ptr [r22] +00000000000040E0 626c7c08f63e IDIV byte ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -53518,7 +53224,7 @@ Operand: 3, Acc: -W, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 4, RegCount: 1 Operand: 4, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000412E 626c7808f6fe IDIV r22b +00000000000040E6 626c7c08f6fe IDIV r22b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -53541,7 +53247,7 @@ Operand: 3, Acc: -W, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 4, RegCount: 1 Operand: 4, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000004134 626cf808f63e IDIV byte ptr [r22] +00000000000040EC 626cfc08f63e IDIV byte ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -53565,7 +53271,7 @@ Operand: 3, Acc: -W, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 4, RegCount: 1 Operand: 4, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000413A 626cf808f6fe IDIV r22b +00000000000040F2 626cfc08f6fe IDIV r22b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -53588,7 +53294,7 @@ Operand: 3, Acc: -W, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 4, RegCount: 1 Operand: 4, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004140 626c7808f73e IDIV dword ptr [r22] +00000000000040F8 626c7c08f73e IDIV dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -53611,7 +53317,7 @@ Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: General Purpose, RegSize: 4, RegId: 2, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000004146 626c7808f7fe IDIV r22d +00000000000040FE 626c7c08f7fe IDIV r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -53633,7 +53339,7 @@ Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: General Purpose, RegSize: 4, RegId: 2, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000414C 626cf808f73e IDIV qword ptr [r22] +0000000000004104 626cfc08f73e IDIV qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -53656,7 +53362,7 @@ Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: General Purpose, RegSize: 8, RegId: 2, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004152 626cf808f7fe IDIV r22 +000000000000410A 626cfc08f7fe IDIV r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -53678,7 +53384,7 @@ Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: General Purpose, RegSize: 8, RegId: 2, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004158 626c7908f73e IDIV word ptr [r22] +0000000000004110 626c7d08f73e IDIV word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -53701,7 +53407,7 @@ Operand: 2, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: General Purpose, RegSize: 2, RegId: 2, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000415E 626c7908f7fe IDIV r22w +0000000000004116 626c7d08f7fe IDIV r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -53723,7 +53429,7 @@ Operand: 2, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: General Purpose, RegSize: 2, RegId: 2, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000004164 626cf908f73e IDIV qword ptr [r22] +000000000000411C 626cfd08f73e IDIV qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -53746,7 +53452,7 @@ Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: General Purpose, RegSize: 8, RegId: 2, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000416A 626cf908f7fe IDIV r22 +0000000000004122 626cfd08f7fe IDIV r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -53768,7 +53474,7 @@ Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: General Purpose, RegSize: 8, RegId: 2, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004170 626c780cf63e IDIVNF byte ptr [r22] +0000000000004128 626c7c0cf63e IDIVNF byte ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -53789,7 +53495,7 @@ Operand: 2, Acc: -W, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 0, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 4, RegCount: 1 -0000000000004176 626c780cf6fe IDIVNF r22b +000000000000412E 626c7c0cf6fe IDIVNF r22b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -53809,7 +53515,7 @@ Operand: 2, Acc: -W, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 0, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 4, RegCount: 1 -000000000000417C 626cf80cf63e IDIVNF byte ptr [r22] +0000000000004134 626cfc0cf63e IDIVNF byte ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -53830,7 +53536,7 @@ Operand: 2, Acc: -W, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 0, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 4, RegCount: 1 -0000000000004182 626cf80cf6fe IDIVNF r22b +000000000000413A 626cfc0cf6fe IDIVNF r22b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -53850,7 +53556,7 @@ Operand: 2, Acc: -W, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 0, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 4, RegCount: 1 -0000000000004188 626c780cf73e IDIVNF dword ptr [r22] +0000000000004140 626c7c0cf73e IDIVNF dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -53870,7 +53576,7 @@ Operand: 1, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: General Purpose, RegSize: 4, RegId: 0, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: General Purpose, RegSize: 4, RegId: 2, RegCount: 1 -000000000000418E 626c780cf7fe IDIVNF r22d +0000000000004146 626c7c0cf7fe IDIVNF r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -53889,7 +53595,7 @@ Operand: 1, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: General Purpose, RegSize: 4, RegId: 0, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: General Purpose, RegSize: 4, RegId: 2, RegCount: 1 -0000000000004194 626cf80cf73e IDIVNF qword ptr [r22] +000000000000414C 626cfc0cf73e IDIVNF qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -53909,7 +53615,7 @@ Operand: 1, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: General Purpose, RegSize: 8, RegId: 0, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: General Purpose, RegSize: 8, RegId: 2, RegCount: 1 -000000000000419A 626cf80cf7fe IDIVNF r22 +0000000000004152 626cfc0cf7fe IDIVNF r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -53928,7 +53634,7 @@ Operand: 1, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: General Purpose, RegSize: 8, RegId: 0, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: General Purpose, RegSize: 8, RegId: 2, RegCount: 1 -00000000000041A0 626c790cf73e IDIVNF word ptr [r22] +0000000000004158 626c7d0cf73e IDIVNF word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -53948,7 +53654,7 @@ Operand: 1, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: General Purpose, RegSize: 2, RegId: 0, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: General Purpose, RegSize: 2, RegId: 2, RegCount: 1 -00000000000041A6 626c790cf7fe IDIVNF r22w +000000000000415E 626c7d0cf7fe IDIVNF r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -53967,7 +53673,7 @@ Operand: 1, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: General Purpose, RegSize: 2, RegId: 0, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: General Purpose, RegSize: 2, RegId: 2, RegCount: 1 -00000000000041AC 626cf90cf73e IDIVNF qword ptr [r22] +0000000000004164 626cfd0cf73e IDIVNF qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -53987,7 +53693,7 @@ Operand: 1, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: General Purpose, RegSize: 8, RegId: 0, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: General Purpose, RegSize: 8, RegId: 2, RegCount: 1 -00000000000041B2 626cf90cf7fe IDIVNF r22 +000000000000416A 626cfd0cf7fe IDIVNF r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -54006,7 +53712,7 @@ Operand: 1, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: General Purpose, RegSize: 8, RegId: 0, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: General Purpose, RegSize: 8, RegId: 2, RegCount: 1 -00000000000041B8 626c7808691ebdbdbdbd IMUL r27d, dword ptr [r22], 0xbdbdbdbd +0000000000004170 626c7c08691ebdbdbdbd IMUL r27d, dword ptr [r22], 0xbdbdbdbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -54029,7 +53735,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000041C2 626c780869debdbdbdbd IMUL r27d, r22d, 0xbdbdbdbd +000000000000417A 626c7c0869debdbdbdbd IMUL r27d, r22d, 0xbdbdbdbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -54051,7 +53757,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000041CC 626cf808691ebdbdbdbd IMUL r27, qword ptr [r22], 0xbdbdbdbd +0000000000004184 626cfc08691ebdbdbdbd IMUL r27, qword ptr [r22], 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -54074,7 +53780,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000041D6 626cf80869debdbdbdbd IMUL r27, r22, 0xbdbdbdbd +000000000000418E 626cfc0869debdbdbdbd IMUL r27, r22, 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -54096,7 +53802,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000041E0 626c7908691ebdbd IMUL r27w, word ptr [r22], 0xbdbd +0000000000004198 626c7d08691ebdbd IMUL r27w, word ptr [r22], 0xbdbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -54119,7 +53825,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 2, RawSize: 2, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000041E8 626c790869debdbd IMUL r27w, r22w, 0xbdbd +00000000000041A0 626c7d0869debdbd IMUL r27w, r22w, 0xbdbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -54141,7 +53847,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 2, RawSize: 2, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000041F0 626cf908691ebdbdbdbd IMUL r27, qword ptr [r22], 0xbdbdbdbd +00000000000041A8 626cfd08691ebdbdbdbd IMUL r27, qword ptr [r22], 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -54164,7 +53870,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000041FA 626cf90869debdbdbdbd IMUL r27, r22, 0xbdbdbdbd +00000000000041B2 626cfd0869debdbdbdbd IMUL r27, r22, 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -54186,7 +53892,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004204 626c78086b1ebd IMUL r27d, dword ptr [r22], 0xbd +00000000000041BC 626c7c086b1ebd IMUL r27d, dword ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -54209,7 +53915,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000420B 626c78086bdebd IMUL r27d, r22d, 0xbd +00000000000041C3 626c7c086bdebd IMUL r27d, r22d, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -54231,7 +53937,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000004212 626cf8086b1ebd IMUL r27, qword ptr [r22], 0xbd +00000000000041CA 626cfc086b1ebd IMUL r27, qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -54254,7 +53960,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004219 626cf8086bdebd IMUL r27, r22, 0xbd +00000000000041D1 626cfc086bdebd IMUL r27, r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -54276,7 +53982,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004220 626c79086b1ebd IMUL r27w, word ptr [r22], 0xbd +00000000000041D8 626c7d086b1ebd IMUL r27w, word ptr [r22], 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -54299,7 +54005,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000004227 626c79086bdebd IMUL r27w, r22w, 0xbd +00000000000041DF 626c7d086bdebd IMUL r27w, r22w, 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -54321,7 +54027,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000422E 626cf9086b1ebd IMUL r27, qword ptr [r22], 0xbd +00000000000041E6 626cfd086b1ebd IMUL r27, qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -54344,7 +54050,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004235 626cf9086bdebd IMUL r27, r22, 0xbd +00000000000041ED 626cfd086bdebd IMUL r27, r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -54366,7 +54072,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000423C 626c780c691ebdbdbdbd IMULNF r27d, dword ptr [r22], 0xbdbdbdbd +00000000000041F4 626c7c0c691ebdbdbdbd IMULNF r27d, dword ptr [r22], 0xbdbdbdbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -54386,7 +54092,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I -0000000000004246 626c780c69debdbdbdbd IMULNF r27d, r22d, 0xbdbdbdbd +00000000000041FE 626c7c0c69debdbdbdbd IMULNF r27d, r22d, 0xbdbdbdbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -54405,7 +54111,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I -0000000000004250 626cf80c691ebdbdbdbd IMULNF r27, qword ptr [r22], 0xbdbdbdbd +0000000000004208 626cfc0c691ebdbdbdbd IMULNF r27, qword ptr [r22], 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -54425,7 +54131,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I -000000000000425A 626cf80c69debdbdbdbd IMULNF r27, r22, 0xbdbdbdbd +0000000000004212 626cfc0c69debdbdbdbd IMULNF r27, r22, 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -54444,7 +54150,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I -0000000000004264 626c790c691ebdbd IMULNF r27w, word ptr [r22], 0xbdbd +000000000000421C 626c7d0c691ebdbd IMULNF r27w, word ptr [r22], 0xbdbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -54464,7 +54170,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 2, RawSize: 2, Encoding: I -000000000000426C 626c790c69debdbd IMULNF r27w, r22w, 0xbdbd +0000000000004224 626c7d0c69debdbd IMULNF r27w, r22w, 0xbdbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -54483,7 +54189,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 2, RawSize: 2, Encoding: I -0000000000004274 626cf90c691ebdbdbdbd IMULNF r27, qword ptr [r22], 0xbdbdbdbd +000000000000422C 626cfd0c691ebdbdbdbd IMULNF r27, qword ptr [r22], 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -54503,7 +54209,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I -000000000000427E 626cf90c69debdbdbdbd IMULNF r27, r22, 0xbdbdbdbd +0000000000004236 626cfd0c69debdbdbdbd IMULNF r27, r22, 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -54522,7 +54228,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I -0000000000004288 626c780c6b1ebd IMULNF r27d, dword ptr [r22], 0xbd +0000000000004240 626c7c0c6b1ebd IMULNF r27d, dword ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -54542,7 +54248,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -000000000000428F 626c780c6bdebd IMULNF r27d, r22d, 0xbd +0000000000004247 626c7c0c6bdebd IMULNF r27d, r22d, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -54561,7 +54267,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000004296 626cf80c6b1ebd IMULNF r27, qword ptr [r22], 0xbd +000000000000424E 626cfc0c6b1ebd IMULNF r27, qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -54581,7 +54287,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -000000000000429D 626cf80c6bdebd IMULNF r27, r22, 0xbd +0000000000004255 626cfc0c6bdebd IMULNF r27, r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -54600,7 +54306,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000042A4 626c790c6b1ebd IMULNF r27w, word ptr [r22], 0xbd +000000000000425C 626c7d0c6b1ebd IMULNF r27w, word ptr [r22], 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -54620,7 +54326,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000042AB 626c790c6bdebd IMULNF r27w, r22w, 0xbd +0000000000004263 626c7d0c6bdebd IMULNF r27w, r22w, 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -54639,7 +54345,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000042B2 626cf90c6b1ebd IMULNF r27, qword ptr [r22], 0xbd +000000000000426A 626cfd0c6b1ebd IMULNF r27, qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -54659,7 +54365,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000042B9 626cf90c6bdebd IMULNF r27, r22, 0xbd +0000000000004271 626cfd0c6bdebd IMULNF r27, r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -54678,7 +54384,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000042C0 626c7818691ebdbdbdbd IMULZU r27d, dword ptr [r22], 0xbdbdbdbd +0000000000004278 626c7c18691ebdbdbdbd IMULZU r27d, dword ptr [r22], 0xbdbdbdbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -54701,7 +54407,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000042CA 626c781869debdbdbdbd IMULZU r27d, r22d, 0xbdbdbdbd +0000000000004282 626c7c1869debdbdbdbd IMULZU r27d, r22d, 0xbdbdbdbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -54723,7 +54429,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000042D4 626cf818691ebdbdbdbd IMULZU r27, qword ptr [r22], 0xbdbdbdbd +000000000000428C 626cfc18691ebdbdbdbd IMULZU r27, qword ptr [r22], 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -54746,7 +54452,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000042DE 626cf81869debdbdbdbd IMULZU r27, r22, 0xbdbdbdbd +0000000000004296 626cfc1869debdbdbdbd IMULZU r27, r22, 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -54768,7 +54474,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000042E8 626c7918691ebdbd IMULZU r27w, word ptr [r22], 0xbdbd +00000000000042A0 626c7d18691ebdbd IMULZU r27w, word ptr [r22], 0xbdbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -54791,7 +54497,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 2, RawSize: 2, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000042F0 626c791869debdbd IMULZU r27w, r22w, 0xbdbd +00000000000042A8 626c7d1869debdbd IMULZU r27w, r22w, 0xbdbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -54813,7 +54519,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 2, RawSize: 2, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000042F8 626cf918691ebdbdbdbd IMULZU r27, qword ptr [r22], 0xbdbdbdbd +00000000000042B0 626cfd18691ebdbdbdbd IMULZU r27, qword ptr [r22], 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -54836,7 +54542,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004302 626cf91869debdbdbdbd IMULZU r27, r22, 0xbdbdbdbd +00000000000042BA 626cfd1869debdbdbdbd IMULZU r27, r22, 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -54858,7 +54564,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000430C 626c78186b1ebd IMULZU r27d, dword ptr [r22], 0xbd +00000000000042C4 626c7c186b1ebd IMULZU r27d, dword ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -54881,7 +54587,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000004313 626c78186bdebd IMULZU r27d, r22d, 0xbd +00000000000042CB 626c7c186bdebd IMULZU r27d, r22d, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -54903,7 +54609,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000431A 626cf8186b1ebd IMULZU r27, qword ptr [r22], 0xbd +00000000000042D2 626cfc186b1ebd IMULZU r27, qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -54926,7 +54632,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004321 626cf8186bdebd IMULZU r27, r22, 0xbd +00000000000042D9 626cfc186bdebd IMULZU r27, r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -54948,7 +54654,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004328 626c79186b1ebd IMULZU r27w, word ptr [r22], 0xbd +00000000000042E0 626c7d186b1ebd IMULZU r27w, word ptr [r22], 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -54971,7 +54677,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000432F 626c79186bdebd IMULZU r27w, r22w, 0xbd +00000000000042E7 626c7d186bdebd IMULZU r27w, r22w, 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -54993,7 +54699,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000004336 626cf9186b1ebd IMULZU r27, qword ptr [r22], 0xbd +00000000000042EE 626cfd186b1ebd IMULZU r27, qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -55016,7 +54722,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000433D 626cf9186bdebd IMULZU r27, r22, 0xbd +00000000000042F5 626cfd186bdebd IMULZU r27, r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -55038,7 +54744,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004344 626c781c691ebdbdbdbd IMULNFZU r27d, dword ptr [r22], 0xbdbdbdbd +00000000000042FC 626c7c1c691ebdbdbdbd IMULNFZU r27d, dword ptr [r22], 0xbdbdbdbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -55058,7 +54764,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I -000000000000434E 626c781c69debdbdbdbd IMULNFZU r27d, r22d, 0xbdbdbdbd +0000000000004306 626c7c1c69debdbdbdbd IMULNFZU r27d, r22d, 0xbdbdbdbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -55077,7 +54783,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I -0000000000004358 626cf81c691ebdbdbdbd IMULNFZU r27, qword ptr [r22], 0xbdbdbdbd +0000000000004310 626cfc1c691ebdbdbdbd IMULNFZU r27, qword ptr [r22], 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -55097,7 +54803,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I -0000000000004362 626cf81c69debdbdbdbd IMULNFZU r27, r22, 0xbdbdbdbd +000000000000431A 626cfc1c69debdbdbdbd IMULNFZU r27, r22, 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -55116,7 +54822,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I -000000000000436C 626c791c691ebdbd IMULNFZU r27w, word ptr [r22], 0xbdbd +0000000000004324 626c7d1c691ebdbd IMULNFZU r27w, word ptr [r22], 0xbdbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -55136,7 +54842,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 2, RawSize: 2, Encoding: I -0000000000004374 626c791c69debdbd IMULNFZU r27w, r22w, 0xbdbd +000000000000432C 626c7d1c69debdbd IMULNFZU r27w, r22w, 0xbdbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -55155,7 +54861,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 2, RawSize: 2, Encoding: I -000000000000437C 626cf91c691ebdbdbdbd IMULNFZU r27, qword ptr [r22], 0xbdbdbdbd +0000000000004334 626cfd1c691ebdbdbdbd IMULNFZU r27, qword ptr [r22], 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -55175,7 +54881,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I -0000000000004386 626cf91c69debdbdbdbd IMULNFZU r27, r22, 0xbdbdbdbd +000000000000433E 626cfd1c69debdbdbdbd IMULNFZU r27, r22, 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -55194,7 +54900,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I -0000000000004390 626c781c6b1ebd IMULNFZU r27d, dword ptr [r22], 0xbd +0000000000004348 626c7c1c6b1ebd IMULNFZU r27d, dword ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -55214,7 +54920,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000004397 626c781c6bdebd IMULNFZU r27d, r22d, 0xbd +000000000000434F 626c7c1c6bdebd IMULNFZU r27d, r22d, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -55233,7 +54939,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -000000000000439E 626cf81c6b1ebd IMULNFZU r27, qword ptr [r22], 0xbd +0000000000004356 626cfc1c6b1ebd IMULNFZU r27, qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -55253,7 +54959,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000043A5 626cf81c6bdebd IMULNFZU r27, r22, 0xbd +000000000000435D 626cfc1c6bdebd IMULNFZU r27, r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -55272,7 +54978,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000043AC 626c791c6b1ebd IMULNFZU r27w, word ptr [r22], 0xbd +0000000000004364 626c7d1c6b1ebd IMULNFZU r27w, word ptr [r22], 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -55292,7 +54998,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000043B3 626c791c6bdebd IMULNFZU r27w, r22w, 0xbd +000000000000436B 626c7d1c6bdebd IMULNFZU r27w, r22w, 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -55311,7 +55017,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000043BA 626cf91c6b1ebd IMULNFZU r27, qword ptr [r22], 0xbd +0000000000004372 626cfd1c6b1ebd IMULNFZU r27, qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -55331,7 +55037,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000043C1 626cf91c6bdebd IMULNFZU r27, r22, 0xbd +0000000000004379 626cfd1c6bdebd IMULNFZU r27, r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -55350,7 +55056,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000043C8 626c7808af1e IMUL r27d, dword ptr [r22] +0000000000004380 626c7c08af1e IMUL r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -55372,7 +55078,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000043CE 626c7808afde IMUL r27d, r22d +0000000000004386 626c7c08afde IMUL r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -55393,7 +55099,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000043D4 626cf808af1e IMUL r27, qword ptr [r22] +000000000000438C 626cfc08af1e IMUL r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -55415,7 +55121,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000043DA 626cf808afde IMUL r27, r22 +0000000000004392 626cfc08afde IMUL r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -55436,7 +55142,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000043E0 626c7908af1e IMUL r27w, word ptr [r22] +0000000000004398 626c7d08af1e IMUL r27w, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -55458,7 +55164,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000043E6 626c7908afde IMUL r27w, r22w +000000000000439E 626c7d08afde IMUL r27w, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -55479,7 +55185,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000043EC 626cf908af1e IMUL r27, qword ptr [r22] +00000000000043A4 626cfd08af1e IMUL r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -55501,7 +55207,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000043F2 626cf908afde IMUL r27, r22 +00000000000043AA 626cfd08afde IMUL r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -55522,7 +55228,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000043F8 626c7808f62e IMUL byte ptr [r22] +00000000000043B0 626c7c08f62e IMUL byte ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -55545,7 +55251,7 @@ Operand: 2, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: General Purpose, RegSize: 2, RegId: 0, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000043FE 626c7808f6ee IMUL r22b +00000000000043B6 626c7c08f6ee IMUL r22b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -55567,7 +55273,7 @@ Operand: 2, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: General Purpose, RegSize: 2, RegId: 0, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000004404 626cf808f62e IMUL byte ptr [r22] +00000000000043BC 626cfc08f62e IMUL byte ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -55590,7 +55296,7 @@ Operand: 2, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: General Purpose, RegSize: 2, RegId: 0, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000440A 626cf808f6ee IMUL r22b +00000000000043C2 626cfc08f6ee IMUL r22b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -55612,7 +55318,7 @@ Operand: 2, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: General Purpose, RegSize: 2, RegId: 0, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004410 626c7808f72e IMUL dword ptr [r22] +00000000000043C8 626c7c08f72e IMUL dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -55635,7 +55341,7 @@ Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: General Purpose, RegSize: 4, RegId: 2, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000004416 626c7808f7ee IMUL r22d +00000000000043CE 626c7c08f7ee IMUL r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -55657,7 +55363,7 @@ Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: General Purpose, RegSize: 4, RegId: 2, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000441C 626cf808f72e IMUL qword ptr [r22] +00000000000043D4 626cfc08f72e IMUL qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -55680,7 +55386,7 @@ Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: General Purpose, RegSize: 8, RegId: 2, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004422 626cf808f7ee IMUL r22 +00000000000043DA 626cfc08f7ee IMUL r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -55702,7 +55408,7 @@ Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: General Purpose, RegSize: 8, RegId: 2, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004428 626c7908f72e IMUL word ptr [r22] +00000000000043E0 626c7d08f72e IMUL word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -55725,7 +55431,7 @@ Operand: 2, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: General Purpose, RegSize: 2, RegId: 2, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000442E 626c7908f7ee IMUL r22w +00000000000043E6 626c7d08f7ee IMUL r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -55747,7 +55453,7 @@ Operand: 2, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: General Purpose, RegSize: 2, RegId: 2, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000004434 626cf908f72e IMUL qword ptr [r22] +00000000000043EC 626cfd08f72e IMUL qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -55770,7 +55476,7 @@ Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: General Purpose, RegSize: 8, RegId: 2, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000443A 626cf908f7ee IMUL r22 +00000000000043F2 626cfd08f7ee IMUL r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -55792,7 +55498,7 @@ Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: General Purpose, RegSize: 8, RegId: 2, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004440 626c780caf1e IMULNF r27d, dword ptr [r22] +00000000000043F8 626c7c0caf1e IMULNF r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -55811,7 +55517,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Segment: 3, Base: 22, -0000000000004446 626c780cafde IMULNF r27d, r22d +00000000000043FE 626c7c0cafde IMULNF r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -55829,7 +55535,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 -000000000000444C 626cf80caf1e IMULNF r27, qword ptr [r22] +0000000000004404 626cfc0caf1e IMULNF r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -55848,7 +55554,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, Segment: 3, Base: 22, -0000000000004452 626cf80cafde IMULNF r27, r22 +000000000000440A 626cfc0cafde IMULNF r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -55866,7 +55572,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 -0000000000004458 626c790caf1e IMULNF r27w, word ptr [r22] +0000000000004410 626c7d0caf1e IMULNF r27w, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -55885,7 +55591,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Segment: 3, Base: 22, -000000000000445E 626c790cafde IMULNF r27w, r22w +0000000000004416 626c7d0cafde IMULNF r27w, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -55903,7 +55609,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 -0000000000004464 626cf90caf1e IMULNF r27, qword ptr [r22] +000000000000441C 626cfd0caf1e IMULNF r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -55922,7 +55628,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, Segment: 3, Base: 22, -000000000000446A 626cf90cafde IMULNF r27, r22 +0000000000004422 626cfd0cafde IMULNF r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -55940,7 +55646,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 -0000000000004470 626c780cf62e IMULNF byte ptr [r22] +0000000000004428 626c7c0cf62e IMULNF byte ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -55960,7 +55666,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 0, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: General Purpose, RegSize: 2, RegId: 0, RegCount: 1 -0000000000004476 626c780cf6ee IMULNF r22b +000000000000442E 626c7c0cf6ee IMULNF r22b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -55979,7 +55685,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 0, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: General Purpose, RegSize: 2, RegId: 0, RegCount: 1 -000000000000447C 626cf80cf62e IMULNF byte ptr [r22] +0000000000004434 626cfc0cf62e IMULNF byte ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -55999,7 +55705,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 0, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: General Purpose, RegSize: 2, RegId: 0, RegCount: 1 -0000000000004482 626cf80cf6ee IMULNF r22b +000000000000443A 626cfc0cf6ee IMULNF r22b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -56018,7 +55724,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 0, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: General Purpose, RegSize: 2, RegId: 0, RegCount: 1 -0000000000004488 626c780cf72e IMULNF dword ptr [r22] +0000000000004440 626c7c0cf72e IMULNF dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -56038,7 +55744,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: General Purpose, RegSize: 4, RegId: 0, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: General Purpose, RegSize: 4, RegId: 2, RegCount: 1 -000000000000448E 626c780cf7ee IMULNF r22d +0000000000004446 626c7c0cf7ee IMULNF r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -56057,7 +55763,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: General Purpose, RegSize: 4, RegId: 0, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: General Purpose, RegSize: 4, RegId: 2, RegCount: 1 -0000000000004494 626cf80cf72e IMULNF qword ptr [r22] +000000000000444C 626cfc0cf72e IMULNF qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -56077,7 +55783,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: General Purpose, RegSize: 8, RegId: 0, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: General Purpose, RegSize: 8, RegId: 2, RegCount: 1 -000000000000449A 626cf80cf7ee IMULNF r22 +0000000000004452 626cfc0cf7ee IMULNF r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -56096,7 +55802,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: General Purpose, RegSize: 8, RegId: 0, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: General Purpose, RegSize: 8, RegId: 2, RegCount: 1 -00000000000044A0 626c790cf72e IMULNF word ptr [r22] +0000000000004458 626c7d0cf72e IMULNF word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -56116,7 +55822,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: General Purpose, RegSize: 2, RegId: 0, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: General Purpose, RegSize: 2, RegId: 2, RegCount: 1 -00000000000044A6 626c790cf7ee IMULNF r22w +000000000000445E 626c7d0cf7ee IMULNF r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -56135,7 +55841,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: General Purpose, RegSize: 2, RegId: 0, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: General Purpose, RegSize: 2, RegId: 2, RegCount: 1 -00000000000044AC 626cf90cf72e IMULNF qword ptr [r22] +0000000000004464 626cfd0cf72e IMULNF qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -56155,7 +55861,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: General Purpose, RegSize: 8, RegId: 0, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: General Purpose, RegSize: 8, RegId: 2, RegCount: 1 -00000000000044B2 626cf90cf7ee IMULNF r22 +000000000000446A 626cfd0cf7ee IMULNF r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -56174,7 +55880,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: General Purpose, RegSize: 8, RegId: 0, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: General Purpose, RegSize: 8, RegId: 2, RegCount: 1 -00000000000044B8 626c7818af1e IMUL eax, r27d, dword ptr [r22] +0000000000004470 626c7c18af1e IMUL eax, r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -56197,7 +55903,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000044BE 626c7818afde IMUL eax, r27d, r22d +0000000000004476 626c7c18afde IMUL eax, r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -56219,7 +55925,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000044C4 626cf818af1e IMUL rax, r27, qword ptr [r22] +000000000000447C 626cfc18af1e IMUL rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -56242,7 +55948,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000044CA 626cf818afde IMUL rax, r27, r22 +0000000000004482 626cfc18afde IMUL rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -56264,7 +55970,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000044D0 626c7918af1e IMUL ax, r27w, word ptr [r22] +0000000000004488 626c7d18af1e IMUL ax, r27w, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -56287,7 +55993,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000044D6 626c7918afde IMUL ax, r27w, r22w +000000000000448E 626c7d18afde IMUL ax, r27w, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -56309,7 +56015,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000044DC 626cf918af1e IMUL rax, r27, qword ptr [r22] +0000000000004494 626cfd18af1e IMUL rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -56332,7 +56038,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000044E2 626cf918afde IMUL rax, r27, r22 +000000000000449A 626cfd18afde IMUL rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -56354,7 +56060,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000044E8 626c781caf1e IMULNF eax, r27d, dword ptr [r22] +00000000000044A0 626c7c1caf1e IMULNF eax, r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -56374,7 +56080,7 @@ Operand: 2, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Segment: 3, Base: 22, -00000000000044EE 626c781cafde IMULNF eax, r27d, r22d +00000000000044A6 626c7c1cafde IMULNF eax, r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -56393,7 +56099,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 -00000000000044F4 626cf81caf1e IMULNF rax, r27, qword ptr [r22] +00000000000044AC 626cfc1caf1e IMULNF rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -56413,7 +56119,7 @@ Operand: 2, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, Segment: 3, Base: 22, -00000000000044FA 626cf81cafde IMULNF rax, r27, r22 +00000000000044B2 626cfc1cafde IMULNF rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -56432,7 +56138,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 -0000000000004500 626c791caf1e IMULNF ax, r27w, word ptr [r22] +00000000000044B8 626c7d1caf1e IMULNF ax, r27w, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -56452,7 +56158,7 @@ Operand: 2, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Segment: 3, Base: 22, -0000000000004506 626c791cafde IMULNF ax, r27w, r22w +00000000000044BE 626c7d1cafde IMULNF ax, r27w, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -56471,7 +56177,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 -000000000000450C 626cf91caf1e IMULNF rax, r27, qword ptr [r22] +00000000000044C4 626cfd1caf1e IMULNF rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -56491,7 +56197,7 @@ Operand: 2, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, Segment: 3, Base: 22, -0000000000004512 626cf91cafde IMULNF rax, r27, r22 +00000000000044CA 626cfd1cafde IMULNF rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -56510,7 +56216,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 -0000000000004518 626c7808fe06 INC byte ptr [r22] +00000000000044D0 626c7c08fe06 INC byte ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -56531,7 +56237,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000451E 626c7808fec6 INC r22b +00000000000044D6 626c7c08fec6 INC r22b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -56551,7 +56257,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000004524 626cf808fe06 INC byte ptr [r22] +00000000000044DC 626cfc08fe06 INC byte ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -56572,7 +56278,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000452A 626cf808fec6 INC r22b +00000000000044E2 626cfc08fec6 INC r22b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -56592,7 +56298,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004530 626c7808ff06 INC dword ptr [r22] +00000000000044E8 626c7c08ff06 INC dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -56613,7 +56319,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000004536 626c7808ffc6 INC r22d +00000000000044EE 626c7c08ffc6 INC r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -56633,7 +56339,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 1, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000453C 626cf808ff06 INC qword ptr [r22] +00000000000044F4 626cfc08ff06 INC qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -56654,7 +56360,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004542 626cf808ffc6 INC r22 +00000000000044FA 626cfc08ffc6 INC r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -56674,7 +56380,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004548 626c7908ff06 INC word ptr [r22] +0000000000004500 626c7d08ff06 INC word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -56695,7 +56401,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000454E 626c7908ffc6 INC r22w +0000000000004506 626c7d08ffc6 INC r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -56715,7 +56421,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 1, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000004554 626cf908ff06 INC qword ptr [r22] +000000000000450C 626cfd08ff06 INC qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -56736,7 +56442,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000455A 626cf908ffc6 INC r22 +0000000000004512 626cfd08ffc6 INC r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -56756,7 +56462,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004560 626c780cfe06 INCNF byte ptr [r22] +0000000000004518 626c7c0cfe06 INCNF byte ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -56774,7 +56480,7 @@ Operand: 0, Acc: RW, Type: Memory, Size: 1, RawSize: 1, Encoding: M, Segment: 3, Base: 22, -0000000000004566 626c780cfec6 INCNF r22b +000000000000451E 626c7c0cfec6 INCNF r22b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -56791,7 +56497,7 @@ BND: no, BHINT: no, DNT: no Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 -000000000000456C 626cf80cfe06 INCNF byte ptr [r22] +0000000000004524 626cfc0cfe06 INCNF byte ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -56809,7 +56515,7 @@ Operand: 0, Acc: RW, Type: Memory, Size: 1, RawSize: 1, Encoding: M, Segment: 3, Base: 22, -0000000000004572 626cf80cfec6 INCNF r22b +000000000000452A 626cfc0cfec6 INCNF r22b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -56826,7 +56532,7 @@ BND: no, BHINT: no, DNT: no Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 -0000000000004578 626c780cff06 INCNF dword ptr [r22] +0000000000004530 626c7c0cff06 INCNF dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -56844,7 +56550,7 @@ Operand: 0, Acc: RW, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Segment: 3, Base: 22, -000000000000457E 626c780cffc6 INCNF r22d +0000000000004536 626c7c0cffc6 INCNF r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -56861,7 +56567,7 @@ BND: no, BHINT: no, DNT: no Operand: 0, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 -0000000000004584 626cf80cff06 INCNF qword ptr [r22] +000000000000453C 626cfc0cff06 INCNF qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -56879,7 +56585,7 @@ Operand: 0, Acc: RW, Type: Memory, Size: 8, RawSize: 8, Encoding: M, Segment: 3, Base: 22, -000000000000458A 626cf80cffc6 INCNF r22 +0000000000004542 626cfc0cffc6 INCNF r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -56896,7 +56602,7 @@ BND: no, BHINT: no, DNT: no Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 -0000000000004590 626c790cff06 INCNF word ptr [r22] +0000000000004548 626c7d0cff06 INCNF word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -56914,7 +56620,7 @@ Operand: 0, Acc: RW, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Segment: 3, Base: 22, -0000000000004596 626c790cffc6 INCNF r22w +000000000000454E 626c7d0cffc6 INCNF r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -56931,7 +56637,7 @@ BND: no, BHINT: no, DNT: no Operand: 0, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 -000000000000459C 626cf90cff06 INCNF qword ptr [r22] +0000000000004554 626cfd0cff06 INCNF qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -56949,7 +56655,7 @@ Operand: 0, Acc: RW, Type: Memory, Size: 8, RawSize: 8, Encoding: M, Segment: 3, Base: 22, -00000000000045A2 626cf90cffc6 INCNF r22 +000000000000455A 626cfd0cffc6 INCNF r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -56966,7 +56672,7 @@ BND: no, BHINT: no, DNT: no Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 -00000000000045A8 626c7818fe06 INC al, byte ptr [r22] +0000000000004560 626c7c18fe06 INC al, byte ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -56988,7 +56694,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000045AE 626c7818fec6 INC al, r22b +0000000000004566 626c7c18fec6 INC al, r22b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -57009,7 +56715,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000045B4 626cf818fe06 INC al, byte ptr [r22] +000000000000456C 626cfc18fe06 INC al, byte ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -57031,7 +56737,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000045BA 626cf818fec6 INC al, r22b +0000000000004572 626cfc18fec6 INC al, r22b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -57052,7 +56758,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000045C0 626c7818ff06 INC eax, dword ptr [r22] +0000000000004578 626c7c18ff06 INC eax, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -57074,7 +56780,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000045C6 626c7818ffc6 INC eax, r22d +000000000000457E 626c7c18ffc6 INC eax, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -57095,7 +56801,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000045CC 626cf818ff06 INC rax, qword ptr [r22] +0000000000004584 626cfc18ff06 INC rax, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -57117,7 +56823,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000045D2 626cf818ffc6 INC rax, r22 +000000000000458A 626cfc18ffc6 INC rax, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -57138,7 +56844,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000045D8 626c7918ff06 INC ax, word ptr [r22] +0000000000004590 626c7d18ff06 INC ax, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -57160,7 +56866,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000045DE 626c7918ffc6 INC ax, r22w +0000000000004596 626c7d18ffc6 INC ax, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -57181,7 +56887,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000045E4 626cf918ff06 INC rax, qword ptr [r22] +000000000000459C 626cfd18ff06 INC rax, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -57203,7 +56909,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000045EA 626cf918ffc6 INC rax, r22 +00000000000045A2 626cfd18ffc6 INC rax, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -57224,7 +56930,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000045F0 626c781cfe06 INCNF al, byte ptr [r22] +00000000000045A8 626c7c1cfe06 INCNF al, byte ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -57243,7 +56949,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 1, RawSize: 1, Encoding: M, Segment: 3, Base: 22, -00000000000045F6 626c781cfec6 INCNF al, r22b +00000000000045AE 626c7c1cfec6 INCNF al, r22b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -57261,7 +56967,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 1, RawSize: 1, Encoding: V, RegType: General Purpose, RegSize: 1, RegId: 0, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 -00000000000045FC 626cf81cfe06 INCNF al, byte ptr [r22] +00000000000045B4 626cfc1cfe06 INCNF al, byte ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -57280,7 +56986,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 1, RawSize: 1, Encoding: M, Segment: 3, Base: 22, -0000000000004602 626cf81cfec6 INCNF al, r22b +00000000000045BA 626cfc1cfec6 INCNF al, r22b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -57298,7 +57004,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 1, RawSize: 1, Encoding: V, RegType: General Purpose, RegSize: 1, RegId: 0, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 -0000000000004608 626c781cff06 INCNF eax, dword ptr [r22] +00000000000045C0 626c7c1cff06 INCNF eax, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -57317,7 +57023,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Segment: 3, Base: 22, -000000000000460E 626c781cffc6 INCNF eax, r22d +00000000000045C6 626c7c1cffc6 INCNF eax, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -57335,7 +57041,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: V, RegType: General Purpose, RegSize: 4, RegId: 0, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 -0000000000004614 626cf81cff06 INCNF rax, qword ptr [r22] +00000000000045CC 626cfc1cff06 INCNF rax, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -57354,7 +57060,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, Segment: 3, Base: 22, -000000000000461A 626cf81cffc6 INCNF rax, r22 +00000000000045D2 626cfc1cffc6 INCNF rax, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -57372,7 +57078,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: V, RegType: General Purpose, RegSize: 8, RegId: 0, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 -0000000000004620 626c791cff06 INCNF ax, word ptr [r22] +00000000000045D8 626c7d1cff06 INCNF ax, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -57391,7 +57097,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Segment: 3, Base: 22, -0000000000004626 626c791cffc6 INCNF ax, r22w +00000000000045DE 626c7d1cffc6 INCNF ax, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -57409,7 +57115,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: V, RegType: General Purpose, RegSize: 2, RegId: 0, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 -000000000000462C 626cf91cff06 INCNF rax, qword ptr [r22] +00000000000045E4 626cfd1cff06 INCNF rax, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -57428,7 +57134,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, Segment: 3, Base: 22, -0000000000004632 626cf91cffc6 INCNF rax, r22 +00000000000045EA 626cfd1cffc6 INCNF rax, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -57446,7 +57152,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: V, RegType: General Purpose, RegSize: 8, RegId: 0, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 -0000000000004638 626c7a08f01e INVEPT r27, xmmword ptr [r22] +00000000000045F0 626c7e08f01e INVEPT r27, xmmword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: VTX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -57468,7 +57174,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000463E 626cfa08f01e INVEPT r27, xmmword ptr [r22] +00000000000045F6 626cfe08f01e INVEPT r27, xmmword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: VTX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -57490,7 +57196,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004644 626c7a08f21e INVPCID r27, xmmword ptr [r22] +00000000000045FC 626c7e08f21e INVPCID r27, xmmword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: MISC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -57509,7 +57215,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, Segment: 3, Base: 22, -000000000000464A 626cfa08f21e INVPCID r27, xmmword ptr [r22] +0000000000004602 626cfe08f21e INVPCID r27, xmmword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: MISC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -57528,7 +57234,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, Segment: 3, Base: 22, -0000000000004650 626c7a08f11e INVVPID r27, xmmword ptr [r22] +0000000000004608 626c7e08f11e INVVPID r27, xmmword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: VTX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -57550,7 +57256,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004656 626cfa08f11e INVVPID r27, xmmword ptr [r22] +000000000000460E 626cfe08f11e INVVPID r27, xmmword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: VTX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -57572,7 +57278,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000465C 62f97908901e KMOVB k3, byte ptr [r22] +0000000000004614 62f97d08901e KMOVB k3, byte ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: KMASK, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -57591,7 +57297,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 1, RawSize: 1, Encoding: M, Segment: 3, Base: 22, -0000000000004662 62f9790890de KMOVB k3, k6 +000000000000461A 62f97d0890de KMOVB k3, k6 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: KMASK, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -57609,7 +57315,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: Mask, RegSize: 8, RegId: 3, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: Mask, RegSize: 8, RegId: 6, RegCount: 1 -0000000000004668 62f97908911e KMOVB byte ptr [r22], k3 +0000000000004620 62f97d08911e KMOVB byte ptr [r22], k3 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: KMASK, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -57628,7 +57334,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: Mask, RegSize: 8, RegId: 3, RegCount: 1 -000000000000466E 62f9790892de KMOVB k3, r22d +0000000000004626 62f97d0892de KMOVB k3, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: KMASK, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -57646,7 +57352,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: Mask, RegSize: 8, RegId: 3, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 -0000000000004674 62f9790893de KMOVB ebx, k6 +000000000000462C 62f97d0893de KMOVB ebx, k6 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: KMASK, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -57664,7 +57370,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 3, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: Mask, RegSize: 8, RegId: 6, RegCount: 1 -000000000000467A 62f9f908901e KMOVD k3, dword ptr [r22] +0000000000004632 62f9fd08901e KMOVD k3, dword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: KMASK, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -57683,7 +57389,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Segment: 3, Base: 22, -0000000000004680 62f9f90890de KMOVD k3, k6 +0000000000004638 62f9fd0890de KMOVD k3, k6 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: KMASK, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -57701,7 +57407,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: Mask, RegSize: 8, RegId: 3, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: Mask, RegSize: 8, RegId: 6, RegCount: 1 -0000000000004686 62f9f908911e KMOVD dword ptr [r22], k3 +000000000000463E 62f9fd08911e KMOVD dword ptr [r22], k3 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: KMASK, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -57720,7 +57426,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: Mask, RegSize: 8, RegId: 3, RegCount: 1 -000000000000468C 62f97b0892de KMOVD k3, r22d +0000000000004644 62f97f0892de KMOVD k3, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: KMASK, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -57738,7 +57444,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: Mask, RegSize: 8, RegId: 3, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 -0000000000004692 62f97b0893de KMOVD ebx, k6 +000000000000464A 62f97f0893de KMOVD ebx, k6 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: KMASK, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -57756,7 +57462,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 3, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: Mask, RegSize: 8, RegId: 6, RegCount: 1 -0000000000004698 62f9f808901e KMOVQ k3, qword ptr [r22] +0000000000004650 62f9fc08901e KMOVQ k3, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: KMASK, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -57775,7 +57481,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, Segment: 3, Base: 22, -000000000000469E 62f9f80890de KMOVQ k3, k6 +0000000000004656 62f9fc0890de KMOVQ k3, k6 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: KMASK, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -57793,7 +57499,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: Mask, RegSize: 8, RegId: 3, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: Mask, RegSize: 8, RegId: 6, RegCount: 1 -00000000000046A4 62f9f808911e KMOVQ qword ptr [r22], k3 +000000000000465C 62f9fc08911e KMOVQ qword ptr [r22], k3 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: KMASK, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -57812,7 +57518,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: Mask, RegSize: 8, RegId: 3, RegCount: 1 -00000000000046AA 62f9fb0892de KMOVQ k3, r22 +0000000000004662 62f9ff0892de KMOVQ k3, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: KMASK, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -57830,7 +57536,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: Mask, RegSize: 8, RegId: 3, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 -00000000000046B0 62f9fb0893de KMOVQ rbx, k6 +0000000000004668 62f9ff0893de KMOVQ rbx, k6 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: KMASK, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -57848,7 +57554,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 3, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: Mask, RegSize: 8, RegId: 6, RegCount: 1 -00000000000046B6 62f97808901e KMOVW k3, word ptr [r22] +000000000000466E 62f97c08901e KMOVW k3, word ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: KMASK, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -57867,7 +57573,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Segment: 3, Base: 22, -00000000000046BC 62f9780890de KMOVW k3, k6 +0000000000004674 62f97c0890de KMOVW k3, k6 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: KMASK, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -57885,7 +57591,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: Mask, RegSize: 8, RegId: 3, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: Mask, RegSize: 8, RegId: 6, RegCount: 1 -00000000000046C2 62f97808911e KMOVW word ptr [r22], k3 +000000000000467A 62f97c08911e KMOVW word ptr [r22], k3 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: KMASK, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -57904,7 +57610,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: Mask, RegSize: 8, RegId: 3, RegCount: 1 -00000000000046C8 62f9780892de KMOVW k3, r22d +0000000000004680 62f97c0892de KMOVW k3, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: KMASK, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -57922,7 +57628,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: Mask, RegSize: 8, RegId: 3, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 -00000000000046CE 62f9780893de KMOVW ebx, k6 +0000000000004686 62f97c0893de KMOVW ebx, k6 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: KMASK, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -57940,7 +57646,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 3, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: Mask, RegSize: 8, RegId: 6, RegCount: 1 -00000000000046D4 62fa78084906 LDTILECFG zmmword ptr [r22] +000000000000468C 62fa7c084906 LDTILECFG zmmword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: AMX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -57958,7 +57664,7 @@ Operand: 0, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, Segment: 3, Base: 22, -00000000000046DA 626c7808f51e LZCNT r27d, dword ptr [r22] +0000000000004692 626c7c08f51e LZCNT r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LZCNT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -57980,7 +57686,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000046E0 626c7808f5de LZCNT r27d, r22d +0000000000004698 626c7c08f5de LZCNT r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LZCNT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -58001,7 +57707,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000046E6 626cf808f51e LZCNT r27, qword ptr [r22] +000000000000469E 626cfc08f51e LZCNT r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LZCNT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -58023,7 +57729,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000046EC 626cf808f5de LZCNT r27, r22 +00000000000046A4 626cfc08f5de LZCNT r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LZCNT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -58044,7 +57750,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000046F2 626c7908f51e LZCNT r27w, word ptr [r22] +00000000000046AA 626c7d08f51e LZCNT r27w, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LZCNT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -58066,7 +57772,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000046F8 626c7908f5de LZCNT r27w, r22w +00000000000046B0 626c7d08f5de LZCNT r27w, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LZCNT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -58087,7 +57793,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000046FE 626cf908f51e LZCNT r27, qword ptr [r22] +00000000000046B6 626cfd08f51e LZCNT r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LZCNT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -58109,7 +57815,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004704 626cf908f5de LZCNT r27, r22 +00000000000046BC 626cfd08f5de LZCNT r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LZCNT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -58130,7 +57836,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000470A 626c780cf51e LZCNTNF r27d, dword ptr [r22] +00000000000046C2 626c7c0cf51e LZCNTNF r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LZCNT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -58149,7 +57855,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Segment: 3, Base: 22, -0000000000004710 626c780cf5de LZCNTNF r27d, r22d +00000000000046C8 626c7c0cf5de LZCNTNF r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LZCNT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -58167,7 +57873,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 -0000000000004716 626cf80cf51e LZCNTNF r27, qword ptr [r22] +00000000000046CE 626cfc0cf51e LZCNTNF r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LZCNT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -58186,7 +57892,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, Segment: 3, Base: 22, -000000000000471C 626cf80cf5de LZCNTNF r27, r22 +00000000000046D4 626cfc0cf5de LZCNTNF r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LZCNT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -58204,7 +57910,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 -0000000000004722 626c790cf51e LZCNTNF r27w, word ptr [r22] +00000000000046DA 626c7d0cf51e LZCNTNF r27w, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LZCNT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -58223,7 +57929,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Segment: 3, Base: 22, -0000000000004728 626c790cf5de LZCNTNF r27w, r22w +00000000000046E0 626c7d0cf5de LZCNTNF r27w, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LZCNT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -58241,7 +57947,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 -000000000000472E 626cf90cf51e LZCNTNF r27, qword ptr [r22] +00000000000046E6 626cfd0cf51e LZCNTNF r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LZCNT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -58260,7 +57966,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, Segment: 3, Base: 22, -0000000000004734 626cf90cf5de LZCNTNF r27, r22 +00000000000046EC 626cfd0cf5de LZCNTNF r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LZCNT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -58278,7 +57984,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 -000000000000473A 626c7808601e MOVBE r27d, dword ptr [r22] +00000000000046F2 626c7c08601e MOVBE r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: DATAXFER, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -58297,7 +58003,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Segment: 3, Base: 22, -0000000000004740 626c780860de MOVBE r27d, r22d +00000000000046F8 626c7c0860de MOVBE r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: DATAXFER, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -58315,7 +58021,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 -0000000000004746 626cf808601e MOVBE r27, qword ptr [r22] +00000000000046FE 626cfc08601e MOVBE r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: DATAXFER, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -58334,7 +58040,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, Segment: 3, Base: 22, -000000000000474C 626cf80860de MOVBE r27, r22 +0000000000004704 626cfc0860de MOVBE r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: DATAXFER, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -58352,7 +58058,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 -0000000000004752 626c7908601e MOVBE r27w, word ptr [r22] +000000000000470A 626c7d08601e MOVBE r27w, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: DATAXFER, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -58371,7 +58077,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Segment: 3, Base: 22, -0000000000004758 626c790860de MOVBE r27w, r22w +0000000000004710 626c7d0860de MOVBE r27w, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: DATAXFER, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -58389,7 +58095,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 -000000000000475E 626cf908601e MOVBE r27, qword ptr [r22] +0000000000004716 626cfd08601e MOVBE r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: DATAXFER, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -58408,7 +58114,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, Segment: 3, Base: 22, -0000000000004764 626cf90860de MOVBE r27, r22 +000000000000471C 626cfd0860de MOVBE r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: DATAXFER, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -58426,7 +58132,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 -000000000000476A 626c7808611e MOVBE dword ptr [r22], r27d +0000000000004722 626c7c08611e MOVBE dword ptr [r22], r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: DATAXFER, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -58445,7 +58151,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 -0000000000004770 626c780861de MOVBE r22d, r27d +0000000000004728 626c7c0861de MOVBE r22d, r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: DATAXFER, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -58463,7 +58169,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 -0000000000004776 626cf808611e MOVBE qword ptr [r22], r27 +000000000000472E 626cfc08611e MOVBE qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: DATAXFER, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -58482,7 +58188,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 -000000000000477C 626cf80861de MOVBE r22, r27 +0000000000004734 626cfc0861de MOVBE r22, r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: DATAXFER, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -58500,7 +58206,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 -0000000000004782 626c7908611e MOVBE word ptr [r22], r27w +000000000000473A 626c7d08611e MOVBE word ptr [r22], r27w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: DATAXFER, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -58519,7 +58225,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 -0000000000004788 626c790861de MOVBE r22w, r27w +0000000000004740 626c7d0861de MOVBE r22w, r27w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: DATAXFER, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -58537,7 +58243,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 -000000000000478E 626cf908611e MOVBE qword ptr [r22], r27 +0000000000004746 626cfd08611e MOVBE qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: DATAXFER, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -58556,7 +58262,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 -0000000000004794 626cf90861de MOVBE r22, r27 +000000000000474C 626cfd0861de MOVBE r22, r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: DATAXFER, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -58574,7 +58280,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 -000000000000479A 626c7908f81e MOVDIR64B zmmword ptr [r27], zmmword ptr [r22] +0000000000004752 626c7d08f81e MOVDIR64B zmmword ptr [r27], zmmword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: MOVDIR64B, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -58594,7 +58300,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, Segment: 3, Base: 22, -00000000000047A0 626cf908f81e MOVDIR64B zmmword ptr [r27], zmmword ptr [r22] +0000000000004758 626cfd08f81e MOVDIR64B zmmword ptr [r27], zmmword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: MOVDIR64B, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -58614,7 +58320,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, Segment: 3, Base: 22, -00000000000047A6 626c7808f91e MOVDIRI dword ptr [r22], r27d +000000000000475E 626c7c08f91e MOVDIRI dword ptr [r22], r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: MOVDIRI, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -58633,7 +58339,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 -00000000000047AC 626cf808f91e MOVDIRI qword ptr [r22], r27 +0000000000004764 626cfc08f91e MOVDIRI qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: MOVDIRI, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -58652,7 +58358,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 -00000000000047B2 626c7808f626 MUL byte ptr [r22] +000000000000476A 626c7c08f626 MUL byte ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -58675,7 +58381,7 @@ Operand: 2, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: General Purpose, RegSize: 2, RegId: 0, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000047B8 626c7808f6e6 MUL r22b +0000000000004770 626c7c08f6e6 MUL r22b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -58697,7 +58403,7 @@ Operand: 2, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: General Purpose, RegSize: 2, RegId: 0, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000047BE 626cf808f626 MUL byte ptr [r22] +0000000000004776 626cfc08f626 MUL byte ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -58720,7 +58426,7 @@ Operand: 2, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: General Purpose, RegSize: 2, RegId: 0, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000047C4 626cf808f6e6 MUL r22b +000000000000477C 626cfc08f6e6 MUL r22b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -58742,7 +58448,7 @@ Operand: 2, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: General Purpose, RegSize: 2, RegId: 0, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000047CA 626c7808f726 MUL dword ptr [r22] +0000000000004782 626c7c08f726 MUL dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -58765,7 +58471,7 @@ Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: General Purpose, RegSize: 4, RegId: 2, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000047D0 626c7808f7e6 MUL r22d +0000000000004788 626c7c08f7e6 MUL r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -58787,7 +58493,7 @@ Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: General Purpose, RegSize: 4, RegId: 2, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000047D6 626cf808f726 MUL qword ptr [r22] +000000000000478E 626cfc08f726 MUL qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -58810,7 +58516,7 @@ Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: General Purpose, RegSize: 8, RegId: 2, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000047DC 626cf808f7e6 MUL r22 +0000000000004794 626cfc08f7e6 MUL r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -58832,7 +58538,7 @@ Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: General Purpose, RegSize: 8, RegId: 2, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000047E2 626c7908f726 MUL word ptr [r22] +000000000000479A 626c7d08f726 MUL word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -58855,7 +58561,7 @@ Operand: 2, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: General Purpose, RegSize: 2, RegId: 2, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000047E8 626c7908f7e6 MUL r22w +00000000000047A0 626c7d08f7e6 MUL r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -58877,7 +58583,7 @@ Operand: 2, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: General Purpose, RegSize: 2, RegId: 2, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000047EE 626cf908f726 MUL qword ptr [r22] +00000000000047A6 626cfd08f726 MUL qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -58900,7 +58606,7 @@ Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: General Purpose, RegSize: 8, RegId: 2, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000047F4 626cf908f7e6 MUL r22 +00000000000047AC 626cfd08f7e6 MUL r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -58922,7 +58628,7 @@ Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: General Purpose, RegSize: 8, RegId: 2, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000047FA 626c780cf626 MULNF byte ptr [r22] +00000000000047B2 626c7c0cf626 MULNF byte ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -58942,7 +58648,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 0, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: General Purpose, RegSize: 2, RegId: 0, RegCount: 1 -0000000000004800 626c780cf6e6 MULNF r22b +00000000000047B8 626c7c0cf6e6 MULNF r22b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -58961,7 +58667,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 0, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: General Purpose, RegSize: 2, RegId: 0, RegCount: 1 -0000000000004806 626cf80cf626 MULNF byte ptr [r22] +00000000000047BE 626cfc0cf626 MULNF byte ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -58981,7 +58687,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 0, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: General Purpose, RegSize: 2, RegId: 0, RegCount: 1 -000000000000480C 626cf80cf6e6 MULNF r22b +00000000000047C4 626cfc0cf6e6 MULNF r22b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -59000,7 +58706,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 0, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: General Purpose, RegSize: 2, RegId: 0, RegCount: 1 -0000000000004812 626c780cf726 MULNF dword ptr [r22] +00000000000047CA 626c7c0cf726 MULNF dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -59020,7 +58726,7 @@ Operand: 1, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: General Purpose, RegSize: 4, RegId: 0, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: General Purpose, RegSize: 4, RegId: 2, RegCount: 1 -0000000000004818 626c780cf7e6 MULNF r22d +00000000000047D0 626c7c0cf7e6 MULNF r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -59039,7 +58745,7 @@ Operand: 1, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: General Purpose, RegSize: 4, RegId: 0, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: General Purpose, RegSize: 4, RegId: 2, RegCount: 1 -000000000000481E 626cf80cf726 MULNF qword ptr [r22] +00000000000047D6 626cfc0cf726 MULNF qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -59059,7 +58765,7 @@ Operand: 1, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: General Purpose, RegSize: 8, RegId: 0, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: General Purpose, RegSize: 8, RegId: 2, RegCount: 1 -0000000000004824 626cf80cf7e6 MULNF r22 +00000000000047DC 626cfc0cf7e6 MULNF r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -59078,7 +58784,7 @@ Operand: 1, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: General Purpose, RegSize: 8, RegId: 0, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: General Purpose, RegSize: 8, RegId: 2, RegCount: 1 -000000000000482A 626c790cf726 MULNF word ptr [r22] +00000000000047E2 626c7d0cf726 MULNF word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -59098,7 +58804,7 @@ Operand: 1, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: General Purpose, RegSize: 2, RegId: 0, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: General Purpose, RegSize: 2, RegId: 2, RegCount: 1 -0000000000004830 626c790cf7e6 MULNF r22w +00000000000047E8 626c7d0cf7e6 MULNF r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -59117,7 +58823,7 @@ Operand: 1, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: General Purpose, RegSize: 2, RegId: 0, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: General Purpose, RegSize: 2, RegId: 2, RegCount: 1 -0000000000004836 626cf90cf726 MULNF qword ptr [r22] +00000000000047EE 626cfd0cf726 MULNF qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -59137,7 +58843,7 @@ Operand: 1, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: General Purpose, RegSize: 8, RegId: 0, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: General Purpose, RegSize: 8, RegId: 2, RegCount: 1 -000000000000483C 626cf90cf7e6 MULNF r22 +00000000000047F4 626cfd0cf7e6 MULNF r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -59156,7 +58862,7 @@ Operand: 1, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: General Purpose, RegSize: 8, RegId: 0, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: General Purpose, RegSize: 8, RegId: 2, RegCount: 1 -0000000000004842 62fa7b08f61e MULX ebx, eax, dword ptr [r22] +00000000000047FA 62fa7f08f61e MULX ebx, eax, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI2, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -59177,7 +58883,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: General Purpose, RegSize: 4, RegId: 2, RegCount: 1 -0000000000004848 62fa7b08f6de MULX ebx, eax, r22d +0000000000004800 62fa7f08f6de MULX ebx, eax, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI2, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -59197,7 +58903,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: General Purpose, RegSize: 4, RegId: 2, RegCount: 1 -000000000000484E 62fafb08f61e MULX rbx, rax, qword ptr [r22] +0000000000004806 62faff08f61e MULX rbx, rax, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI2, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -59218,7 +58924,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: General Purpose, RegSize: 8, RegId: 2, RegCount: 1 -0000000000004854 62fafb08f6de MULX rbx, rax, r22 +000000000000480C 62faff08f6de MULX rbx, rax, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI2, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -59238,7 +58944,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: General Purpose, RegSize: 8, RegId: 2, RegCount: 1 -000000000000485A 626c7808f61e NEG byte ptr [r22] +0000000000004812 626c7c08f61e NEG byte ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -59259,7 +58965,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000004860 626c7808f6de NEG r22b +0000000000004818 626c7c08f6de NEG r22b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -59279,7 +58985,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000004866 626cf808f61e NEG byte ptr [r22] +000000000000481E 626cfc08f61e NEG byte ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -59300,7 +59006,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000486C 626cf808f6de NEG r22b +0000000000004824 626cfc08f6de NEG r22b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -59320,7 +59026,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004872 626c7808f71e NEG dword ptr [r22] +000000000000482A 626c7c08f71e NEG dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -59341,7 +59047,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000004878 626c7808f7de NEG r22d +0000000000004830 626c7c08f7de NEG r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -59361,7 +59067,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 1, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000487E 626cf808f71e NEG qword ptr [r22] +0000000000004836 626cfc08f71e NEG qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -59382,7 +59088,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004884 626cf808f7de NEG r22 +000000000000483C 626cfc08f7de NEG r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -59402,7 +59108,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000488A 626c7908f71e NEG word ptr [r22] +0000000000004842 626c7d08f71e NEG word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -59423,7 +59129,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000004890 626c7908f7de NEG r22w +0000000000004848 626c7d08f7de NEG r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -59443,7 +59149,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 1, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000004896 626cf908f71e NEG qword ptr [r22] +000000000000484E 626cfd08f71e NEG qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -59464,7 +59170,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000489C 626cf908f7de NEG r22 +0000000000004854 626cfd08f7de NEG r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -59484,7 +59190,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000048A2 626c780cf61e NEGNF byte ptr [r22] +000000000000485A 626c7c0cf61e NEGNF byte ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -59502,7 +59208,7 @@ Operand: 0, Acc: RW, Type: Memory, Size: 1, RawSize: 1, Encoding: M, Segment: 3, Base: 22, -00000000000048A8 626c780cf6de NEGNF r22b +0000000000004860 626c7c0cf6de NEGNF r22b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -59519,7 +59225,7 @@ BND: no, BHINT: no, DNT: no Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 -00000000000048AE 626cf80cf61e NEGNF byte ptr [r22] +0000000000004866 626cfc0cf61e NEGNF byte ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -59537,7 +59243,7 @@ Operand: 0, Acc: RW, Type: Memory, Size: 1, RawSize: 1, Encoding: M, Segment: 3, Base: 22, -00000000000048B4 626cf80cf6de NEGNF r22b +000000000000486C 626cfc0cf6de NEGNF r22b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -59554,7 +59260,7 @@ BND: no, BHINT: no, DNT: no Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 -00000000000048BA 626c780cf71e NEGNF dword ptr [r22] +0000000000004872 626c7c0cf71e NEGNF dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -59572,7 +59278,7 @@ Operand: 0, Acc: RW, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Segment: 3, Base: 22, -00000000000048C0 626c780cf7de NEGNF r22d +0000000000004878 626c7c0cf7de NEGNF r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -59589,7 +59295,7 @@ BND: no, BHINT: no, DNT: no Operand: 0, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 -00000000000048C6 626cf80cf71e NEGNF qword ptr [r22] +000000000000487E 626cfc0cf71e NEGNF qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -59607,7 +59313,7 @@ Operand: 0, Acc: RW, Type: Memory, Size: 8, RawSize: 8, Encoding: M, Segment: 3, Base: 22, -00000000000048CC 626cf80cf7de NEGNF r22 +0000000000004884 626cfc0cf7de NEGNF r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -59624,7 +59330,7 @@ BND: no, BHINT: no, DNT: no Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 -00000000000048D2 626c790cf71e NEGNF word ptr [r22] +000000000000488A 626c7d0cf71e NEGNF word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -59642,7 +59348,7 @@ Operand: 0, Acc: RW, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Segment: 3, Base: 22, -00000000000048D8 626c790cf7de NEGNF r22w +0000000000004890 626c7d0cf7de NEGNF r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -59659,7 +59365,7 @@ BND: no, BHINT: no, DNT: no Operand: 0, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 -00000000000048DE 626cf90cf71e NEGNF qword ptr [r22] +0000000000004896 626cfd0cf71e NEGNF qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -59677,7 +59383,7 @@ Operand: 0, Acc: RW, Type: Memory, Size: 8, RawSize: 8, Encoding: M, Segment: 3, Base: 22, -00000000000048E4 626cf90cf7de NEGNF r22 +000000000000489C 626cfd0cf7de NEGNF r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -59694,7 +59400,7 @@ BND: no, BHINT: no, DNT: no Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 -00000000000048EA 626c7818f61e NEG al, byte ptr [r22] +00000000000048A2 626c7c18f61e NEG al, byte ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -59716,7 +59422,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000048F0 626c7818f6de NEG al, r22b +00000000000048A8 626c7c18f6de NEG al, r22b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -59737,7 +59443,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000048F6 626cf818f61e NEG al, byte ptr [r22] +00000000000048AE 626cfc18f61e NEG al, byte ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -59759,7 +59465,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000048FC 626cf818f6de NEG al, r22b +00000000000048B4 626cfc18f6de NEG al, r22b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -59780,7 +59486,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004902 626c7818f71e NEG eax, dword ptr [r22] +00000000000048BA 626c7c18f71e NEG eax, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -59802,7 +59508,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000004908 626c7818f7de NEG eax, r22d +00000000000048C0 626c7c18f7de NEG eax, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -59823,7 +59529,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000490E 626cf818f71e NEG rax, qword ptr [r22] +00000000000048C6 626cfc18f71e NEG rax, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -59845,7 +59551,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004914 626cf818f7de NEG rax, r22 +00000000000048CC 626cfc18f7de NEG rax, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -59866,7 +59572,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000491A 626c7918f71e NEG ax, word ptr [r22] +00000000000048D2 626c7d18f71e NEG ax, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -59888,7 +59594,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000004920 626c7918f7de NEG ax, r22w +00000000000048D8 626c7d18f7de NEG ax, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -59909,7 +59615,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000004926 626cf918f71e NEG rax, qword ptr [r22] +00000000000048DE 626cfd18f71e NEG rax, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -59931,7 +59637,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000492C 626cf918f7de NEG rax, r22 +00000000000048E4 626cfd18f7de NEG rax, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -59952,7 +59658,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004932 626c781cf61e NEGNF al, byte ptr [r22] +00000000000048EA 626c7c1cf61e NEGNF al, byte ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -59971,7 +59677,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 1, RawSize: 1, Encoding: M, Segment: 3, Base: 22, -0000000000004938 626c781cf6de NEGNF al, r22b +00000000000048F0 626c7c1cf6de NEGNF al, r22b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -59989,7 +59695,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 1, RawSize: 1, Encoding: V, RegType: General Purpose, RegSize: 1, RegId: 0, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 -000000000000493E 626cf81cf61e NEGNF al, byte ptr [r22] +00000000000048F6 626cfc1cf61e NEGNF al, byte ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -60008,7 +59714,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 1, RawSize: 1, Encoding: M, Segment: 3, Base: 22, -0000000000004944 626cf81cf6de NEGNF al, r22b +00000000000048FC 626cfc1cf6de NEGNF al, r22b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -60026,7 +59732,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 1, RawSize: 1, Encoding: V, RegType: General Purpose, RegSize: 1, RegId: 0, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 -000000000000494A 626c781cf71e NEGNF eax, dword ptr [r22] +0000000000004902 626c7c1cf71e NEGNF eax, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -60045,7 +59751,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Segment: 3, Base: 22, -0000000000004950 626c781cf7de NEGNF eax, r22d +0000000000004908 626c7c1cf7de NEGNF eax, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -60063,7 +59769,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: V, RegType: General Purpose, RegSize: 4, RegId: 0, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 -0000000000004956 626cf81cf71e NEGNF rax, qword ptr [r22] +000000000000490E 626cfc1cf71e NEGNF rax, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -60082,7 +59788,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, Segment: 3, Base: 22, -000000000000495C 626cf81cf7de NEGNF rax, r22 +0000000000004914 626cfc1cf7de NEGNF rax, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -60100,7 +59806,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: V, RegType: General Purpose, RegSize: 8, RegId: 0, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 -0000000000004962 626c791cf71e NEGNF ax, word ptr [r22] +000000000000491A 626c7d1cf71e NEGNF ax, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -60119,7 +59825,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Segment: 3, Base: 22, -0000000000004968 626c791cf7de NEGNF ax, r22w +0000000000004920 626c7d1cf7de NEGNF ax, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -60137,7 +59843,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: V, RegType: General Purpose, RegSize: 2, RegId: 0, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 -000000000000496E 626cf91cf71e NEGNF rax, qword ptr [r22] +0000000000004926 626cfd1cf71e NEGNF rax, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -60156,7 +59862,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, Segment: 3, Base: 22, -0000000000004974 626cf91cf7de NEGNF rax, r22 +000000000000492C 626cfd1cf7de NEGNF rax, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -60174,7 +59880,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: V, RegType: General Purpose, RegSize: 8, RegId: 0, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 -000000000000497A 626c7808f616 NOT byte ptr [r22] +0000000000004932 626c7c08f616 NOT byte ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -60192,7 +59898,7 @@ Operand: 0, Acc: RW, Type: Memory, Size: 1, RawSize: 1, Encoding: M, Segment: 3, Base: 22, -0000000000004980 626c7808f6d6 NOT r22b +0000000000004938 626c7c08f6d6 NOT r22b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -60209,7 +59915,7 @@ BND: no, BHINT: no, DNT: no Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 -0000000000004986 626cf808f616 NOT byte ptr [r22] +000000000000493E 626cfc08f616 NOT byte ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -60227,7 +59933,7 @@ Operand: 0, Acc: RW, Type: Memory, Size: 1, RawSize: 1, Encoding: M, Segment: 3, Base: 22, -000000000000498C 626cf808f6d6 NOT r22b +0000000000004944 626cfc08f6d6 NOT r22b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -60244,7 +59950,7 @@ BND: no, BHINT: no, DNT: no Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 -0000000000004992 626c7808f716 NOT dword ptr [r22] +000000000000494A 626c7c08f716 NOT dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -60262,7 +59968,7 @@ Operand: 0, Acc: RW, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Segment: 3, Base: 22, -0000000000004998 626c7808f7d6 NOT r22d +0000000000004950 626c7c08f7d6 NOT r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -60279,7 +59985,7 @@ BND: no, BHINT: no, DNT: no Operand: 0, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 -000000000000499E 626cf808f716 NOT qword ptr [r22] +0000000000004956 626cfc08f716 NOT qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -60297,7 +60003,7 @@ Operand: 0, Acc: RW, Type: Memory, Size: 8, RawSize: 8, Encoding: M, Segment: 3, Base: 22, -00000000000049A4 626cf808f7d6 NOT r22 +000000000000495C 626cfc08f7d6 NOT r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -60314,7 +60020,7 @@ BND: no, BHINT: no, DNT: no Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 -00000000000049AA 626c7908f716 NOT word ptr [r22] +0000000000004962 626c7d08f716 NOT word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -60332,7 +60038,7 @@ Operand: 0, Acc: RW, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Segment: 3, Base: 22, -00000000000049B0 626c7908f7d6 NOT r22w +0000000000004968 626c7d08f7d6 NOT r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -60349,7 +60055,7 @@ BND: no, BHINT: no, DNT: no Operand: 0, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 -00000000000049B6 626cf908f716 NOT qword ptr [r22] +000000000000496E 626cfd08f716 NOT qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -60367,7 +60073,7 @@ Operand: 0, Acc: RW, Type: Memory, Size: 8, RawSize: 8, Encoding: M, Segment: 3, Base: 22, -00000000000049BC 626cf908f7d6 NOT r22 +0000000000004974 626cfd08f7d6 NOT r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -60384,7 +60090,7 @@ BND: no, BHINT: no, DNT: no Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 -00000000000049C2 626c7818f616 NOT al, byte ptr [r22] +000000000000497A 626c7c18f616 NOT al, byte ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -60403,7 +60109,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 1, RawSize: 1, Encoding: M, Segment: 3, Base: 22, -00000000000049C8 626c7818f6d6 NOT al, r22b +0000000000004980 626c7c18f6d6 NOT al, r22b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -60421,7 +60127,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 1, RawSize: 1, Encoding: V, RegType: General Purpose, RegSize: 1, RegId: 0, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 -00000000000049CE 626cf818f616 NOT al, byte ptr [r22] +0000000000004986 626cfc18f616 NOT al, byte ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -60440,7 +60146,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 1, RawSize: 1, Encoding: M, Segment: 3, Base: 22, -00000000000049D4 626cf818f6d6 NOT al, r22b +000000000000498C 626cfc18f6d6 NOT al, r22b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -60458,7 +60164,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 1, RawSize: 1, Encoding: V, RegType: General Purpose, RegSize: 1, RegId: 0, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 -00000000000049DA 626c7818f716 NOT eax, dword ptr [r22] +0000000000004992 626c7c18f716 NOT eax, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -60477,7 +60183,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Segment: 3, Base: 22, -00000000000049E0 626c7818f7d6 NOT eax, r22d +0000000000004998 626c7c18f7d6 NOT eax, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -60495,7 +60201,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: V, RegType: General Purpose, RegSize: 4, RegId: 0, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 -00000000000049E6 626cf818f716 NOT rax, qword ptr [r22] +000000000000499E 626cfc18f716 NOT rax, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -60514,7 +60220,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, Segment: 3, Base: 22, -00000000000049EC 626cf818f7d6 NOT rax, r22 +00000000000049A4 626cfc18f7d6 NOT rax, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -60532,7 +60238,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: V, RegType: General Purpose, RegSize: 8, RegId: 0, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 -00000000000049F2 626c7918f716 NOT ax, word ptr [r22] +00000000000049AA 626c7d18f716 NOT ax, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -60551,7 +60257,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Segment: 3, Base: 22, -00000000000049F8 626c7918f7d6 NOT ax, r22w +00000000000049B0 626c7d18f7d6 NOT ax, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -60569,7 +60275,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: V, RegType: General Purpose, RegSize: 2, RegId: 0, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 -00000000000049FE 626cf918f716 NOT rax, qword ptr [r22] +00000000000049B6 626cfd18f716 NOT rax, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -60588,7 +60294,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, Segment: 3, Base: 22, -0000000000004A04 626cf918f7d6 NOT rax, r22 +00000000000049BC 626cfd18f7d6 NOT rax, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -60606,7 +60312,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: V, RegType: General Purpose, RegSize: 8, RegId: 0, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 -0000000000004A0A 626c7808081e OR byte ptr [r22], r27b +00000000000049C2 626c7c08081e OR byte ptr [r22], r27b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -60628,7 +60334,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000004A10 626c780808de OR r22b, r27b +00000000000049C8 626c7c0808de OR r22b, r27b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -60649,7 +60355,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000004A16 626cf808081e OR byte ptr [r22], r27b +00000000000049CE 626cfc08081e OR byte ptr [r22], r27b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -60671,7 +60377,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004A1C 626cf80808de OR r22b, r27b +00000000000049D4 626cfc0808de OR r22b, r27b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -60692,7 +60398,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004A22 626c7808091e OR dword ptr [r22], r27d +00000000000049DA 626c7c08091e OR dword ptr [r22], r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -60714,7 +60420,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000004A28 626c780809de OR r22d, r27d +00000000000049E0 626c7c0809de OR r22d, r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -60735,7 +60441,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000004A2E 626cf808091e OR qword ptr [r22], r27 +00000000000049E6 626cfc08091e OR qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -60757,7 +60463,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004A34 626cf80809de OR r22, r27 +00000000000049EC 626cfc0809de OR r22, r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -60778,7 +60484,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004A3A 626c7908091e OR word ptr [r22], r27w +00000000000049F2 626c7d08091e OR word ptr [r22], r27w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -60800,7 +60506,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000004A40 626c790809de OR r22w, r27w +00000000000049F8 626c7d0809de OR r22w, r27w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -60821,7 +60527,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000004A46 626cf908091e OR qword ptr [r22], r27 +00000000000049FE 626cfd08091e OR qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -60843,7 +60549,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004A4C 626cf90809de OR r22, r27 +0000000000004A04 626cfd0809de OR r22, r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -60864,7 +60570,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004A52 626c78080a1e OR r27b, byte ptr [r22] +0000000000004A0A 626c7c080a1e OR r27b, byte ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -60886,7 +60592,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000004A58 626c78080ade OR r27b, r22b +0000000000004A10 626c7c080ade OR r27b, r22b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -60907,7 +60613,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000004A5E 626cf8080a1e OR r27b, byte ptr [r22] +0000000000004A16 626cfc080a1e OR r27b, byte ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -60929,7 +60635,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004A64 626cf8080ade OR r27b, r22b +0000000000004A1C 626cfc080ade OR r27b, r22b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -60950,7 +60656,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004A6A 626c78080b1e OR r27d, dword ptr [r22] +0000000000004A22 626c7c080b1e OR r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -60972,7 +60678,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000004A70 626c78080bde OR r27d, r22d +0000000000004A28 626c7c080bde OR r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -60993,7 +60699,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000004A76 626cf8080b1e OR r27, qword ptr [r22] +0000000000004A2E 626cfc080b1e OR r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -61015,7 +60721,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004A7C 626cf8080bde OR r27, r22 +0000000000004A34 626cfc080bde OR r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -61036,7 +60742,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004A82 626c79080b1e OR r27w, word ptr [r22] +0000000000004A3A 626c7d080b1e OR r27w, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -61058,7 +60764,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000004A88 626c79080bde OR r27w, r22w +0000000000004A40 626c7d080bde OR r27w, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -61079,7 +60785,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000004A8E 626cf9080b1e OR r27, qword ptr [r22] +0000000000004A46 626cfd080b1e OR r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -61101,7 +60807,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004A94 626cf9080bde OR r27, r22 +0000000000004A4C 626cfd080bde OR r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -61122,7 +60828,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004A9A 626c7808800ebd OR byte ptr [r22], 0xbd +0000000000004A52 626c7c08800ebd OR byte ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -61144,7 +60850,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000004AA1 626c780880cebd OR r22b, 0xbd +0000000000004A59 626c7c0880cebd OR r22b, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -61165,7 +60871,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000004AA8 626cf808800ebd OR byte ptr [r22], 0xbd +0000000000004A60 626cfc08800ebd OR byte ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -61187,7 +60893,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004AAF 626cf80880cebd OR r22b, 0xbd +0000000000004A67 626cfc0880cebd OR r22b, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -61208,7 +60914,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004AB6 626c7808810ebdbdbdbd OR dword ptr [r22], 0xbdbdbdbd +0000000000004A6E 626c7c08810ebdbdbdbd OR dword ptr [r22], 0xbdbdbdbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -61230,7 +60936,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000004AC0 626c780881cebdbdbdbd OR r22d, 0xbdbdbdbd +0000000000004A78 626c7c0881cebdbdbdbd OR r22d, 0xbdbdbdbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -61251,7 +60957,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000004ACA 626cf808810ebdbdbdbd OR qword ptr [r22], 0xbdbdbdbd +0000000000004A82 626cfc08810ebdbdbdbd OR qword ptr [r22], 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -61273,7 +60979,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004AD4 626cf80881cebdbdbdbd OR r22, 0xbdbdbdbd +0000000000004A8C 626cfc0881cebdbdbdbd OR r22, 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -61294,7 +61000,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004ADE 626c7908810ebdbd OR word ptr [r22], 0xbdbd +0000000000004A96 626c7d08810ebdbd OR word ptr [r22], 0xbdbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -61316,7 +61022,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 2, RawSize: 2, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000004AE6 626c790881cebdbd OR r22w, 0xbdbd +0000000000004A9E 626c7d0881cebdbd OR r22w, 0xbdbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -61337,7 +61043,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 2, RawSize: 2, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000004AEE 626cf908810ebdbdbdbd OR qword ptr [r22], 0xbdbdbdbd +0000000000004AA6 626cfd08810ebdbdbdbd OR qword ptr [r22], 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -61359,7 +61065,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004AF8 626cf90881cebdbdbdbd OR r22, 0xbdbdbdbd +0000000000004AB0 626cfd0881cebdbdbdbd OR r22, 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -61380,7 +61086,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004B02 626c7808830ebd OR dword ptr [r22], 0xbd +0000000000004ABA 626c7c08830ebd OR dword ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -61402,7 +61108,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000004B09 626c780883cebd OR r22d, 0xbd +0000000000004AC1 626c7c0883cebd OR r22d, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -61423,7 +61129,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000004B10 626cf808830ebd OR qword ptr [r22], 0xbd +0000000000004AC8 626cfc08830ebd OR qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -61445,7 +61151,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004B17 626cf80883cebd OR r22, 0xbd +0000000000004ACF 626cfc0883cebd OR r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -61466,7 +61172,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004B1E 626c7908830ebd OR word ptr [r22], 0xbd +0000000000004AD6 626c7d08830ebd OR word ptr [r22], 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -61488,7 +61194,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000004B25 626c790883cebd OR r22w, 0xbd +0000000000004ADD 626c7d0883cebd OR r22w, 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -61509,7 +61215,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000004B2C 626cf908830ebd OR qword ptr [r22], 0xbd +0000000000004AE4 626cfd08830ebd OR qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -61531,7 +61237,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004B33 626cf90883cebd OR r22, 0xbd +0000000000004AEB 626cfd0883cebd OR r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -61552,7 +61258,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004B3A 626c780c081e ORNF byte ptr [r22], r27b +0000000000004AF2 626c7c0c081e ORNF byte ptr [r22], r27b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -61571,7 +61277,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 -0000000000004B40 626c780c08de ORNF r22b, r27b +0000000000004AF8 626c7c0c08de ORNF r22b, r27b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -61589,7 +61295,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 -0000000000004B46 626cf80c081e ORNF byte ptr [r22], r27b +0000000000004AFE 626cfc0c081e ORNF byte ptr [r22], r27b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -61608,7 +61314,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 -0000000000004B4C 626cf80c08de ORNF r22b, r27b +0000000000004B04 626cfc0c08de ORNF r22b, r27b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -61626,7 +61332,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 -0000000000004B52 626c780c091e ORNF dword ptr [r22], r27d +0000000000004B0A 626c7c0c091e ORNF dword ptr [r22], r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -61645,7 +61351,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 -0000000000004B58 626c780c09de ORNF r22d, r27d +0000000000004B10 626c7c0c09de ORNF r22d, r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -61663,7 +61369,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 -0000000000004B5E 626cf80c091e ORNF qword ptr [r22], r27 +0000000000004B16 626cfc0c091e ORNF qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -61682,7 +61388,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 -0000000000004B64 626cf80c09de ORNF r22, r27 +0000000000004B1C 626cfc0c09de ORNF r22, r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -61700,7 +61406,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 -0000000000004B6A 626c790c091e ORNF word ptr [r22], r27w +0000000000004B22 626c7d0c091e ORNF word ptr [r22], r27w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -61719,7 +61425,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 -0000000000004B70 626c790c09de ORNF r22w, r27w +0000000000004B28 626c7d0c09de ORNF r22w, r27w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -61737,7 +61443,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 -0000000000004B76 626cf90c091e ORNF qword ptr [r22], r27 +0000000000004B2E 626cfd0c091e ORNF qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -61756,7 +61462,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 -0000000000004B7C 626cf90c09de ORNF r22, r27 +0000000000004B34 626cfd0c09de ORNF r22, r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -61774,7 +61480,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 -0000000000004B82 626c780c0a1e ORNF r27b, byte ptr [r22] +0000000000004B3A 626c7c0c0a1e ORNF r27b, byte ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -61793,7 +61499,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 1, RawSize: 1, Encoding: M, Segment: 3, Base: 22, -0000000000004B88 626c780c0ade ORNF r27b, r22b +0000000000004B40 626c7c0c0ade ORNF r27b, r22b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -61811,7 +61517,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 -0000000000004B8E 626cf80c0a1e ORNF r27b, byte ptr [r22] +0000000000004B46 626cfc0c0a1e ORNF r27b, byte ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -61830,7 +61536,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 1, RawSize: 1, Encoding: M, Segment: 3, Base: 22, -0000000000004B94 626cf80c0ade ORNF r27b, r22b +0000000000004B4C 626cfc0c0ade ORNF r27b, r22b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -61848,7 +61554,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 -0000000000004B9A 626c780c0b1e ORNF r27d, dword ptr [r22] +0000000000004B52 626c7c0c0b1e ORNF r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -61867,7 +61573,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Segment: 3, Base: 22, -0000000000004BA0 626c780c0bde ORNF r27d, r22d +0000000000004B58 626c7c0c0bde ORNF r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -61885,7 +61591,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 -0000000000004BA6 626cf80c0b1e ORNF r27, qword ptr [r22] +0000000000004B5E 626cfc0c0b1e ORNF r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -61904,7 +61610,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, Segment: 3, Base: 22, -0000000000004BAC 626cf80c0bde ORNF r27, r22 +0000000000004B64 626cfc0c0bde ORNF r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -61922,7 +61628,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 -0000000000004BB2 626c790c0b1e ORNF r27w, word ptr [r22] +0000000000004B6A 626c7d0c0b1e ORNF r27w, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -61941,7 +61647,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Segment: 3, Base: 22, -0000000000004BB8 626c790c0bde ORNF r27w, r22w +0000000000004B70 626c7d0c0bde ORNF r27w, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -61959,7 +61665,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 -0000000000004BBE 626cf90c0b1e ORNF r27, qword ptr [r22] +0000000000004B76 626cfd0c0b1e ORNF r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -61978,7 +61684,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, Segment: 3, Base: 22, -0000000000004BC4 626cf90c0bde ORNF r27, r22 +0000000000004B7C 626cfd0c0bde ORNF r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -61996,7 +61702,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 -0000000000004BCA 626c780c800ebd ORNF byte ptr [r22], 0xbd +0000000000004B82 626c7c0c800ebd ORNF byte ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -62015,7 +61721,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000004BD1 626c780c80cebd ORNF r22b, 0xbd +0000000000004B89 626c7c0c80cebd ORNF r22b, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -62033,7 +61739,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000004BD8 626cf80c800ebd ORNF byte ptr [r22], 0xbd +0000000000004B90 626cfc0c800ebd ORNF byte ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -62052,7 +61758,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000004BDF 626cf80c80cebd ORNF r22b, 0xbd +0000000000004B97 626cfc0c80cebd ORNF r22b, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -62070,7 +61776,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000004BE6 626c780c810ebdbdbdbd ORNF dword ptr [r22], 0xbdbdbdbd +0000000000004B9E 626c7c0c810ebdbdbdbd ORNF dword ptr [r22], 0xbdbdbdbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -62089,7 +61795,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I -0000000000004BF0 626c780c81cebdbdbdbd ORNF r22d, 0xbdbdbdbd +0000000000004BA8 626c7c0c81cebdbdbdbd ORNF r22d, 0xbdbdbdbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -62107,7 +61813,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I -0000000000004BFA 626cf80c810ebdbdbdbd ORNF qword ptr [r22], 0xbdbdbdbd +0000000000004BB2 626cfc0c810ebdbdbdbd ORNF qword ptr [r22], 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -62126,7 +61832,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I -0000000000004C04 626cf80c81cebdbdbdbd ORNF r22, 0xbdbdbdbd +0000000000004BBC 626cfc0c81cebdbdbdbd ORNF r22, 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -62144,7 +61850,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I -0000000000004C0E 626c790c810ebdbd ORNF word ptr [r22], 0xbdbd +0000000000004BC6 626c7d0c810ebdbd ORNF word ptr [r22], 0xbdbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -62163,7 +61869,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 2, RawSize: 2, Encoding: I -0000000000004C16 626c790c81cebdbd ORNF r22w, 0xbdbd +0000000000004BCE 626c7d0c81cebdbd ORNF r22w, 0xbdbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -62181,7 +61887,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 2, RawSize: 2, Encoding: I -0000000000004C1E 626cf90c810ebdbdbdbd ORNF qword ptr [r22], 0xbdbdbdbd +0000000000004BD6 626cfd0c810ebdbdbdbd ORNF qword ptr [r22], 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -62200,7 +61906,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I -0000000000004C28 626cf90c81cebdbdbdbd ORNF r22, 0xbdbdbdbd +0000000000004BE0 626cfd0c81cebdbdbdbd ORNF r22, 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -62218,7 +61924,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I -0000000000004C32 626c780c830ebd ORNF dword ptr [r22], 0xbd +0000000000004BEA 626c7c0c830ebd ORNF dword ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -62237,7 +61943,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000004C39 626c780c83cebd ORNF r22d, 0xbd +0000000000004BF1 626c7c0c83cebd ORNF r22d, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -62255,7 +61961,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000004C40 626cf80c830ebd ORNF qword ptr [r22], 0xbd +0000000000004BF8 626cfc0c830ebd ORNF qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -62274,7 +61980,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000004C47 626cf80c83cebd ORNF r22, 0xbd +0000000000004BFF 626cfc0c83cebd ORNF r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -62292,7 +61998,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000004C4E 626c790c830ebd ORNF word ptr [r22], 0xbd +0000000000004C06 626c7d0c830ebd ORNF word ptr [r22], 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -62311,7 +62017,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000004C55 626c790c83cebd ORNF r22w, 0xbd +0000000000004C0D 626c7d0c83cebd ORNF r22w, 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -62329,7 +62035,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000004C5C 626cf90c830ebd ORNF qword ptr [r22], 0xbd +0000000000004C14 626cfd0c830ebd ORNF qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -62348,7 +62054,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000004C63 626cf90c83cebd ORNF r22, 0xbd +0000000000004C1B 626cfd0c83cebd ORNF r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -62366,7 +62072,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000004C6A 626c7818081e OR al, byte ptr [r22], r27b +0000000000004C22 626c7c18081e OR al, byte ptr [r22], r27b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -62389,7 +62095,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000004C70 626c781808de OR al, r22b, r27b +0000000000004C28 626c7c1808de OR al, r22b, r27b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -62411,7 +62117,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000004C76 626cf818081e OR al, byte ptr [r22], r27b +0000000000004C2E 626cfc18081e OR al, byte ptr [r22], r27b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -62434,7 +62140,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004C7C 626cf81808de OR al, r22b, r27b +0000000000004C34 626cfc1808de OR al, r22b, r27b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -62456,7 +62162,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004C82 626c7818091e OR eax, dword ptr [r22], r27d +0000000000004C3A 626c7c18091e OR eax, dword ptr [r22], r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -62479,7 +62185,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000004C88 626c781809de OR eax, r22d, r27d +0000000000004C40 626c7c1809de OR eax, r22d, r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -62501,7 +62207,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000004C8E 626cf818091e OR rax, qword ptr [r22], r27 +0000000000004C46 626cfc18091e OR rax, qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -62524,7 +62230,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004C94 626cf81809de OR rax, r22, r27 +0000000000004C4C 626cfc1809de OR rax, r22, r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -62546,7 +62252,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004C9A 626c7918091e OR ax, word ptr [r22], r27w +0000000000004C52 626c7d18091e OR ax, word ptr [r22], r27w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -62569,7 +62275,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000004CA0 626c791809de OR ax, r22w, r27w +0000000000004C58 626c7d1809de OR ax, r22w, r27w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -62591,7 +62297,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000004CA6 626cf918091e OR rax, qword ptr [r22], r27 +0000000000004C5E 626cfd18091e OR rax, qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -62614,7 +62320,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004CAC 626cf91809de OR rax, r22, r27 +0000000000004C64 626cfd1809de OR rax, r22, r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -62636,7 +62342,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004CB2 626c78180a1e OR al, r27b, byte ptr [r22] +0000000000004C6A 626c7c180a1e OR al, r27b, byte ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -62659,7 +62365,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000004CB8 626c78180ade OR al, r27b, r22b +0000000000004C70 626c7c180ade OR al, r27b, r22b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -62681,7 +62387,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000004CBE 626cf8180a1e OR al, r27b, byte ptr [r22] +0000000000004C76 626cfc180a1e OR al, r27b, byte ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -62704,7 +62410,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004CC4 626cf8180ade OR al, r27b, r22b +0000000000004C7C 626cfc180ade OR al, r27b, r22b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -62726,7 +62432,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004CCA 626c78180b1e OR eax, r27d, dword ptr [r22] +0000000000004C82 626c7c180b1e OR eax, r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -62749,7 +62455,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000004CD0 626c78180bde OR eax, r27d, r22d +0000000000004C88 626c7c180bde OR eax, r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -62771,7 +62477,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000004CD6 626cf8180b1e OR rax, r27, qword ptr [r22] +0000000000004C8E 626cfc180b1e OR rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -62794,7 +62500,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004CDC 626cf8180bde OR rax, r27, r22 +0000000000004C94 626cfc180bde OR rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -62816,7 +62522,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004CE2 626c79180b1e OR ax, r27w, word ptr [r22] +0000000000004C9A 626c7d180b1e OR ax, r27w, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -62839,7 +62545,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000004CE8 626c79180bde OR ax, r27w, r22w +0000000000004CA0 626c7d180bde OR ax, r27w, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -62861,7 +62567,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000004CEE 626cf9180b1e OR rax, r27, qword ptr [r22] +0000000000004CA6 626cfd180b1e OR rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -62884,7 +62590,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004CF4 626cf9180bde OR rax, r27, r22 +0000000000004CAC 626cfd180bde OR rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -62906,7 +62612,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004CFA 626c7818800ebd OR al, byte ptr [r22], 0xbd +0000000000004CB2 626c7c18800ebd OR al, byte ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -62929,7 +62635,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000004D01 626c781880cebd OR al, r22b, 0xbd +0000000000004CB9 626c7c1880cebd OR al, r22b, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -62951,7 +62657,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000004D08 626cf818800ebd OR al, byte ptr [r22], 0xbd +0000000000004CC0 626cfc18800ebd OR al, byte ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -62974,7 +62680,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004D0F 626cf81880cebd OR al, r22b, 0xbd +0000000000004CC7 626cfc1880cebd OR al, r22b, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -62996,7 +62702,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004D16 626c7818810ebdbdbdbd OR eax, dword ptr [r22], 0xbdbdbdbd +0000000000004CCE 626c7c18810ebdbdbdbd OR eax, dword ptr [r22], 0xbdbdbdbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -63019,7 +62725,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000004D20 626c781881cebdbdbdbd OR eax, r22d, 0xbdbdbdbd +0000000000004CD8 626c7c1881cebdbdbdbd OR eax, r22d, 0xbdbdbdbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -63041,7 +62747,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000004D2A 626cf818810ebdbdbdbd OR rax, qword ptr [r22], 0xbdbdbdbd +0000000000004CE2 626cfc18810ebdbdbdbd OR rax, qword ptr [r22], 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -63064,7 +62770,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004D34 626cf81881cebdbdbdbd OR rax, r22, 0xbdbdbdbd +0000000000004CEC 626cfc1881cebdbdbdbd OR rax, r22, 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -63086,7 +62792,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004D3E 626c7918810ebdbd OR ax, word ptr [r22], 0xbdbd +0000000000004CF6 626c7d18810ebdbd OR ax, word ptr [r22], 0xbdbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -63109,7 +62815,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 2, RawSize: 2, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000004D46 626c791881cebdbd OR ax, r22w, 0xbdbd +0000000000004CFE 626c7d1881cebdbd OR ax, r22w, 0xbdbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -63131,7 +62837,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 2, RawSize: 2, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000004D4E 626cf918810ebdbdbdbd OR rax, qword ptr [r22], 0xbdbdbdbd +0000000000004D06 626cfd18810ebdbdbdbd OR rax, qword ptr [r22], 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -63154,7 +62860,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004D58 626cf91881cebdbdbdbd OR rax, r22, 0xbdbdbdbd +0000000000004D10 626cfd1881cebdbdbdbd OR rax, r22, 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -63176,7 +62882,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004D62 626c7818830ebd OR eax, dword ptr [r22], 0xbd +0000000000004D1A 626c7c18830ebd OR eax, dword ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -63199,7 +62905,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000004D69 626c781883cebd OR eax, r22d, 0xbd +0000000000004D21 626c7c1883cebd OR eax, r22d, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -63221,7 +62927,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000004D70 626cf818830ebd OR rax, qword ptr [r22], 0xbd +0000000000004D28 626cfc18830ebd OR rax, qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -63244,7 +62950,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004D77 626cf81883cebd OR rax, r22, 0xbd +0000000000004D2F 626cfc1883cebd OR rax, r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -63266,7 +62972,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004D7E 626c7918830ebd OR ax, word ptr [r22], 0xbd +0000000000004D36 626c7d18830ebd OR ax, word ptr [r22], 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -63289,7 +62995,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000004D85 626c791883cebd OR ax, r22w, 0xbd +0000000000004D3D 626c7d1883cebd OR ax, r22w, 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -63311,7 +63017,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000004D8C 626cf918830ebd OR rax, qword ptr [r22], 0xbd +0000000000004D44 626cfd18830ebd OR rax, qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -63334,7 +63040,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004D93 626cf91883cebd OR rax, r22, 0xbd +0000000000004D4B 626cfd1883cebd OR rax, r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -63356,7 +63062,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004D9A 626c781c081e ORNF al, byte ptr [r22], r27b +0000000000004D52 626c7c1c081e ORNF al, byte ptr [r22], r27b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -63376,7 +63082,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 -0000000000004DA0 626c781c08de ORNF al, r22b, r27b +0000000000004D58 626c7c1c08de ORNF al, r22b, r27b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -63395,7 +63101,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 -0000000000004DA6 626cf81c081e ORNF al, byte ptr [r22], r27b +0000000000004D5E 626cfc1c081e ORNF al, byte ptr [r22], r27b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -63415,7 +63121,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 -0000000000004DAC 626cf81c08de ORNF al, r22b, r27b +0000000000004D64 626cfc1c08de ORNF al, r22b, r27b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -63434,7 +63140,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 -0000000000004DB2 626c781c091e ORNF eax, dword ptr [r22], r27d +0000000000004D6A 626c7c1c091e ORNF eax, dword ptr [r22], r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -63454,7 +63160,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 -0000000000004DB8 626c781c09de ORNF eax, r22d, r27d +0000000000004D70 626c7c1c09de ORNF eax, r22d, r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -63473,7 +63179,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 -0000000000004DBE 626cf81c091e ORNF rax, qword ptr [r22], r27 +0000000000004D76 626cfc1c091e ORNF rax, qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -63493,7 +63199,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 -0000000000004DC4 626cf81c09de ORNF rax, r22, r27 +0000000000004D7C 626cfc1c09de ORNF rax, r22, r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -63512,7 +63218,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 -0000000000004DCA 626c791c091e ORNF ax, word ptr [r22], r27w +0000000000004D82 626c7d1c091e ORNF ax, word ptr [r22], r27w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -63532,7 +63238,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 -0000000000004DD0 626c791c09de ORNF ax, r22w, r27w +0000000000004D88 626c7d1c09de ORNF ax, r22w, r27w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -63551,7 +63257,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 -0000000000004DD6 626cf91c091e ORNF rax, qword ptr [r22], r27 +0000000000004D8E 626cfd1c091e ORNF rax, qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -63571,7 +63277,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 -0000000000004DDC 626cf91c09de ORNF rax, r22, r27 +0000000000004D94 626cfd1c09de ORNF rax, r22, r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -63590,7 +63296,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 -0000000000004DE2 626c781c0a1e ORNF al, r27b, byte ptr [r22] +0000000000004D9A 626c7c1c0a1e ORNF al, r27b, byte ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -63610,7 +63316,7 @@ Operand: 2, Acc: R-, Type: Memory, Size: 1, RawSize: 1, Encoding: M, Segment: 3, Base: 22, -0000000000004DE8 626c781c0ade ORNF al, r27b, r22b +0000000000004DA0 626c7c1c0ade ORNF al, r27b, r22b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -63629,7 +63335,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 -0000000000004DEE 626cf81c0a1e ORNF al, r27b, byte ptr [r22] +0000000000004DA6 626cfc1c0a1e ORNF al, r27b, byte ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -63649,7 +63355,7 @@ Operand: 2, Acc: R-, Type: Memory, Size: 1, RawSize: 1, Encoding: M, Segment: 3, Base: 22, -0000000000004DF4 626cf81c0ade ORNF al, r27b, r22b +0000000000004DAC 626cfc1c0ade ORNF al, r27b, r22b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -63668,7 +63374,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 -0000000000004DFA 626c781c0b1e ORNF eax, r27d, dword ptr [r22] +0000000000004DB2 626c7c1c0b1e ORNF eax, r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -63688,7 +63394,7 @@ Operand: 2, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Segment: 3, Base: 22, -0000000000004E00 626c781c0bde ORNF eax, r27d, r22d +0000000000004DB8 626c7c1c0bde ORNF eax, r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -63707,7 +63413,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 -0000000000004E06 626cf81c0b1e ORNF rax, r27, qword ptr [r22] +0000000000004DBE 626cfc1c0b1e ORNF rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -63727,7 +63433,7 @@ Operand: 2, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, Segment: 3, Base: 22, -0000000000004E0C 626cf81c0bde ORNF rax, r27, r22 +0000000000004DC4 626cfc1c0bde ORNF rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -63746,7 +63452,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 -0000000000004E12 626c791c0b1e ORNF ax, r27w, word ptr [r22] +0000000000004DCA 626c7d1c0b1e ORNF ax, r27w, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -63766,7 +63472,7 @@ Operand: 2, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Segment: 3, Base: 22, -0000000000004E18 626c791c0bde ORNF ax, r27w, r22w +0000000000004DD0 626c7d1c0bde ORNF ax, r27w, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -63785,7 +63491,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 -0000000000004E1E 626cf91c0b1e ORNF rax, r27, qword ptr [r22] +0000000000004DD6 626cfd1c0b1e ORNF rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -63805,7 +63511,7 @@ Operand: 2, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, Segment: 3, Base: 22, -0000000000004E24 626cf91c0bde ORNF rax, r27, r22 +0000000000004DDC 626cfd1c0bde ORNF rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -63824,7 +63530,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 -0000000000004E2A 626c781c800ebd ORNF al, byte ptr [r22], 0xbd +0000000000004DE2 626c7c1c800ebd ORNF al, byte ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -63844,7 +63550,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000004E31 626c781c80cebd ORNF al, r22b, 0xbd +0000000000004DE9 626c7c1c80cebd ORNF al, r22b, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -63863,7 +63569,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000004E38 626cf81c800ebd ORNF al, byte ptr [r22], 0xbd +0000000000004DF0 626cfc1c800ebd ORNF al, byte ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -63883,7 +63589,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000004E3F 626cf81c80cebd ORNF al, r22b, 0xbd +0000000000004DF7 626cfc1c80cebd ORNF al, r22b, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -63902,7 +63608,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000004E46 626c781c810ebdbdbdbd ORNF eax, dword ptr [r22], 0xbdbdbdbd +0000000000004DFE 626c7c1c810ebdbdbdbd ORNF eax, dword ptr [r22], 0xbdbdbdbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -63922,7 +63628,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I -0000000000004E50 626c781c81cebdbdbdbd ORNF eax, r22d, 0xbdbdbdbd +0000000000004E08 626c7c1c81cebdbdbdbd ORNF eax, r22d, 0xbdbdbdbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -63941,7 +63647,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I -0000000000004E5A 626cf81c810ebdbdbdbd ORNF rax, qword ptr [r22], 0xbdbdbdbd +0000000000004E12 626cfc1c810ebdbdbdbd ORNF rax, qword ptr [r22], 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -63961,7 +63667,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I -0000000000004E64 626cf81c81cebdbdbdbd ORNF rax, r22, 0xbdbdbdbd +0000000000004E1C 626cfc1c81cebdbdbdbd ORNF rax, r22, 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -63980,7 +63686,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I -0000000000004E6E 626c791c810ebdbd ORNF ax, word ptr [r22], 0xbdbd +0000000000004E26 626c7d1c810ebdbd ORNF ax, word ptr [r22], 0xbdbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -64000,7 +63706,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 2, RawSize: 2, Encoding: I -0000000000004E76 626c791c81cebdbd ORNF ax, r22w, 0xbdbd +0000000000004E2E 626c7d1c81cebdbd ORNF ax, r22w, 0xbdbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -64019,7 +63725,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 2, RawSize: 2, Encoding: I -0000000000004E7E 626cf91c810ebdbdbdbd ORNF rax, qword ptr [r22], 0xbdbdbdbd +0000000000004E36 626cfd1c810ebdbdbdbd ORNF rax, qword ptr [r22], 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -64039,7 +63745,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I -0000000000004E88 626cf91c81cebdbdbdbd ORNF rax, r22, 0xbdbdbdbd +0000000000004E40 626cfd1c81cebdbdbdbd ORNF rax, r22, 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -64058,7 +63764,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I -0000000000004E92 626c781c830ebd ORNF eax, dword ptr [r22], 0xbd +0000000000004E4A 626c7c1c830ebd ORNF eax, dword ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -64078,7 +63784,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000004E99 626c781c83cebd ORNF eax, r22d, 0xbd +0000000000004E51 626c7c1c83cebd ORNF eax, r22d, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -64097,7 +63803,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000004EA0 626cf81c830ebd ORNF rax, qword ptr [r22], 0xbd +0000000000004E58 626cfc1c830ebd ORNF rax, qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -64117,7 +63823,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000004EA7 626cf81c83cebd ORNF rax, r22, 0xbd +0000000000004E5F 626cfc1c83cebd ORNF rax, r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -64136,7 +63842,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000004EAE 626c791c830ebd ORNF ax, word ptr [r22], 0xbd +0000000000004E66 626c7d1c830ebd ORNF ax, word ptr [r22], 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -64156,7 +63862,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000004EB5 626c791c83cebd ORNF ax, r22w, 0xbd +0000000000004E6D 626c7d1c83cebd ORNF ax, r22w, 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -64175,7 +63881,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000004EBC 626cf91c830ebd ORNF rax, qword ptr [r22], 0xbd +0000000000004E74 626cfd1c830ebd ORNF rax, qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -64195,7 +63901,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000004EC3 626cf91c83cebd ORNF rax, r22, 0xbd +0000000000004E7B 626cfd1c83cebd ORNF rax, r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -64214,7 +63920,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000004ECA 62fa7b08f51e PDEP ebx, eax, dword ptr [r22] +0000000000004E82 62fa7f08f51e PDEP ebx, eax, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI2, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -64234,7 +63940,7 @@ Operand: 2, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Segment: 3, Base: 22, -0000000000004ED0 62fa7b08f5de PDEP ebx, eax, r22d +0000000000004E88 62fa7f08f5de PDEP ebx, eax, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI2, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -64253,7 +63959,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: V, RegType: General Purpose, RegSize: 4, RegId: 0, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 -0000000000004ED6 62fafb08f51e PDEP rbx, rax, qword ptr [r22] +0000000000004E8E 62faff08f51e PDEP rbx, rax, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI2, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -64273,7 +63979,7 @@ Operand: 2, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, Segment: 3, Base: 22, -0000000000004EDC 62fafb08f5de PDEP rbx, rax, r22 +0000000000004E94 62faff08f5de PDEP rbx, rax, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI2, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -64292,7 +63998,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: V, RegType: General Purpose, RegSize: 8, RegId: 0, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 -0000000000004EE2 62fa7a08f51e PEXT ebx, eax, dword ptr [r22] +0000000000004E9A 62fa7e08f51e PEXT ebx, eax, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI2, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -64312,7 +64018,7 @@ Operand: 2, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Segment: 3, Base: 22, -0000000000004EE8 62fa7a08f5de PEXT ebx, eax, r22d +0000000000004EA0 62fa7e08f5de PEXT ebx, eax, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI2, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -64331,7 +64037,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: V, RegType: General Purpose, RegSize: 4, RegId: 0, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 -0000000000004EEE 62fafa08f51e PEXT rbx, rax, qword ptr [r22] +0000000000004EA6 62fafe08f51e PEXT rbx, rax, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI2, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -64351,7 +64057,7 @@ Operand: 2, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, Segment: 3, Base: 22, -0000000000004EF4 62fafa08f5de PEXT rbx, rax, r22 +0000000000004EAC 62fafe08f5de PEXT rbx, rax, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI2, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -64370,7 +64076,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: V, RegType: General Purpose, RegSize: 8, RegId: 0, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 -0000000000004EFA 626c78188fc6 POP2 rax, r22 +0000000000004EB2 626c7c188fc6 POP2 rax, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: POP, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -64390,7 +64096,7 @@ Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: S, Stack: yes, Segment: 2, Base: 4, -0000000000004F00 626cf8188fc6 POP2P rax, r22 +0000000000004EB8 626cfc188fc6 POP2P rax, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: POP, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -64410,7 +64116,7 @@ Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: S, Stack: yes, Segment: 2, Base: 4, -0000000000004F06 626c7808881e POPCNT r27d, dword ptr [r22] +0000000000004EBE 626c7c08881e POPCNT r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -64432,7 +64138,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000004F0C 626c780888de POPCNT r27d, r22d +0000000000004EC4 626c7c0888de POPCNT r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -64453,7 +64159,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000004F12 626cf808881e POPCNT r27, qword ptr [r22] +0000000000004ECA 626cfc08881e POPCNT r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -64475,7 +64181,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004F18 626cf80888de POPCNT r27, r22 +0000000000004ED0 626cfc0888de POPCNT r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -64496,7 +64202,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004F1E 626c7908881e POPCNT r27w, word ptr [r22] +0000000000004ED6 626c7d08881e POPCNT r27w, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -64518,7 +64224,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000004F24 626c790888de POPCNT r27w, r22w +0000000000004EDC 626c7d0888de POPCNT r27w, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -64539,7 +64245,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000004F2A 626cf908881e POPCNT r27, qword ptr [r22] +0000000000004EE2 626cfd08881e POPCNT r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -64561,7 +64267,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004F30 626cf90888de POPCNT r27, r22 +0000000000004EE8 626cfd0888de POPCNT r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -64582,7 +64288,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004F36 626c780c881e POPCNTNF r27d, dword ptr [r22] +0000000000004EEE 626c7c0c881e POPCNTNF r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -64601,7 +64307,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Segment: 3, Base: 22, -0000000000004F3C 626c780c88de POPCNTNF r27d, r22d +0000000000004EF4 626c7c0c88de POPCNTNF r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -64619,7 +64325,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 -0000000000004F42 626cf80c881e POPCNTNF r27, qword ptr [r22] +0000000000004EFA 626cfc0c881e POPCNTNF r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -64638,7 +64344,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, Segment: 3, Base: 22, -0000000000004F48 626cf80c88de POPCNTNF r27, r22 +0000000000004F00 626cfc0c88de POPCNTNF r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -64656,7 +64362,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 -0000000000004F4E 626c790c881e POPCNTNF r27w, word ptr [r22] +0000000000004F06 626c7d0c881e POPCNTNF r27w, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -64675,7 +64381,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Segment: 3, Base: 22, -0000000000004F54 626c790c88de POPCNTNF r27w, r22w +0000000000004F0C 626c7d0c88de POPCNTNF r27w, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -64693,7 +64399,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 -0000000000004F5A 626cf90c881e POPCNTNF r27, qword ptr [r22] +0000000000004F12 626cfd0c881e POPCNTNF r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -64712,7 +64418,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, Segment: 3, Base: 22, -0000000000004F60 626cf90c88de POPCNTNF r27, r22 +0000000000004F18 626cfd0c88de POPCNTNF r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: APX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -64730,7 +64436,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 -0000000000004F66 626c7818fff6 PUSH2 rax, r22 +0000000000004F1E 626c7c18fff6 PUSH2 rax, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: PUSH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -64750,7 +64456,7 @@ Operand: 2, Acc: -W, Type: Memory, Size: 16, RawSize: 16, Encoding: S, Stack: yes, Segment: 2, Base: 4, -0000000000004F6C 626cf818fff6 PUSH2P rax, r22 +0000000000004F24 626cfc18fff6 PUSH2P rax, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: PUSH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -64770,7 +64476,7 @@ Operand: 2, Acc: -W, Type: Memory, Size: 16, RawSize: 16, Encoding: S, Stack: yes, Segment: 2, Base: 4, -0000000000004F72 626c7808c016bd RCL byte ptr [r22], 0xbd +0000000000004F2A 626c7c08c016bd RCL byte ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -64792,7 +64498,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000004F79 626c7808c0d6bd RCL r22b, 0xbd +0000000000004F31 626c7c08c0d6bd RCL r22b, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -64813,7 +64519,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000004F80 626cf808c016bd RCL byte ptr [r22], 0xbd +0000000000004F38 626cfc08c016bd RCL byte ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -64835,7 +64541,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004F87 626cf808c0d6bd RCL r22b, 0xbd +0000000000004F3F 626cfc08c0d6bd RCL r22b, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -64856,7 +64562,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004F8E 626c7808c116bd RCL dword ptr [r22], 0xbd +0000000000004F46 626c7c08c116bd RCL dword ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -64878,7 +64584,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000004F95 626c7808c1d6bd RCL r22d, 0xbd +0000000000004F4D 626c7c08c1d6bd RCL r22d, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -64899,7 +64605,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000004F9C 626cf808c116bd RCL qword ptr [r22], 0xbd +0000000000004F54 626cfc08c116bd RCL qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -64921,7 +64627,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004FA3 626cf808c1d6bd RCL r22, 0xbd +0000000000004F5B 626cfc08c1d6bd RCL r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -64942,7 +64648,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004FAA 626c7908c116bd RCL word ptr [r22], 0xbd +0000000000004F62 626c7d08c116bd RCL word ptr [r22], 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -64964,7 +64670,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000004FB1 626c7908c1d6bd RCL r22w, 0xbd +0000000000004F69 626c7d08c1d6bd RCL r22w, 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -64985,7 +64691,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000004FB8 626cf908c116bd RCL qword ptr [r22], 0xbd +0000000000004F70 626cfd08c116bd RCL qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -65007,7 +64713,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004FBF 626cf908c1d6bd RCL r22, 0xbd +0000000000004F77 626cfd08c1d6bd RCL r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -65028,7 +64734,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004FC6 626c7808d016 RCL byte ptr [r22], 1 +0000000000004F7E 626c7c08d016 RCL byte ptr [r22], 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -65050,7 +64756,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000004FCC 626c7808d0d6 RCL r22b, 1 +0000000000004F84 626c7c08d0d6 RCL r22b, 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -65071,7 +64777,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000004FD2 626cf808d016 RCL byte ptr [r22], 1 +0000000000004F8A 626cfc08d016 RCL byte ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -65093,7 +64799,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004FD8 626cf808d0d6 RCL r22b, 1 +0000000000004F90 626cfc08d0d6 RCL r22b, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -65114,7 +64820,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004FDE 626c7808d116 RCL dword ptr [r22], 1 +0000000000004F96 626c7c08d116 RCL dword ptr [r22], 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -65136,7 +64842,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000004FE4 626c7808d1d6 RCL r22d, 1 +0000000000004F9C 626c7c08d1d6 RCL r22d, 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -65157,7 +64863,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000004FEA 626cf808d116 RCL qword ptr [r22], 1 +0000000000004FA2 626cfc08d116 RCL qword ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -65179,7 +64885,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004FF0 626cf808d1d6 RCL r22, 1 +0000000000004FA8 626cfc08d1d6 RCL r22, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -65200,7 +64906,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000004FF6 626c7908d116 RCL word ptr [r22], 1 +0000000000004FAE 626c7d08d116 RCL word ptr [r22], 1 DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -65222,7 +64928,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000004FFC 626c7908d1d6 RCL r22w, 1 +0000000000004FB4 626c7d08d1d6 RCL r22w, 1 DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -65243,7 +64949,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000005002 626cf908d116 RCL qword ptr [r22], 1 +0000000000004FBA 626cfd08d116 RCL qword ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -65265,7 +64971,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005008 626cf908d1d6 RCL r22, 1 +0000000000004FC0 626cfd08d1d6 RCL r22, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -65286,7 +64992,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000500E 626c7808d216 RCL byte ptr [r22], cl +0000000000004FC6 626c7c08d216 RCL byte ptr [r22], cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -65308,7 +65014,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000005014 626c7808d2d6 RCL r22b, cl +0000000000004FCC 626c7c08d2d6 RCL r22b, cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -65329,7 +65035,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000501A 626cf808d216 RCL byte ptr [r22], cl +0000000000004FD2 626cfc08d216 RCL byte ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -65351,7 +65057,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005020 626cf808d2d6 RCL r22b, cl +0000000000004FD8 626cfc08d2d6 RCL r22b, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -65372,7 +65078,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005026 626c7808d316 RCL dword ptr [r22], cl +0000000000004FDE 626c7c08d316 RCL dword ptr [r22], cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -65394,7 +65100,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000502C 626c7808d3d6 RCL r22d, cl +0000000000004FE4 626c7c08d3d6 RCL r22d, cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -65415,7 +65121,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000005032 626cf808d316 RCL qword ptr [r22], cl +0000000000004FEA 626cfc08d316 RCL qword ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -65437,7 +65143,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005038 626cf808d3d6 RCL r22, cl +0000000000004FF0 626cfc08d3d6 RCL r22, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -65458,7 +65164,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000503E 626c7908d316 RCL word ptr [r22], cl +0000000000004FF6 626c7d08d316 RCL word ptr [r22], cl DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -65480,7 +65186,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000005044 626c7908d3d6 RCL r22w, cl +0000000000004FFC 626c7d08d3d6 RCL r22w, cl DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -65501,7 +65207,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000504A 626cf908d316 RCL qword ptr [r22], cl +0000000000005002 626cfd08d316 RCL qword ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -65523,7 +65229,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005050 626cf908d3d6 RCL r22, cl +0000000000005008 626cfd08d3d6 RCL r22, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -65544,7 +65250,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005056 626c780cc016bd RCLNF byte ptr [r22], 0xbd +000000000000500E 626c7c0cc016bd RCLNF byte ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -65563,7 +65269,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -000000000000505D 626c780cc0d6bd RCLNF r22b, 0xbd +0000000000005015 626c7c0cc0d6bd RCLNF r22b, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -65581,7 +65287,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000005064 626cf80cc016bd RCLNF byte ptr [r22], 0xbd +000000000000501C 626cfc0cc016bd RCLNF byte ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -65600,7 +65306,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -000000000000506B 626cf80cc0d6bd RCLNF r22b, 0xbd +0000000000005023 626cfc0cc0d6bd RCLNF r22b, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -65618,7 +65324,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000005072 626c780cc116bd RCLNF dword ptr [r22], 0xbd +000000000000502A 626c7c0cc116bd RCLNF dword ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -65637,7 +65343,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000005079 626c780cc1d6bd RCLNF r22d, 0xbd +0000000000005031 626c7c0cc1d6bd RCLNF r22d, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -65655,7 +65361,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000005080 626cf80cc116bd RCLNF qword ptr [r22], 0xbd +0000000000005038 626cfc0cc116bd RCLNF qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -65674,7 +65380,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000005087 626cf80cc1d6bd RCLNF r22, 0xbd +000000000000503F 626cfc0cc1d6bd RCLNF r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -65692,7 +65398,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -000000000000508E 626c790cc116bd RCLNF word ptr [r22], 0xbd +0000000000005046 626c7d0cc116bd RCLNF word ptr [r22], 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -65711,7 +65417,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000005095 626c790cc1d6bd RCLNF r22w, 0xbd +000000000000504D 626c7d0cc1d6bd RCLNF r22w, 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -65729,7 +65435,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -000000000000509C 626cf90cc116bd RCLNF qword ptr [r22], 0xbd +0000000000005054 626cfd0cc116bd RCLNF qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -65748,7 +65454,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000050A3 626cf90cc1d6bd RCLNF r22, 0xbd +000000000000505B 626cfd0cc1d6bd RCLNF r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -65766,7 +65472,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000050AA 626c780cd016 RCLNF byte ptr [r22], 1 +0000000000005062 626c7c0cd016 RCLNF byte ptr [r22], 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -65785,7 +65491,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -00000000000050B0 626c780cd0d6 RCLNF r22b, 1 +0000000000005068 626c7c0cd0d6 RCLNF r22b, 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -65803,7 +65509,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -00000000000050B6 626cf80cd016 RCLNF byte ptr [r22], 1 +000000000000506E 626cfc0cd016 RCLNF byte ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -65822,7 +65528,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -00000000000050BC 626cf80cd0d6 RCLNF r22b, 1 +0000000000005074 626cfc0cd0d6 RCLNF r22b, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -65840,7 +65546,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -00000000000050C2 626c780cd116 RCLNF dword ptr [r22], 1 +000000000000507A 626c7c0cd116 RCLNF dword ptr [r22], 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -65859,7 +65565,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -00000000000050C8 626c780cd1d6 RCLNF r22d, 1 +0000000000005080 626c7c0cd1d6 RCLNF r22d, 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -65877,7 +65583,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -00000000000050CE 626cf80cd116 RCLNF qword ptr [r22], 1 +0000000000005086 626cfc0cd116 RCLNF qword ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -65896,7 +65602,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -00000000000050D4 626cf80cd1d6 RCLNF r22, 1 +000000000000508C 626cfc0cd1d6 RCLNF r22, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -65914,7 +65620,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -00000000000050DA 626c790cd116 RCLNF word ptr [r22], 1 +0000000000005092 626c7d0cd116 RCLNF word ptr [r22], 1 DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -65933,7 +65639,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -00000000000050E0 626c790cd1d6 RCLNF r22w, 1 +0000000000005098 626c7d0cd1d6 RCLNF r22w, 1 DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -65951,7 +65657,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -00000000000050E6 626cf90cd116 RCLNF qword ptr [r22], 1 +000000000000509E 626cfd0cd116 RCLNF qword ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -65970,7 +65676,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -00000000000050EC 626cf90cd1d6 RCLNF r22, 1 +00000000000050A4 626cfd0cd1d6 RCLNF r22, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -65988,7 +65694,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -00000000000050F2 626c780cd216 RCLNF byte ptr [r22], cl +00000000000050AA 626c7c0cd216 RCLNF byte ptr [r22], cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -66007,7 +65713,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -00000000000050F8 626c780cd2d6 RCLNF r22b, cl +00000000000050B0 626c7c0cd2d6 RCLNF r22b, cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -66025,7 +65731,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -00000000000050FE 626cf80cd216 RCLNF byte ptr [r22], cl +00000000000050B6 626cfc0cd216 RCLNF byte ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -66044,7 +65750,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000005104 626cf80cd2d6 RCLNF r22b, cl +00000000000050BC 626cfc0cd2d6 RCLNF r22b, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -66062,7 +65768,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -000000000000510A 626c780cd316 RCLNF dword ptr [r22], cl +00000000000050C2 626c7c0cd316 RCLNF dword ptr [r22], cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -66081,7 +65787,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000005110 626c780cd3d6 RCLNF r22d, cl +00000000000050C8 626c7c0cd3d6 RCLNF r22d, cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -66099,7 +65805,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000005116 626cf80cd316 RCLNF qword ptr [r22], cl +00000000000050CE 626cfc0cd316 RCLNF qword ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -66118,7 +65824,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -000000000000511C 626cf80cd3d6 RCLNF r22, cl +00000000000050D4 626cfc0cd3d6 RCLNF r22, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -66136,7 +65842,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000005122 626c790cd316 RCLNF word ptr [r22], cl +00000000000050DA 626c7d0cd316 RCLNF word ptr [r22], cl DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -66155,7 +65861,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000005128 626c790cd3d6 RCLNF r22w, cl +00000000000050E0 626c7d0cd3d6 RCLNF r22w, cl DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -66173,7 +65879,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -000000000000512E 626cf90cd316 RCLNF qword ptr [r22], cl +00000000000050E6 626cfd0cd316 RCLNF qword ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -66192,7 +65898,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000005134 626cf90cd3d6 RCLNF r22, cl +00000000000050EC 626cfd0cd3d6 RCLNF r22, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -66210,7 +65916,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -000000000000513A 626c7818c016bd RCL al, byte ptr [r22], 0xbd +00000000000050F2 626c7c18c016bd RCL al, byte ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -66233,7 +65939,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000005141 626c7818c0d6bd RCL al, r22b, 0xbd +00000000000050F9 626c7c18c0d6bd RCL al, r22b, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -66255,7 +65961,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000005148 626cf818c016bd RCL al, byte ptr [r22], 0xbd +0000000000005100 626cfc18c016bd RCL al, byte ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -66278,7 +65984,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000514F 626cf818c0d6bd RCL al, r22b, 0xbd +0000000000005107 626cfc18c0d6bd RCL al, r22b, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -66300,7 +66006,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005156 626c7818c116bd RCL eax, dword ptr [r22], 0xbd +000000000000510E 626c7c18c116bd RCL eax, dword ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -66323,7 +66029,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000515D 626c7818c1d6bd RCL eax, r22d, 0xbd +0000000000005115 626c7c18c1d6bd RCL eax, r22d, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -66345,7 +66051,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000005164 626cf818c116bd RCL rax, qword ptr [r22], 0xbd +000000000000511C 626cfc18c116bd RCL rax, qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -66368,7 +66074,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000516B 626cf818c1d6bd RCL rax, r22, 0xbd +0000000000005123 626cfc18c1d6bd RCL rax, r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -66390,7 +66096,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005172 626c7918c116bd RCL ax, word ptr [r22], 0xbd +000000000000512A 626c7d18c116bd RCL ax, word ptr [r22], 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -66413,7 +66119,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000005179 626c7918c1d6bd RCL ax, r22w, 0xbd +0000000000005131 626c7d18c1d6bd RCL ax, r22w, 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -66435,7 +66141,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000005180 626cf918c116bd RCL rax, qword ptr [r22], 0xbd +0000000000005138 626cfd18c116bd RCL rax, qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -66458,7 +66164,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005187 626cf918c1d6bd RCL rax, r22, 0xbd +000000000000513F 626cfd18c1d6bd RCL rax, r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -66480,7 +66186,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000518E 626c7818d016 RCL al, byte ptr [r22], 1 +0000000000005146 626c7c18d016 RCL al, byte ptr [r22], 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -66503,7 +66209,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000005194 626c7818d0d6 RCL al, r22b, 1 +000000000000514C 626c7c18d0d6 RCL al, r22b, 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -66525,7 +66231,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000519A 626cf818d016 RCL al, byte ptr [r22], 1 +0000000000005152 626cfc18d016 RCL al, byte ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -66548,7 +66254,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000051A0 626cf818d0d6 RCL al, r22b, 1 +0000000000005158 626cfc18d0d6 RCL al, r22b, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -66570,7 +66276,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000051A6 626c7818d116 RCL eax, dword ptr [r22], 1 +000000000000515E 626c7c18d116 RCL eax, dword ptr [r22], 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -66593,7 +66299,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000051AC 626c7818d1d6 RCL eax, r22d, 1 +0000000000005164 626c7c18d1d6 RCL eax, r22d, 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -66615,7 +66321,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000051B2 626cf818d116 RCL rax, qword ptr [r22], 1 +000000000000516A 626cfc18d116 RCL rax, qword ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -66638,7 +66344,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000051B8 626cf818d1d6 RCL rax, r22, 1 +0000000000005170 626cfc18d1d6 RCL rax, r22, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -66660,7 +66366,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000051BE 626c7918d116 RCL ax, word ptr [r22], 1 +0000000000005176 626c7d18d116 RCL ax, word ptr [r22], 1 DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -66683,7 +66389,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000051C4 626c7918d1d6 RCL ax, r22w, 1 +000000000000517C 626c7d18d1d6 RCL ax, r22w, 1 DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -66705,7 +66411,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000051CA 626cf918d116 RCL rax, qword ptr [r22], 1 +0000000000005182 626cfd18d116 RCL rax, qword ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -66728,7 +66434,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000051D0 626cf918d1d6 RCL rax, r22, 1 +0000000000005188 626cfd18d1d6 RCL rax, r22, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -66750,7 +66456,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000051D6 626c7818d216 RCL al, byte ptr [r22], cl +000000000000518E 626c7c18d216 RCL al, byte ptr [r22], cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -66773,7 +66479,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000051DC 626c7818d2d6 RCL al, r22b, cl +0000000000005194 626c7c18d2d6 RCL al, r22b, cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -66795,7 +66501,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000051E2 626cf818d216 RCL al, byte ptr [r22], cl +000000000000519A 626cfc18d216 RCL al, byte ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -66818,7 +66524,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000051E8 626cf818d2d6 RCL al, r22b, cl +00000000000051A0 626cfc18d2d6 RCL al, r22b, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -66840,7 +66546,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000051EE 626c7818d316 RCL eax, dword ptr [r22], cl +00000000000051A6 626c7c18d316 RCL eax, dword ptr [r22], cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -66863,7 +66569,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000051F4 626c7818d3d6 RCL eax, r22d, cl +00000000000051AC 626c7c18d3d6 RCL eax, r22d, cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -66885,7 +66591,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000051FA 626cf818d316 RCL rax, qword ptr [r22], cl +00000000000051B2 626cfc18d316 RCL rax, qword ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -66908,7 +66614,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005200 626cf818d3d6 RCL rax, r22, cl +00000000000051B8 626cfc18d3d6 RCL rax, r22, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -66930,7 +66636,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005206 626c7918d316 RCL ax, word ptr [r22], cl +00000000000051BE 626c7d18d316 RCL ax, word ptr [r22], cl DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -66953,7 +66659,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000520C 626c7918d3d6 RCL ax, r22w, cl +00000000000051C4 626c7d18d3d6 RCL ax, r22w, cl DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -66975,7 +66681,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000005212 626cf918d316 RCL rax, qword ptr [r22], cl +00000000000051CA 626cfd18d316 RCL rax, qword ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -66998,7 +66704,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005218 626cf918d3d6 RCL rax, r22, cl +00000000000051D0 626cfd18d3d6 RCL rax, r22, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -67020,7 +66726,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000521E 626c781cc016bd RCLNF al, byte ptr [r22], 0xbd +00000000000051D6 626c7c1cc016bd RCLNF al, byte ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -67040,7 +66746,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000005225 626c781cc0d6bd RCLNF al, r22b, 0xbd +00000000000051DD 626c7c1cc0d6bd RCLNF al, r22b, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -67059,7 +66765,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -000000000000522C 626cf81cc016bd RCLNF al, byte ptr [r22], 0xbd +00000000000051E4 626cfc1cc016bd RCLNF al, byte ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -67079,7 +66785,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000005233 626cf81cc0d6bd RCLNF al, r22b, 0xbd +00000000000051EB 626cfc1cc0d6bd RCLNF al, r22b, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -67098,7 +66804,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -000000000000523A 626c781cc116bd RCLNF eax, dword ptr [r22], 0xbd +00000000000051F2 626c7c1cc116bd RCLNF eax, dword ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -67118,7 +66824,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000005241 626c781cc1d6bd RCLNF eax, r22d, 0xbd +00000000000051F9 626c7c1cc1d6bd RCLNF eax, r22d, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -67137,7 +66843,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000005248 626cf81cc116bd RCLNF rax, qword ptr [r22], 0xbd +0000000000005200 626cfc1cc116bd RCLNF rax, qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -67157,7 +66863,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -000000000000524F 626cf81cc1d6bd RCLNF rax, r22, 0xbd +0000000000005207 626cfc1cc1d6bd RCLNF rax, r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -67176,7 +66882,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000005256 626c791cc116bd RCLNF ax, word ptr [r22], 0xbd +000000000000520E 626c7d1cc116bd RCLNF ax, word ptr [r22], 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -67196,7 +66902,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -000000000000525D 626c791cc1d6bd RCLNF ax, r22w, 0xbd +0000000000005215 626c7d1cc1d6bd RCLNF ax, r22w, 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -67215,7 +66921,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000005264 626cf91cc116bd RCLNF rax, qword ptr [r22], 0xbd +000000000000521C 626cfd1cc116bd RCLNF rax, qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -67235,7 +66941,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -000000000000526B 626cf91cc1d6bd RCLNF rax, r22, 0xbd +0000000000005223 626cfd1cc1d6bd RCLNF rax, r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -67254,7 +66960,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000005272 626c781cd016 RCLNF al, byte ptr [r22], 1 +000000000000522A 626c7c1cd016 RCLNF al, byte ptr [r22], 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -67274,7 +66980,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000005278 626c781cd0d6 RCLNF al, r22b, 1 +0000000000005230 626c7c1cd0d6 RCLNF al, r22b, 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -67293,7 +66999,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -000000000000527E 626cf81cd016 RCLNF al, byte ptr [r22], 1 +0000000000005236 626cfc1cd016 RCLNF al, byte ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -67313,7 +67019,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000005284 626cf81cd0d6 RCLNF al, r22b, 1 +000000000000523C 626cfc1cd0d6 RCLNF al, r22b, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -67332,7 +67038,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -000000000000528A 626c781cd116 RCLNF eax, dword ptr [r22], 1 +0000000000005242 626c7c1cd116 RCLNF eax, dword ptr [r22], 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -67352,7 +67058,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000005290 626c781cd1d6 RCLNF eax, r22d, 1 +0000000000005248 626c7c1cd1d6 RCLNF eax, r22d, 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -67371,7 +67077,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000005296 626cf81cd116 RCLNF rax, qword ptr [r22], 1 +000000000000524E 626cfc1cd116 RCLNF rax, qword ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -67391,7 +67097,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -000000000000529C 626cf81cd1d6 RCLNF rax, r22, 1 +0000000000005254 626cfc1cd1d6 RCLNF rax, r22, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -67410,7 +67116,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -00000000000052A2 626c791cd116 RCLNF ax, word ptr [r22], 1 +000000000000525A 626c7d1cd116 RCLNF ax, word ptr [r22], 1 DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -67430,7 +67136,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -00000000000052A8 626c791cd1d6 RCLNF ax, r22w, 1 +0000000000005260 626c7d1cd1d6 RCLNF ax, r22w, 1 DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -67449,7 +67155,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -00000000000052AE 626cf91cd116 RCLNF rax, qword ptr [r22], 1 +0000000000005266 626cfd1cd116 RCLNF rax, qword ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -67469,7 +67175,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -00000000000052B4 626cf91cd1d6 RCLNF rax, r22, 1 +000000000000526C 626cfd1cd1d6 RCLNF rax, r22, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -67488,7 +67194,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -00000000000052BA 626c781cd216 RCLNF al, byte ptr [r22], cl +0000000000005272 626c7c1cd216 RCLNF al, byte ptr [r22], cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -67508,7 +67214,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -00000000000052C0 626c781cd2d6 RCLNF al, r22b, cl +0000000000005278 626c7c1cd2d6 RCLNF al, r22b, cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -67527,7 +67233,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -00000000000052C6 626cf81cd216 RCLNF al, byte ptr [r22], cl +000000000000527E 626cfc1cd216 RCLNF al, byte ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -67547,7 +67253,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -00000000000052CC 626cf81cd2d6 RCLNF al, r22b, cl +0000000000005284 626cfc1cd2d6 RCLNF al, r22b, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -67566,7 +67272,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -00000000000052D2 626c781cd316 RCLNF eax, dword ptr [r22], cl +000000000000528A 626c7c1cd316 RCLNF eax, dword ptr [r22], cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -67586,7 +67292,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -00000000000052D8 626c781cd3d6 RCLNF eax, r22d, cl +0000000000005290 626c7c1cd3d6 RCLNF eax, r22d, cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -67605,7 +67311,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -00000000000052DE 626cf81cd316 RCLNF rax, qword ptr [r22], cl +0000000000005296 626cfc1cd316 RCLNF rax, qword ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -67625,7 +67331,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -00000000000052E4 626cf81cd3d6 RCLNF rax, r22, cl +000000000000529C 626cfc1cd3d6 RCLNF rax, r22, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -67644,7 +67350,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -00000000000052EA 626c791cd316 RCLNF ax, word ptr [r22], cl +00000000000052A2 626c7d1cd316 RCLNF ax, word ptr [r22], cl DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -67664,7 +67370,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -00000000000052F0 626c791cd3d6 RCLNF ax, r22w, cl +00000000000052A8 626c7d1cd3d6 RCLNF ax, r22w, cl DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -67683,7 +67389,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -00000000000052F6 626cf91cd316 RCLNF rax, qword ptr [r22], cl +00000000000052AE 626cfd1cd316 RCLNF rax, qword ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -67703,7 +67409,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -00000000000052FC 626cf91cd3d6 RCLNF rax, r22, cl +00000000000052B4 626cfd1cd3d6 RCLNF rax, r22, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -67722,7 +67428,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000005302 626c7808c01ebd RCR byte ptr [r22], 0xbd +00000000000052BA 626c7c08c01ebd RCR byte ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -67744,7 +67450,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000005309 626c7808c0debd RCR r22b, 0xbd +00000000000052C1 626c7c08c0debd RCR r22b, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -67765,7 +67471,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000005310 626cf808c01ebd RCR byte ptr [r22], 0xbd +00000000000052C8 626cfc08c01ebd RCR byte ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -67787,7 +67493,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005317 626cf808c0debd RCR r22b, 0xbd +00000000000052CF 626cfc08c0debd RCR r22b, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -67808,7 +67514,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000531E 626c7808c11ebd RCR dword ptr [r22], 0xbd +00000000000052D6 626c7c08c11ebd RCR dword ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -67830,7 +67536,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000005325 626c7808c1debd RCR r22d, 0xbd +00000000000052DD 626c7c08c1debd RCR r22d, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -67851,7 +67557,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000532C 626cf808c11ebd RCR qword ptr [r22], 0xbd +00000000000052E4 626cfc08c11ebd RCR qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -67873,7 +67579,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005333 626cf808c1debd RCR r22, 0xbd +00000000000052EB 626cfc08c1debd RCR r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -67894,7 +67600,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000533A 626c7908c11ebd RCR word ptr [r22], 0xbd +00000000000052F2 626c7d08c11ebd RCR word ptr [r22], 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -67916,7 +67622,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000005341 626c7908c1debd RCR r22w, 0xbd +00000000000052F9 626c7d08c1debd RCR r22w, 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -67937,7 +67643,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000005348 626cf908c11ebd RCR qword ptr [r22], 0xbd +0000000000005300 626cfd08c11ebd RCR qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -67959,7 +67665,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000534F 626cf908c1debd RCR r22, 0xbd +0000000000005307 626cfd08c1debd RCR r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -67980,7 +67686,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005356 626c7808d01e RCR byte ptr [r22], 1 +000000000000530E 626c7c08d01e RCR byte ptr [r22], 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -68002,7 +67708,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000535C 626c7808d0de RCR r22b, 1 +0000000000005314 626c7c08d0de RCR r22b, 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -68023,7 +67729,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000005362 626cf808d01e RCR byte ptr [r22], 1 +000000000000531A 626cfc08d01e RCR byte ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -68045,7 +67751,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005368 626cf808d0de RCR r22b, 1 +0000000000005320 626cfc08d0de RCR r22b, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -68066,7 +67772,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000536E 626c7808d11e RCR dword ptr [r22], 1 +0000000000005326 626c7c08d11e RCR dword ptr [r22], 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -68088,7 +67794,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000005374 626c7808d1de RCR r22d, 1 +000000000000532C 626c7c08d1de RCR r22d, 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -68109,7 +67815,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000537A 626cf808d11e RCR qword ptr [r22], 1 +0000000000005332 626cfc08d11e RCR qword ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -68131,7 +67837,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005380 626cf808d1de RCR r22, 1 +0000000000005338 626cfc08d1de RCR r22, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -68152,7 +67858,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005386 626c7908d11e RCR word ptr [r22], 1 +000000000000533E 626c7d08d11e RCR word ptr [r22], 1 DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -68174,7 +67880,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000538C 626c7908d1de RCR r22w, 1 +0000000000005344 626c7d08d1de RCR r22w, 1 DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -68195,7 +67901,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000005392 626cf908d11e RCR qword ptr [r22], 1 +000000000000534A 626cfd08d11e RCR qword ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -68217,7 +67923,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005398 626cf908d1de RCR r22, 1 +0000000000005350 626cfd08d1de RCR r22, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -68238,7 +67944,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000539E 626c7808d21e RCR byte ptr [r22], cl +0000000000005356 626c7c08d21e RCR byte ptr [r22], cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -68260,7 +67966,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000053A4 626c7808d2de RCR r22b, cl +000000000000535C 626c7c08d2de RCR r22b, cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -68281,7 +67987,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000053AA 626cf808d21e RCR byte ptr [r22], cl +0000000000005362 626cfc08d21e RCR byte ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -68303,7 +68009,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000053B0 626cf808d2de RCR r22b, cl +0000000000005368 626cfc08d2de RCR r22b, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -68324,7 +68030,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000053B6 626c7808d31e RCR dword ptr [r22], cl +000000000000536E 626c7c08d31e RCR dword ptr [r22], cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -68346,7 +68052,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000053BC 626c7808d3de RCR r22d, cl +0000000000005374 626c7c08d3de RCR r22d, cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -68367,7 +68073,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000053C2 626cf808d31e RCR qword ptr [r22], cl +000000000000537A 626cfc08d31e RCR qword ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -68389,7 +68095,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000053C8 626cf808d3de RCR r22, cl +0000000000005380 626cfc08d3de RCR r22, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -68410,7 +68116,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000053CE 626c7908d31e RCR word ptr [r22], cl +0000000000005386 626c7d08d31e RCR word ptr [r22], cl DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -68432,7 +68138,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000053D4 626c7908d3de RCR r22w, cl +000000000000538C 626c7d08d3de RCR r22w, cl DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -68453,7 +68159,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000053DA 626cf908d31e RCR qword ptr [r22], cl +0000000000005392 626cfd08d31e RCR qword ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -68475,7 +68181,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000053E0 626cf908d3de RCR r22, cl +0000000000005398 626cfd08d3de RCR r22, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -68496,7 +68202,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000053E6 626c780cc01ebd RCRNF byte ptr [r22], 0xbd +000000000000539E 626c7c0cc01ebd RCRNF byte ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -68515,7 +68221,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000053ED 626c780cc0debd RCRNF r22b, 0xbd +00000000000053A5 626c7c0cc0debd RCRNF r22b, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -68533,7 +68239,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000053F4 626cf80cc01ebd RCRNF byte ptr [r22], 0xbd +00000000000053AC 626cfc0cc01ebd RCRNF byte ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -68552,7 +68258,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000053FB 626cf80cc0debd RCRNF r22b, 0xbd +00000000000053B3 626cfc0cc0debd RCRNF r22b, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -68570,7 +68276,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000005402 626c780cc11ebd RCRNF dword ptr [r22], 0xbd +00000000000053BA 626c7c0cc11ebd RCRNF dword ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -68589,7 +68295,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000005409 626c780cc1debd RCRNF r22d, 0xbd +00000000000053C1 626c7c0cc1debd RCRNF r22d, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -68607,7 +68313,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000005410 626cf80cc11ebd RCRNF qword ptr [r22], 0xbd +00000000000053C8 626cfc0cc11ebd RCRNF qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -68626,7 +68332,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000005417 626cf80cc1debd RCRNF r22, 0xbd +00000000000053CF 626cfc0cc1debd RCRNF r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -68644,7 +68350,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -000000000000541E 626c790cc11ebd RCRNF word ptr [r22], 0xbd +00000000000053D6 626c7d0cc11ebd RCRNF word ptr [r22], 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -68663,7 +68369,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000005425 626c790cc1debd RCRNF r22w, 0xbd +00000000000053DD 626c7d0cc1debd RCRNF r22w, 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -68681,7 +68387,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -000000000000542C 626cf90cc11ebd RCRNF qword ptr [r22], 0xbd +00000000000053E4 626cfd0cc11ebd RCRNF qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -68700,7 +68406,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000005433 626cf90cc1debd RCRNF r22, 0xbd +00000000000053EB 626cfd0cc1debd RCRNF r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -68718,7 +68424,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -000000000000543A 626c780cd01e RCRNF byte ptr [r22], 1 +00000000000053F2 626c7c0cd01e RCRNF byte ptr [r22], 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -68737,7 +68443,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000005440 626c780cd0de RCRNF r22b, 1 +00000000000053F8 626c7c0cd0de RCRNF r22b, 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -68755,7 +68461,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000005446 626cf80cd01e RCRNF byte ptr [r22], 1 +00000000000053FE 626cfc0cd01e RCRNF byte ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -68774,7 +68480,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -000000000000544C 626cf80cd0de RCRNF r22b, 1 +0000000000005404 626cfc0cd0de RCRNF r22b, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -68792,7 +68498,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000005452 626c780cd11e RCRNF dword ptr [r22], 1 +000000000000540A 626c7c0cd11e RCRNF dword ptr [r22], 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -68811,7 +68517,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000005458 626c780cd1de RCRNF r22d, 1 +0000000000005410 626c7c0cd1de RCRNF r22d, 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -68829,7 +68535,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -000000000000545E 626cf80cd11e RCRNF qword ptr [r22], 1 +0000000000005416 626cfc0cd11e RCRNF qword ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -68848,7 +68554,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000005464 626cf80cd1de RCRNF r22, 1 +000000000000541C 626cfc0cd1de RCRNF r22, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -68866,7 +68572,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -000000000000546A 626c790cd11e RCRNF word ptr [r22], 1 +0000000000005422 626c7d0cd11e RCRNF word ptr [r22], 1 DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -68885,7 +68591,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000005470 626c790cd1de RCRNF r22w, 1 +0000000000005428 626c7d0cd1de RCRNF r22w, 1 DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -68903,7 +68609,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000005476 626cf90cd11e RCRNF qword ptr [r22], 1 +000000000000542E 626cfd0cd11e RCRNF qword ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -68922,7 +68628,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -000000000000547C 626cf90cd1de RCRNF r22, 1 +0000000000005434 626cfd0cd1de RCRNF r22, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -68940,7 +68646,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000005482 626c780cd21e RCRNF byte ptr [r22], cl +000000000000543A 626c7c0cd21e RCRNF byte ptr [r22], cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -68959,7 +68665,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000005488 626c780cd2de RCRNF r22b, cl +0000000000005440 626c7c0cd2de RCRNF r22b, cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -68977,7 +68683,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -000000000000548E 626cf80cd21e RCRNF byte ptr [r22], cl +0000000000005446 626cfc0cd21e RCRNF byte ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -68996,7 +68702,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000005494 626cf80cd2de RCRNF r22b, cl +000000000000544C 626cfc0cd2de RCRNF r22b, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -69014,7 +68720,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -000000000000549A 626c780cd31e RCRNF dword ptr [r22], cl +0000000000005452 626c7c0cd31e RCRNF dword ptr [r22], cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -69033,7 +68739,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -00000000000054A0 626c780cd3de RCRNF r22d, cl +0000000000005458 626c7c0cd3de RCRNF r22d, cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -69051,7 +68757,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -00000000000054A6 626cf80cd31e RCRNF qword ptr [r22], cl +000000000000545E 626cfc0cd31e RCRNF qword ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -69070,7 +68776,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -00000000000054AC 626cf80cd3de RCRNF r22, cl +0000000000005464 626cfc0cd3de RCRNF r22, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -69088,7 +68794,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -00000000000054B2 626c790cd31e RCRNF word ptr [r22], cl +000000000000546A 626c7d0cd31e RCRNF word ptr [r22], cl DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -69107,7 +68813,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -00000000000054B8 626c790cd3de RCRNF r22w, cl +0000000000005470 626c7d0cd3de RCRNF r22w, cl DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -69125,7 +68831,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -00000000000054BE 626cf90cd31e RCRNF qword ptr [r22], cl +0000000000005476 626cfd0cd31e RCRNF qword ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -69144,7 +68850,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -00000000000054C4 626cf90cd3de RCRNF r22, cl +000000000000547C 626cfd0cd3de RCRNF r22, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -69162,7 +68868,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -00000000000054CA 626c7818c01ebd RCR al, byte ptr [r22], 0xbd +0000000000005482 626c7c18c01ebd RCR al, byte ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -69185,7 +68891,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000054D1 626c7818c0debd RCR al, r22b, 0xbd +0000000000005489 626c7c18c0debd RCR al, r22b, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -69207,7 +68913,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000054D8 626cf818c01ebd RCR al, byte ptr [r22], 0xbd +0000000000005490 626cfc18c01ebd RCR al, byte ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -69230,7 +68936,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000054DF 626cf818c0debd RCR al, r22b, 0xbd +0000000000005497 626cfc18c0debd RCR al, r22b, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -69252,7 +68958,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000054E6 626c7818c11ebd RCR eax, dword ptr [r22], 0xbd +000000000000549E 626c7c18c11ebd RCR eax, dword ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -69275,7 +68981,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000054ED 626c7818c1debd RCR eax, r22d, 0xbd +00000000000054A5 626c7c18c1debd RCR eax, r22d, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -69297,7 +69003,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000054F4 626cf818c11ebd RCR rax, qword ptr [r22], 0xbd +00000000000054AC 626cfc18c11ebd RCR rax, qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -69320,7 +69026,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000054FB 626cf818c1debd RCR rax, r22, 0xbd +00000000000054B3 626cfc18c1debd RCR rax, r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -69342,7 +69048,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005502 626c7918c11ebd RCR ax, word ptr [r22], 0xbd +00000000000054BA 626c7d18c11ebd RCR ax, word ptr [r22], 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -69365,7 +69071,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000005509 626c7918c1debd RCR ax, r22w, 0xbd +00000000000054C1 626c7d18c1debd RCR ax, r22w, 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -69387,7 +69093,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000005510 626cf918c11ebd RCR rax, qword ptr [r22], 0xbd +00000000000054C8 626cfd18c11ebd RCR rax, qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -69410,7 +69116,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005517 626cf918c1debd RCR rax, r22, 0xbd +00000000000054CF 626cfd18c1debd RCR rax, r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -69432,7 +69138,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000551E 626c7818d01e RCR al, byte ptr [r22], 1 +00000000000054D6 626c7c18d01e RCR al, byte ptr [r22], 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -69455,7 +69161,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000005524 626c7818d0de RCR al, r22b, 1 +00000000000054DC 626c7c18d0de RCR al, r22b, 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -69477,7 +69183,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000552A 626cf818d01e RCR al, byte ptr [r22], 1 +00000000000054E2 626cfc18d01e RCR al, byte ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -69500,7 +69206,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005530 626cf818d0de RCR al, r22b, 1 +00000000000054E8 626cfc18d0de RCR al, r22b, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -69522,7 +69228,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005536 626c7818d11e RCR eax, dword ptr [r22], 1 +00000000000054EE 626c7c18d11e RCR eax, dword ptr [r22], 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -69545,7 +69251,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000553C 626c7818d1de RCR eax, r22d, 1 +00000000000054F4 626c7c18d1de RCR eax, r22d, 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -69567,7 +69273,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000005542 626cf818d11e RCR rax, qword ptr [r22], 1 +00000000000054FA 626cfc18d11e RCR rax, qword ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -69590,7 +69296,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005548 626cf818d1de RCR rax, r22, 1 +0000000000005500 626cfc18d1de RCR rax, r22, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -69612,7 +69318,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000554E 626c7918d11e RCR ax, word ptr [r22], 1 +0000000000005506 626c7d18d11e RCR ax, word ptr [r22], 1 DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -69635,7 +69341,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000005554 626c7918d1de RCR ax, r22w, 1 +000000000000550C 626c7d18d1de RCR ax, r22w, 1 DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -69657,7 +69363,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000555A 626cf918d11e RCR rax, qword ptr [r22], 1 +0000000000005512 626cfd18d11e RCR rax, qword ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -69680,7 +69386,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005560 626cf918d1de RCR rax, r22, 1 +0000000000005518 626cfd18d1de RCR rax, r22, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -69702,7 +69408,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005566 626c7818d21e RCR al, byte ptr [r22], cl +000000000000551E 626c7c18d21e RCR al, byte ptr [r22], cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -69725,7 +69431,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000556C 626c7818d2de RCR al, r22b, cl +0000000000005524 626c7c18d2de RCR al, r22b, cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -69747,7 +69453,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000005572 626cf818d21e RCR al, byte ptr [r22], cl +000000000000552A 626cfc18d21e RCR al, byte ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -69770,7 +69476,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005578 626cf818d2de RCR al, r22b, cl +0000000000005530 626cfc18d2de RCR al, r22b, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -69792,7 +69498,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000557E 626c7818d31e RCR eax, dword ptr [r22], cl +0000000000005536 626c7c18d31e RCR eax, dword ptr [r22], cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -69815,7 +69521,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000005584 626c7818d3de RCR eax, r22d, cl +000000000000553C 626c7c18d3de RCR eax, r22d, cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -69837,7 +69543,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000558A 626cf818d31e RCR rax, qword ptr [r22], cl +0000000000005542 626cfc18d31e RCR rax, qword ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -69860,7 +69566,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005590 626cf818d3de RCR rax, r22, cl +0000000000005548 626cfc18d3de RCR rax, r22, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -69882,7 +69588,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005596 626c7918d31e RCR ax, word ptr [r22], cl +000000000000554E 626c7d18d31e RCR ax, word ptr [r22], cl DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -69905,7 +69611,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000559C 626c7918d3de RCR ax, r22w, cl +0000000000005554 626c7d18d3de RCR ax, r22w, cl DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -69927,7 +69633,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000055A2 626cf918d31e RCR rax, qword ptr [r22], cl +000000000000555A 626cfd18d31e RCR rax, qword ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -69950,7 +69656,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000055A8 626cf918d3de RCR rax, r22, cl +0000000000005560 626cfd18d3de RCR rax, r22, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -69972,7 +69678,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000055AE 626c781cc01ebd RCRNF al, byte ptr [r22], 0xbd +0000000000005566 626c7c1cc01ebd RCRNF al, byte ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -69992,7 +69698,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000055B5 626c781cc0debd RCRNF al, r22b, 0xbd +000000000000556D 626c7c1cc0debd RCRNF al, r22b, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -70011,7 +69717,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000055BC 626cf81cc01ebd RCRNF al, byte ptr [r22], 0xbd +0000000000005574 626cfc1cc01ebd RCRNF al, byte ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -70031,7 +69737,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000055C3 626cf81cc0debd RCRNF al, r22b, 0xbd +000000000000557B 626cfc1cc0debd RCRNF al, r22b, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -70050,7 +69756,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000055CA 626c781cc11ebd RCRNF eax, dword ptr [r22], 0xbd +0000000000005582 626c7c1cc11ebd RCRNF eax, dword ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -70070,7 +69776,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000055D1 626c781cc1debd RCRNF eax, r22d, 0xbd +0000000000005589 626c7c1cc1debd RCRNF eax, r22d, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -70089,7 +69795,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000055D8 626cf81cc11ebd RCRNF rax, qword ptr [r22], 0xbd +0000000000005590 626cfc1cc11ebd RCRNF rax, qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -70109,7 +69815,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000055DF 626cf81cc1debd RCRNF rax, r22, 0xbd +0000000000005597 626cfc1cc1debd RCRNF rax, r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -70128,7 +69834,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000055E6 626c791cc11ebd RCRNF ax, word ptr [r22], 0xbd +000000000000559E 626c7d1cc11ebd RCRNF ax, word ptr [r22], 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -70148,7 +69854,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000055ED 626c791cc1debd RCRNF ax, r22w, 0xbd +00000000000055A5 626c7d1cc1debd RCRNF ax, r22w, 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -70167,7 +69873,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000055F4 626cf91cc11ebd RCRNF rax, qword ptr [r22], 0xbd +00000000000055AC 626cfd1cc11ebd RCRNF rax, qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -70187,7 +69893,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000055FB 626cf91cc1debd RCRNF rax, r22, 0xbd +00000000000055B3 626cfd1cc1debd RCRNF rax, r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -70206,7 +69912,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000005602 626c781cd01e RCRNF al, byte ptr [r22], 1 +00000000000055BA 626c7c1cd01e RCRNF al, byte ptr [r22], 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -70226,7 +69932,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000005608 626c781cd0de RCRNF al, r22b, 1 +00000000000055C0 626c7c1cd0de RCRNF al, r22b, 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -70245,7 +69951,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -000000000000560E 626cf81cd01e RCRNF al, byte ptr [r22], 1 +00000000000055C6 626cfc1cd01e RCRNF al, byte ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -70265,7 +69971,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000005614 626cf81cd0de RCRNF al, r22b, 1 +00000000000055CC 626cfc1cd0de RCRNF al, r22b, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -70284,7 +69990,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -000000000000561A 626c781cd11e RCRNF eax, dword ptr [r22], 1 +00000000000055D2 626c7c1cd11e RCRNF eax, dword ptr [r22], 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -70304,7 +70010,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000005620 626c781cd1de RCRNF eax, r22d, 1 +00000000000055D8 626c7c1cd1de RCRNF eax, r22d, 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -70323,7 +70029,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000005626 626cf81cd11e RCRNF rax, qword ptr [r22], 1 +00000000000055DE 626cfc1cd11e RCRNF rax, qword ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -70343,7 +70049,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -000000000000562C 626cf81cd1de RCRNF rax, r22, 1 +00000000000055E4 626cfc1cd1de RCRNF rax, r22, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -70362,7 +70068,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000005632 626c791cd11e RCRNF ax, word ptr [r22], 1 +00000000000055EA 626c7d1cd11e RCRNF ax, word ptr [r22], 1 DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -70382,7 +70088,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000005638 626c791cd1de RCRNF ax, r22w, 1 +00000000000055F0 626c7d1cd1de RCRNF ax, r22w, 1 DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -70401,7 +70107,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -000000000000563E 626cf91cd11e RCRNF rax, qword ptr [r22], 1 +00000000000055F6 626cfd1cd11e RCRNF rax, qword ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -70421,7 +70127,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000005644 626cf91cd1de RCRNF rax, r22, 1 +00000000000055FC 626cfd1cd1de RCRNF rax, r22, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -70440,7 +70146,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -000000000000564A 626c781cd21e RCRNF al, byte ptr [r22], cl +0000000000005602 626c7c1cd21e RCRNF al, byte ptr [r22], cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -70460,7 +70166,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000005650 626c781cd2de RCRNF al, r22b, cl +0000000000005608 626c7c1cd2de RCRNF al, r22b, cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -70479,7 +70185,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000005656 626cf81cd21e RCRNF al, byte ptr [r22], cl +000000000000560E 626cfc1cd21e RCRNF al, byte ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -70499,7 +70205,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -000000000000565C 626cf81cd2de RCRNF al, r22b, cl +0000000000005614 626cfc1cd2de RCRNF al, r22b, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -70518,7 +70224,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000005662 626c781cd31e RCRNF eax, dword ptr [r22], cl +000000000000561A 626c7c1cd31e RCRNF eax, dword ptr [r22], cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -70538,7 +70244,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000005668 626c781cd3de RCRNF eax, r22d, cl +0000000000005620 626c7c1cd3de RCRNF eax, r22d, cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -70557,7 +70263,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -000000000000566E 626cf81cd31e RCRNF rax, qword ptr [r22], cl +0000000000005626 626cfc1cd31e RCRNF rax, qword ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -70577,7 +70283,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000005674 626cf81cd3de RCRNF rax, r22, cl +000000000000562C 626cfc1cd3de RCRNF rax, r22, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -70596,7 +70302,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -000000000000567A 626c791cd31e RCRNF ax, word ptr [r22], cl +0000000000005632 626c7d1cd31e RCRNF ax, word ptr [r22], cl DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -70616,7 +70322,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000005680 626c791cd3de RCRNF ax, r22w, cl +0000000000005638 626c7d1cd3de RCRNF ax, r22w, cl DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -70635,7 +70341,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000005686 626cf91cd31e RCRNF rax, qword ptr [r22], cl +000000000000563E 626cfd1cd31e RCRNF rax, qword ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -70655,7 +70361,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -000000000000568C 626cf91cd3de RCRNF rax, r22, cl +0000000000005644 626cfd1cd3de RCRNF rax, r22, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -70674,7 +70380,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000005692 626c7808c006bd ROL byte ptr [r22], 0xbd +000000000000564A 626c7c08c006bd ROL byte ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -70696,7 +70402,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000005699 626c7808c0c6bd ROL r22b, 0xbd +0000000000005651 626c7c08c0c6bd ROL r22b, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -70717,7 +70423,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000056A0 626cf808c006bd ROL byte ptr [r22], 0xbd +0000000000005658 626cfc08c006bd ROL byte ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -70739,7 +70445,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000056A7 626cf808c0c6bd ROL r22b, 0xbd +000000000000565F 626cfc08c0c6bd ROL r22b, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -70760,7 +70466,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000056AE 626c7808c106bd ROL dword ptr [r22], 0xbd +0000000000005666 626c7c08c106bd ROL dword ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -70782,7 +70488,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000056B5 626c7808c1c6bd ROL r22d, 0xbd +000000000000566D 626c7c08c1c6bd ROL r22d, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -70803,7 +70509,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000056BC 626cf808c106bd ROL qword ptr [r22], 0xbd +0000000000005674 626cfc08c106bd ROL qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -70825,7 +70531,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000056C3 626cf808c1c6bd ROL r22, 0xbd +000000000000567B 626cfc08c1c6bd ROL r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -70846,7 +70552,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000056CA 626c7908c106bd ROL word ptr [r22], 0xbd +0000000000005682 626c7d08c106bd ROL word ptr [r22], 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -70868,7 +70574,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000056D1 626c7908c1c6bd ROL r22w, 0xbd +0000000000005689 626c7d08c1c6bd ROL r22w, 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -70889,7 +70595,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000056D8 626cf908c106bd ROL qword ptr [r22], 0xbd +0000000000005690 626cfd08c106bd ROL qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -70911,7 +70617,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000056DF 626cf908c1c6bd ROL r22, 0xbd +0000000000005697 626cfd08c1c6bd ROL r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -70932,7 +70638,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000056E6 626c7808d006 ROL byte ptr [r22], 1 +000000000000569E 626c7c08d006 ROL byte ptr [r22], 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -70954,7 +70660,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000056EC 626c7808d0c6 ROL r22b, 1 +00000000000056A4 626c7c08d0c6 ROL r22b, 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -70975,7 +70681,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000056F2 626cf808d006 ROL byte ptr [r22], 1 +00000000000056AA 626cfc08d006 ROL byte ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -70997,7 +70703,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000056F8 626cf808d0c6 ROL r22b, 1 +00000000000056B0 626cfc08d0c6 ROL r22b, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -71018,7 +70724,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000056FE 626c7808d106 ROL dword ptr [r22], 1 +00000000000056B6 626c7c08d106 ROL dword ptr [r22], 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -71040,7 +70746,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000005704 626c7808d1c6 ROL r22d, 1 +00000000000056BC 626c7c08d1c6 ROL r22d, 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -71061,7 +70767,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000570A 626cf808d106 ROL qword ptr [r22], 1 +00000000000056C2 626cfc08d106 ROL qword ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -71083,7 +70789,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005710 626cf808d1c6 ROL r22, 1 +00000000000056C8 626cfc08d1c6 ROL r22, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -71104,7 +70810,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005716 626c7908d106 ROL word ptr [r22], 1 +00000000000056CE 626c7d08d106 ROL word ptr [r22], 1 DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -71126,7 +70832,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000571C 626c7908d1c6 ROL r22w, 1 +00000000000056D4 626c7d08d1c6 ROL r22w, 1 DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -71147,7 +70853,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000005722 626cf908d106 ROL qword ptr [r22], 1 +00000000000056DA 626cfd08d106 ROL qword ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -71169,7 +70875,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005728 626cf908d1c6 ROL r22, 1 +00000000000056E0 626cfd08d1c6 ROL r22, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -71190,7 +70896,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000572E 626c7808d206 ROL byte ptr [r22], cl +00000000000056E6 626c7c08d206 ROL byte ptr [r22], cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -71212,7 +70918,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000005734 626c7808d2c6 ROL r22b, cl +00000000000056EC 626c7c08d2c6 ROL r22b, cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -71233,7 +70939,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000573A 626cf808d206 ROL byte ptr [r22], cl +00000000000056F2 626cfc08d206 ROL byte ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -71255,7 +70961,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005740 626cf808d2c6 ROL r22b, cl +00000000000056F8 626cfc08d2c6 ROL r22b, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -71276,7 +70982,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005746 626c7808d306 ROL dword ptr [r22], cl +00000000000056FE 626c7c08d306 ROL dword ptr [r22], cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -71298,7 +71004,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000574C 626c7808d3c6 ROL r22d, cl +0000000000005704 626c7c08d3c6 ROL r22d, cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -71319,7 +71025,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000005752 626cf808d306 ROL qword ptr [r22], cl +000000000000570A 626cfc08d306 ROL qword ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -71341,7 +71047,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005758 626cf808d3c6 ROL r22, cl +0000000000005710 626cfc08d3c6 ROL r22, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -71362,7 +71068,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000575E 626c7908d306 ROL word ptr [r22], cl +0000000000005716 626c7d08d306 ROL word ptr [r22], cl DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -71384,7 +71090,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000005764 626c7908d3c6 ROL r22w, cl +000000000000571C 626c7d08d3c6 ROL r22w, cl DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -71405,7 +71111,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000576A 626cf908d306 ROL qword ptr [r22], cl +0000000000005722 626cfd08d306 ROL qword ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -71427,7 +71133,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005770 626cf908d3c6 ROL r22, cl +0000000000005728 626cfd08d3c6 ROL r22, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -71448,7 +71154,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005776 626c780cc006bd ROLNF byte ptr [r22], 0xbd +000000000000572E 626c7c0cc006bd ROLNF byte ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -71467,7 +71173,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -000000000000577D 626c780cc0c6bd ROLNF r22b, 0xbd +0000000000005735 626c7c0cc0c6bd ROLNF r22b, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -71485,7 +71191,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000005784 626cf80cc006bd ROLNF byte ptr [r22], 0xbd +000000000000573C 626cfc0cc006bd ROLNF byte ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -71504,7 +71210,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -000000000000578B 626cf80cc0c6bd ROLNF r22b, 0xbd +0000000000005743 626cfc0cc0c6bd ROLNF r22b, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -71522,7 +71228,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000005792 626c780cc106bd ROLNF dword ptr [r22], 0xbd +000000000000574A 626c7c0cc106bd ROLNF dword ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -71541,7 +71247,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000005799 626c780cc1c6bd ROLNF r22d, 0xbd +0000000000005751 626c7c0cc1c6bd ROLNF r22d, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -71559,7 +71265,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000057A0 626cf80cc106bd ROLNF qword ptr [r22], 0xbd +0000000000005758 626cfc0cc106bd ROLNF qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -71578,7 +71284,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000057A7 626cf80cc1c6bd ROLNF r22, 0xbd +000000000000575F 626cfc0cc1c6bd ROLNF r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -71596,7 +71302,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000057AE 626c790cc106bd ROLNF word ptr [r22], 0xbd +0000000000005766 626c7d0cc106bd ROLNF word ptr [r22], 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -71615,7 +71321,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000057B5 626c790cc1c6bd ROLNF r22w, 0xbd +000000000000576D 626c7d0cc1c6bd ROLNF r22w, 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -71633,7 +71339,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000057BC 626cf90cc106bd ROLNF qword ptr [r22], 0xbd +0000000000005774 626cfd0cc106bd ROLNF qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -71652,7 +71358,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000057C3 626cf90cc1c6bd ROLNF r22, 0xbd +000000000000577B 626cfd0cc1c6bd ROLNF r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -71670,7 +71376,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000057CA 626c780cd006 ROLNF byte ptr [r22], 1 +0000000000005782 626c7c0cd006 ROLNF byte ptr [r22], 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -71689,7 +71395,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -00000000000057D0 626c780cd0c6 ROLNF r22b, 1 +0000000000005788 626c7c0cd0c6 ROLNF r22b, 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -71707,7 +71413,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -00000000000057D6 626cf80cd006 ROLNF byte ptr [r22], 1 +000000000000578E 626cfc0cd006 ROLNF byte ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -71726,7 +71432,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -00000000000057DC 626cf80cd0c6 ROLNF r22b, 1 +0000000000005794 626cfc0cd0c6 ROLNF r22b, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -71744,7 +71450,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -00000000000057E2 626c780cd106 ROLNF dword ptr [r22], 1 +000000000000579A 626c7c0cd106 ROLNF dword ptr [r22], 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -71763,7 +71469,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -00000000000057E8 626c780cd1c6 ROLNF r22d, 1 +00000000000057A0 626c7c0cd1c6 ROLNF r22d, 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -71781,7 +71487,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -00000000000057EE 626cf80cd106 ROLNF qword ptr [r22], 1 +00000000000057A6 626cfc0cd106 ROLNF qword ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -71800,7 +71506,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -00000000000057F4 626cf80cd1c6 ROLNF r22, 1 +00000000000057AC 626cfc0cd1c6 ROLNF r22, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -71818,7 +71524,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -00000000000057FA 626c790cd106 ROLNF word ptr [r22], 1 +00000000000057B2 626c7d0cd106 ROLNF word ptr [r22], 1 DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -71837,7 +71543,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000005800 626c790cd1c6 ROLNF r22w, 1 +00000000000057B8 626c7d0cd1c6 ROLNF r22w, 1 DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -71855,7 +71561,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000005806 626cf90cd106 ROLNF qword ptr [r22], 1 +00000000000057BE 626cfd0cd106 ROLNF qword ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -71874,7 +71580,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -000000000000580C 626cf90cd1c6 ROLNF r22, 1 +00000000000057C4 626cfd0cd1c6 ROLNF r22, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -71892,7 +71598,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000005812 626c780cd206 ROLNF byte ptr [r22], cl +00000000000057CA 626c7c0cd206 ROLNF byte ptr [r22], cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -71911,7 +71617,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000005818 626c780cd2c6 ROLNF r22b, cl +00000000000057D0 626c7c0cd2c6 ROLNF r22b, cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -71929,7 +71635,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -000000000000581E 626cf80cd206 ROLNF byte ptr [r22], cl +00000000000057D6 626cfc0cd206 ROLNF byte ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -71948,7 +71654,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000005824 626cf80cd2c6 ROLNF r22b, cl +00000000000057DC 626cfc0cd2c6 ROLNF r22b, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -71966,7 +71672,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -000000000000582A 626c780cd306 ROLNF dword ptr [r22], cl +00000000000057E2 626c7c0cd306 ROLNF dword ptr [r22], cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -71985,7 +71691,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000005830 626c780cd3c6 ROLNF r22d, cl +00000000000057E8 626c7c0cd3c6 ROLNF r22d, cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -72003,7 +71709,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000005836 626cf80cd306 ROLNF qword ptr [r22], cl +00000000000057EE 626cfc0cd306 ROLNF qword ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -72022,7 +71728,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -000000000000583C 626cf80cd3c6 ROLNF r22, cl +00000000000057F4 626cfc0cd3c6 ROLNF r22, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -72040,7 +71746,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000005842 626c790cd306 ROLNF word ptr [r22], cl +00000000000057FA 626c7d0cd306 ROLNF word ptr [r22], cl DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -72059,7 +71765,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000005848 626c790cd3c6 ROLNF r22w, cl +0000000000005800 626c7d0cd3c6 ROLNF r22w, cl DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -72077,7 +71783,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -000000000000584E 626cf90cd306 ROLNF qword ptr [r22], cl +0000000000005806 626cfd0cd306 ROLNF qword ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -72096,7 +71802,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000005854 626cf90cd3c6 ROLNF r22, cl +000000000000580C 626cfd0cd3c6 ROLNF r22, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -72114,7 +71820,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -000000000000585A 626c7818c006bd ROL al, byte ptr [r22], 0xbd +0000000000005812 626c7c18c006bd ROL al, byte ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -72137,7 +71843,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000005861 626c7818c0c6bd ROL al, r22b, 0xbd +0000000000005819 626c7c18c0c6bd ROL al, r22b, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -72159,7 +71865,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000005868 626cf818c006bd ROL al, byte ptr [r22], 0xbd +0000000000005820 626cfc18c006bd ROL al, byte ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -72182,7 +71888,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000586F 626cf818c0c6bd ROL al, r22b, 0xbd +0000000000005827 626cfc18c0c6bd ROL al, r22b, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -72204,7 +71910,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005876 626c7818c106bd ROL eax, dword ptr [r22], 0xbd +000000000000582E 626c7c18c106bd ROL eax, dword ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -72227,7 +71933,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000587D 626c7818c1c6bd ROL eax, r22d, 0xbd +0000000000005835 626c7c18c1c6bd ROL eax, r22d, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -72249,7 +71955,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000005884 626cf818c106bd ROL rax, qword ptr [r22], 0xbd +000000000000583C 626cfc18c106bd ROL rax, qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -72272,7 +71978,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000588B 626cf818c1c6bd ROL rax, r22, 0xbd +0000000000005843 626cfc18c1c6bd ROL rax, r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -72294,7 +72000,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005892 626c7918c106bd ROL ax, word ptr [r22], 0xbd +000000000000584A 626c7d18c106bd ROL ax, word ptr [r22], 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -72317,7 +72023,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000005899 626c7918c1c6bd ROL ax, r22w, 0xbd +0000000000005851 626c7d18c1c6bd ROL ax, r22w, 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -72339,7 +72045,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000058A0 626cf918c106bd ROL rax, qword ptr [r22], 0xbd +0000000000005858 626cfd18c106bd ROL rax, qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -72362,7 +72068,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000058A7 626cf918c1c6bd ROL rax, r22, 0xbd +000000000000585F 626cfd18c1c6bd ROL rax, r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -72384,7 +72090,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000058AE 626c7818d006 ROL al, byte ptr [r22], 1 +0000000000005866 626c7c18d006 ROL al, byte ptr [r22], 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -72407,7 +72113,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000058B4 626c7818d0c6 ROL al, r22b, 1 +000000000000586C 626c7c18d0c6 ROL al, r22b, 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -72429,7 +72135,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000058BA 626cf818d006 ROL al, byte ptr [r22], 1 +0000000000005872 626cfc18d006 ROL al, byte ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -72452,7 +72158,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000058C0 626cf818d0c6 ROL al, r22b, 1 +0000000000005878 626cfc18d0c6 ROL al, r22b, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -72474,7 +72180,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000058C6 626c7818d106 ROL eax, dword ptr [r22], 1 +000000000000587E 626c7c18d106 ROL eax, dword ptr [r22], 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -72497,7 +72203,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000058CC 626c7818d1c6 ROL eax, r22d, 1 +0000000000005884 626c7c18d1c6 ROL eax, r22d, 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -72519,7 +72225,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000058D2 626cf818d106 ROL rax, qword ptr [r22], 1 +000000000000588A 626cfc18d106 ROL rax, qword ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -72542,7 +72248,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000058D8 626cf818d1c6 ROL rax, r22, 1 +0000000000005890 626cfc18d1c6 ROL rax, r22, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -72564,7 +72270,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000058DE 626c7918d106 ROL ax, word ptr [r22], 1 +0000000000005896 626c7d18d106 ROL ax, word ptr [r22], 1 DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -72587,7 +72293,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000058E4 626c7918d1c6 ROL ax, r22w, 1 +000000000000589C 626c7d18d1c6 ROL ax, r22w, 1 DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -72609,7 +72315,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000058EA 626cf918d106 ROL rax, qword ptr [r22], 1 +00000000000058A2 626cfd18d106 ROL rax, qword ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -72632,7 +72338,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000058F0 626cf918d1c6 ROL rax, r22, 1 +00000000000058A8 626cfd18d1c6 ROL rax, r22, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -72654,7 +72360,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000058F6 626c7818d206 ROL al, byte ptr [r22], cl +00000000000058AE 626c7c18d206 ROL al, byte ptr [r22], cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -72677,7 +72383,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000058FC 626c7818d2c6 ROL al, r22b, cl +00000000000058B4 626c7c18d2c6 ROL al, r22b, cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -72699,7 +72405,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000005902 626cf818d206 ROL al, byte ptr [r22], cl +00000000000058BA 626cfc18d206 ROL al, byte ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -72722,7 +72428,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005908 626cf818d2c6 ROL al, r22b, cl +00000000000058C0 626cfc18d2c6 ROL al, r22b, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -72744,7 +72450,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000590E 626c7818d306 ROL eax, dword ptr [r22], cl +00000000000058C6 626c7c18d306 ROL eax, dword ptr [r22], cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -72767,7 +72473,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000005914 626c7818d3c6 ROL eax, r22d, cl +00000000000058CC 626c7c18d3c6 ROL eax, r22d, cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -72789,7 +72495,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000591A 626cf818d306 ROL rax, qword ptr [r22], cl +00000000000058D2 626cfc18d306 ROL rax, qword ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -72812,7 +72518,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005920 626cf818d3c6 ROL rax, r22, cl +00000000000058D8 626cfc18d3c6 ROL rax, r22, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -72834,7 +72540,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005926 626c7918d306 ROL ax, word ptr [r22], cl +00000000000058DE 626c7d18d306 ROL ax, word ptr [r22], cl DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -72857,7 +72563,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000592C 626c7918d3c6 ROL ax, r22w, cl +00000000000058E4 626c7d18d3c6 ROL ax, r22w, cl DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -72879,7 +72585,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000005932 626cf918d306 ROL rax, qword ptr [r22], cl +00000000000058EA 626cfd18d306 ROL rax, qword ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -72902,7 +72608,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005938 626cf918d3c6 ROL rax, r22, cl +00000000000058F0 626cfd18d3c6 ROL rax, r22, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -72924,7 +72630,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000593E 626c781cc006bd ROLNF al, byte ptr [r22], 0xbd +00000000000058F6 626c7c1cc006bd ROLNF al, byte ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -72944,7 +72650,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000005945 626c781cc0c6bd ROLNF al, r22b, 0xbd +00000000000058FD 626c7c1cc0c6bd ROLNF al, r22b, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -72963,7 +72669,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -000000000000594C 626cf81cc006bd ROLNF al, byte ptr [r22], 0xbd +0000000000005904 626cfc1cc006bd ROLNF al, byte ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -72983,7 +72689,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000005953 626cf81cc0c6bd ROLNF al, r22b, 0xbd +000000000000590B 626cfc1cc0c6bd ROLNF al, r22b, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -73002,7 +72708,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -000000000000595A 626c781cc106bd ROLNF eax, dword ptr [r22], 0xbd +0000000000005912 626c7c1cc106bd ROLNF eax, dword ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -73022,7 +72728,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000005961 626c781cc1c6bd ROLNF eax, r22d, 0xbd +0000000000005919 626c7c1cc1c6bd ROLNF eax, r22d, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -73041,7 +72747,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000005968 626cf81cc106bd ROLNF rax, qword ptr [r22], 0xbd +0000000000005920 626cfc1cc106bd ROLNF rax, qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -73061,7 +72767,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -000000000000596F 626cf81cc1c6bd ROLNF rax, r22, 0xbd +0000000000005927 626cfc1cc1c6bd ROLNF rax, r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -73080,7 +72786,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000005976 626c791cc106bd ROLNF ax, word ptr [r22], 0xbd +000000000000592E 626c7d1cc106bd ROLNF ax, word ptr [r22], 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -73100,7 +72806,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -000000000000597D 626c791cc1c6bd ROLNF ax, r22w, 0xbd +0000000000005935 626c7d1cc1c6bd ROLNF ax, r22w, 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -73119,7 +72825,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000005984 626cf91cc106bd ROLNF rax, qword ptr [r22], 0xbd +000000000000593C 626cfd1cc106bd ROLNF rax, qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -73139,7 +72845,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -000000000000598B 626cf91cc1c6bd ROLNF rax, r22, 0xbd +0000000000005943 626cfd1cc1c6bd ROLNF rax, r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -73158,7 +72864,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000005992 626c781cd006 ROLNF al, byte ptr [r22], 1 +000000000000594A 626c7c1cd006 ROLNF al, byte ptr [r22], 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -73178,7 +72884,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000005998 626c781cd0c6 ROLNF al, r22b, 1 +0000000000005950 626c7c1cd0c6 ROLNF al, r22b, 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -73197,7 +72903,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -000000000000599E 626cf81cd006 ROLNF al, byte ptr [r22], 1 +0000000000005956 626cfc1cd006 ROLNF al, byte ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -73217,7 +72923,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -00000000000059A4 626cf81cd0c6 ROLNF al, r22b, 1 +000000000000595C 626cfc1cd0c6 ROLNF al, r22b, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -73236,7 +72942,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -00000000000059AA 626c781cd106 ROLNF eax, dword ptr [r22], 1 +0000000000005962 626c7c1cd106 ROLNF eax, dword ptr [r22], 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -73256,7 +72962,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -00000000000059B0 626c781cd1c6 ROLNF eax, r22d, 1 +0000000000005968 626c7c1cd1c6 ROLNF eax, r22d, 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -73275,7 +72981,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -00000000000059B6 626cf81cd106 ROLNF rax, qword ptr [r22], 1 +000000000000596E 626cfc1cd106 ROLNF rax, qword ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -73295,7 +73001,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -00000000000059BC 626cf81cd1c6 ROLNF rax, r22, 1 +0000000000005974 626cfc1cd1c6 ROLNF rax, r22, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -73314,7 +73020,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -00000000000059C2 626c791cd106 ROLNF ax, word ptr [r22], 1 +000000000000597A 626c7d1cd106 ROLNF ax, word ptr [r22], 1 DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -73334,7 +73040,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -00000000000059C8 626c791cd1c6 ROLNF ax, r22w, 1 +0000000000005980 626c7d1cd1c6 ROLNF ax, r22w, 1 DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -73353,7 +73059,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -00000000000059CE 626cf91cd106 ROLNF rax, qword ptr [r22], 1 +0000000000005986 626cfd1cd106 ROLNF rax, qword ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -73373,7 +73079,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -00000000000059D4 626cf91cd1c6 ROLNF rax, r22, 1 +000000000000598C 626cfd1cd1c6 ROLNF rax, r22, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -73392,7 +73098,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -00000000000059DA 626c781cd206 ROLNF al, byte ptr [r22], cl +0000000000005992 626c7c1cd206 ROLNF al, byte ptr [r22], cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -73412,7 +73118,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -00000000000059E0 626c781cd2c6 ROLNF al, r22b, cl +0000000000005998 626c7c1cd2c6 ROLNF al, r22b, cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -73431,7 +73137,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -00000000000059E6 626cf81cd206 ROLNF al, byte ptr [r22], cl +000000000000599E 626cfc1cd206 ROLNF al, byte ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -73451,7 +73157,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -00000000000059EC 626cf81cd2c6 ROLNF al, r22b, cl +00000000000059A4 626cfc1cd2c6 ROLNF al, r22b, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -73470,7 +73176,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -00000000000059F2 626c781cd306 ROLNF eax, dword ptr [r22], cl +00000000000059AA 626c7c1cd306 ROLNF eax, dword ptr [r22], cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -73490,7 +73196,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -00000000000059F8 626c781cd3c6 ROLNF eax, r22d, cl +00000000000059B0 626c7c1cd3c6 ROLNF eax, r22d, cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -73509,7 +73215,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -00000000000059FE 626cf81cd306 ROLNF rax, qword ptr [r22], cl +00000000000059B6 626cfc1cd306 ROLNF rax, qword ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -73529,7 +73235,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000005A04 626cf81cd3c6 ROLNF rax, r22, cl +00000000000059BC 626cfc1cd3c6 ROLNF rax, r22, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -73548,7 +73254,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000005A0A 626c791cd306 ROLNF ax, word ptr [r22], cl +00000000000059C2 626c7d1cd306 ROLNF ax, word ptr [r22], cl DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -73568,7 +73274,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000005A10 626c791cd3c6 ROLNF ax, r22w, cl +00000000000059C8 626c7d1cd3c6 ROLNF ax, r22w, cl DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -73587,7 +73293,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000005A16 626cf91cd306 ROLNF rax, qword ptr [r22], cl +00000000000059CE 626cfd1cd306 ROLNF rax, qword ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -73607,7 +73313,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000005A1C 626cf91cd3c6 ROLNF rax, r22, cl +00000000000059D4 626cfd1cd3c6 ROLNF rax, r22, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -73626,7 +73332,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000005A22 626c7808c00ebd ROR byte ptr [r22], 0xbd +00000000000059DA 626c7c08c00ebd ROR byte ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -73648,7 +73354,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000005A29 626c7808c0cebd ROR r22b, 0xbd +00000000000059E1 626c7c08c0cebd ROR r22b, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -73669,7 +73375,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000005A30 626cf808c00ebd ROR byte ptr [r22], 0xbd +00000000000059E8 626cfc08c00ebd ROR byte ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -73691,7 +73397,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005A37 626cf808c0cebd ROR r22b, 0xbd +00000000000059EF 626cfc08c0cebd ROR r22b, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -73712,7 +73418,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005A3E 626c7808c10ebd ROR dword ptr [r22], 0xbd +00000000000059F6 626c7c08c10ebd ROR dword ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -73734,7 +73440,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000005A45 626c7808c1cebd ROR r22d, 0xbd +00000000000059FD 626c7c08c1cebd ROR r22d, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -73755,7 +73461,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000005A4C 626cf808c10ebd ROR qword ptr [r22], 0xbd +0000000000005A04 626cfc08c10ebd ROR qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -73777,7 +73483,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005A53 626cf808c1cebd ROR r22, 0xbd +0000000000005A0B 626cfc08c1cebd ROR r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -73798,7 +73504,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005A5A 626c7908c10ebd ROR word ptr [r22], 0xbd +0000000000005A12 626c7d08c10ebd ROR word ptr [r22], 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -73820,7 +73526,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000005A61 626c7908c1cebd ROR r22w, 0xbd +0000000000005A19 626c7d08c1cebd ROR r22w, 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -73841,7 +73547,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000005A68 626cf908c10ebd ROR qword ptr [r22], 0xbd +0000000000005A20 626cfd08c10ebd ROR qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -73863,7 +73569,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005A6F 626cf908c1cebd ROR r22, 0xbd +0000000000005A27 626cfd08c1cebd ROR r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -73884,7 +73590,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005A76 626c7808d00e ROR byte ptr [r22], 1 +0000000000005A2E 626c7c08d00e ROR byte ptr [r22], 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -73906,7 +73612,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000005A7C 626c7808d0ce ROR r22b, 1 +0000000000005A34 626c7c08d0ce ROR r22b, 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -73927,7 +73633,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000005A82 626cf808d00e ROR byte ptr [r22], 1 +0000000000005A3A 626cfc08d00e ROR byte ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -73949,7 +73655,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005A88 626cf808d0ce ROR r22b, 1 +0000000000005A40 626cfc08d0ce ROR r22b, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -73970,7 +73676,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005A8E 626c7808d10e ROR dword ptr [r22], 1 +0000000000005A46 626c7c08d10e ROR dword ptr [r22], 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -73992,7 +73698,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000005A94 626c7808d1ce ROR r22d, 1 +0000000000005A4C 626c7c08d1ce ROR r22d, 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -74013,7 +73719,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000005A9A 626cf808d10e ROR qword ptr [r22], 1 +0000000000005A52 626cfc08d10e ROR qword ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -74035,7 +73741,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005AA0 626cf808d1ce ROR r22, 1 +0000000000005A58 626cfc08d1ce ROR r22, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -74056,7 +73762,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005AA6 626c7908d10e ROR word ptr [r22], 1 +0000000000005A5E 626c7d08d10e ROR word ptr [r22], 1 DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -74078,7 +73784,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000005AAC 626c7908d1ce ROR r22w, 1 +0000000000005A64 626c7d08d1ce ROR r22w, 1 DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -74099,7 +73805,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000005AB2 626cf908d10e ROR qword ptr [r22], 1 +0000000000005A6A 626cfd08d10e ROR qword ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -74121,7 +73827,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005AB8 626cf908d1ce ROR r22, 1 +0000000000005A70 626cfd08d1ce ROR r22, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -74142,7 +73848,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005ABE 626c7808d20e ROR byte ptr [r22], cl +0000000000005A76 626c7c08d20e ROR byte ptr [r22], cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -74164,7 +73870,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000005AC4 626c7808d2ce ROR r22b, cl +0000000000005A7C 626c7c08d2ce ROR r22b, cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -74185,7 +73891,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000005ACA 626cf808d20e ROR byte ptr [r22], cl +0000000000005A82 626cfc08d20e ROR byte ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -74207,7 +73913,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005AD0 626cf808d2ce ROR r22b, cl +0000000000005A88 626cfc08d2ce ROR r22b, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -74228,7 +73934,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005AD6 626c7808d30e ROR dword ptr [r22], cl +0000000000005A8E 626c7c08d30e ROR dword ptr [r22], cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -74250,7 +73956,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000005ADC 626c7808d3ce ROR r22d, cl +0000000000005A94 626c7c08d3ce ROR r22d, cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -74271,7 +73977,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000005AE2 626cf808d30e ROR qword ptr [r22], cl +0000000000005A9A 626cfc08d30e ROR qword ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -74293,7 +73999,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005AE8 626cf808d3ce ROR r22, cl +0000000000005AA0 626cfc08d3ce ROR r22, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -74314,7 +74020,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005AEE 626c7908d30e ROR word ptr [r22], cl +0000000000005AA6 626c7d08d30e ROR word ptr [r22], cl DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -74336,7 +74042,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000005AF4 626c7908d3ce ROR r22w, cl +0000000000005AAC 626c7d08d3ce ROR r22w, cl DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -74357,7 +74063,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000005AFA 626cf908d30e ROR qword ptr [r22], cl +0000000000005AB2 626cfd08d30e ROR qword ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -74379,7 +74085,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005B00 626cf908d3ce ROR r22, cl +0000000000005AB8 626cfd08d3ce ROR r22, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -74400,7 +74106,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005B06 626c780cc00ebd RORNF byte ptr [r22], 0xbd +0000000000005ABE 626c7c0cc00ebd RORNF byte ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -74419,7 +74125,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000005B0D 626c780cc0cebd RORNF r22b, 0xbd +0000000000005AC5 626c7c0cc0cebd RORNF r22b, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -74437,7 +74143,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000005B14 626cf80cc00ebd RORNF byte ptr [r22], 0xbd +0000000000005ACC 626cfc0cc00ebd RORNF byte ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -74456,7 +74162,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000005B1B 626cf80cc0cebd RORNF r22b, 0xbd +0000000000005AD3 626cfc0cc0cebd RORNF r22b, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -74474,7 +74180,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000005B22 626c780cc10ebd RORNF dword ptr [r22], 0xbd +0000000000005ADA 626c7c0cc10ebd RORNF dword ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -74493,7 +74199,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000005B29 626c780cc1cebd RORNF r22d, 0xbd +0000000000005AE1 626c7c0cc1cebd RORNF r22d, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -74511,7 +74217,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000005B30 626cf80cc10ebd RORNF qword ptr [r22], 0xbd +0000000000005AE8 626cfc0cc10ebd RORNF qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -74530,7 +74236,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000005B37 626cf80cc1cebd RORNF r22, 0xbd +0000000000005AEF 626cfc0cc1cebd RORNF r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -74548,7 +74254,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000005B3E 626c790cc10ebd RORNF word ptr [r22], 0xbd +0000000000005AF6 626c7d0cc10ebd RORNF word ptr [r22], 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -74567,7 +74273,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000005B45 626c790cc1cebd RORNF r22w, 0xbd +0000000000005AFD 626c7d0cc1cebd RORNF r22w, 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -74585,7 +74291,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000005B4C 626cf90cc10ebd RORNF qword ptr [r22], 0xbd +0000000000005B04 626cfd0cc10ebd RORNF qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -74604,7 +74310,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000005B53 626cf90cc1cebd RORNF r22, 0xbd +0000000000005B0B 626cfd0cc1cebd RORNF r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -74622,7 +74328,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000005B5A 626c780cd00e RORNF byte ptr [r22], 1 +0000000000005B12 626c7c0cd00e RORNF byte ptr [r22], 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -74641,7 +74347,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000005B60 626c780cd0ce RORNF r22b, 1 +0000000000005B18 626c7c0cd0ce RORNF r22b, 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -74659,7 +74365,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000005B66 626cf80cd00e RORNF byte ptr [r22], 1 +0000000000005B1E 626cfc0cd00e RORNF byte ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -74678,7 +74384,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000005B6C 626cf80cd0ce RORNF r22b, 1 +0000000000005B24 626cfc0cd0ce RORNF r22b, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -74696,7 +74402,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000005B72 626c780cd10e RORNF dword ptr [r22], 1 +0000000000005B2A 626c7c0cd10e RORNF dword ptr [r22], 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -74715,7 +74421,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000005B78 626c780cd1ce RORNF r22d, 1 +0000000000005B30 626c7c0cd1ce RORNF r22d, 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -74733,7 +74439,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000005B7E 626cf80cd10e RORNF qword ptr [r22], 1 +0000000000005B36 626cfc0cd10e RORNF qword ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -74752,7 +74458,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000005B84 626cf80cd1ce RORNF r22, 1 +0000000000005B3C 626cfc0cd1ce RORNF r22, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -74770,7 +74476,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000005B8A 626c790cd10e RORNF word ptr [r22], 1 +0000000000005B42 626c7d0cd10e RORNF word ptr [r22], 1 DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -74789,7 +74495,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000005B90 626c790cd1ce RORNF r22w, 1 +0000000000005B48 626c7d0cd1ce RORNF r22w, 1 DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -74807,7 +74513,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000005B96 626cf90cd10e RORNF qword ptr [r22], 1 +0000000000005B4E 626cfd0cd10e RORNF qword ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -74826,7 +74532,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000005B9C 626cf90cd1ce RORNF r22, 1 +0000000000005B54 626cfd0cd1ce RORNF r22, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -74844,7 +74550,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000005BA2 626c780cd20e RORNF byte ptr [r22], cl +0000000000005B5A 626c7c0cd20e RORNF byte ptr [r22], cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -74863,7 +74569,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000005BA8 626c780cd2ce RORNF r22b, cl +0000000000005B60 626c7c0cd2ce RORNF r22b, cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -74881,7 +74587,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000005BAE 626cf80cd20e RORNF byte ptr [r22], cl +0000000000005B66 626cfc0cd20e RORNF byte ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -74900,7 +74606,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000005BB4 626cf80cd2ce RORNF r22b, cl +0000000000005B6C 626cfc0cd2ce RORNF r22b, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -74918,7 +74624,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000005BBA 626c780cd30e RORNF dword ptr [r22], cl +0000000000005B72 626c7c0cd30e RORNF dword ptr [r22], cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -74937,7 +74643,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000005BC0 626c780cd3ce RORNF r22d, cl +0000000000005B78 626c7c0cd3ce RORNF r22d, cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -74955,7 +74661,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000005BC6 626cf80cd30e RORNF qword ptr [r22], cl +0000000000005B7E 626cfc0cd30e RORNF qword ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -74974,7 +74680,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000005BCC 626cf80cd3ce RORNF r22, cl +0000000000005B84 626cfc0cd3ce RORNF r22, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -74992,7 +74698,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000005BD2 626c790cd30e RORNF word ptr [r22], cl +0000000000005B8A 626c7d0cd30e RORNF word ptr [r22], cl DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -75011,7 +74717,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000005BD8 626c790cd3ce RORNF r22w, cl +0000000000005B90 626c7d0cd3ce RORNF r22w, cl DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -75029,7 +74735,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000005BDE 626cf90cd30e RORNF qword ptr [r22], cl +0000000000005B96 626cfd0cd30e RORNF qword ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -75048,7 +74754,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000005BE4 626cf90cd3ce RORNF r22, cl +0000000000005B9C 626cfd0cd3ce RORNF r22, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -75066,7 +74772,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000005BEA 626c7818c00ebd ROR al, byte ptr [r22], 0xbd +0000000000005BA2 626c7c18c00ebd ROR al, byte ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -75089,7 +74795,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000005BF1 626c7818c0cebd ROR al, r22b, 0xbd +0000000000005BA9 626c7c18c0cebd ROR al, r22b, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -75111,7 +74817,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000005BF8 626cf818c00ebd ROR al, byte ptr [r22], 0xbd +0000000000005BB0 626cfc18c00ebd ROR al, byte ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -75134,7 +74840,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005BFF 626cf818c0cebd ROR al, r22b, 0xbd +0000000000005BB7 626cfc18c0cebd ROR al, r22b, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -75156,7 +74862,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005C06 626c7818c10ebd ROR eax, dword ptr [r22], 0xbd +0000000000005BBE 626c7c18c10ebd ROR eax, dword ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -75179,7 +74885,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000005C0D 626c7818c1cebd ROR eax, r22d, 0xbd +0000000000005BC5 626c7c18c1cebd ROR eax, r22d, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -75201,7 +74907,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000005C14 626cf818c10ebd ROR rax, qword ptr [r22], 0xbd +0000000000005BCC 626cfc18c10ebd ROR rax, qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -75224,7 +74930,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005C1B 626cf818c1cebd ROR rax, r22, 0xbd +0000000000005BD3 626cfc18c1cebd ROR rax, r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -75246,7 +74952,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005C22 626c7918c10ebd ROR ax, word ptr [r22], 0xbd +0000000000005BDA 626c7d18c10ebd ROR ax, word ptr [r22], 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -75269,7 +74975,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000005C29 626c7918c1cebd ROR ax, r22w, 0xbd +0000000000005BE1 626c7d18c1cebd ROR ax, r22w, 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -75291,7 +74997,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000005C30 626cf918c10ebd ROR rax, qword ptr [r22], 0xbd +0000000000005BE8 626cfd18c10ebd ROR rax, qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -75314,7 +75020,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005C37 626cf918c1cebd ROR rax, r22, 0xbd +0000000000005BEF 626cfd18c1cebd ROR rax, r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -75336,7 +75042,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005C3E 626c7818d00e ROR al, byte ptr [r22], 1 +0000000000005BF6 626c7c18d00e ROR al, byte ptr [r22], 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -75359,7 +75065,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000005C44 626c7818d0ce ROR al, r22b, 1 +0000000000005BFC 626c7c18d0ce ROR al, r22b, 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -75381,7 +75087,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000005C4A 626cf818d00e ROR al, byte ptr [r22], 1 +0000000000005C02 626cfc18d00e ROR al, byte ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -75404,7 +75110,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005C50 626cf818d0ce ROR al, r22b, 1 +0000000000005C08 626cfc18d0ce ROR al, r22b, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -75426,7 +75132,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005C56 626c7818d10e ROR eax, dword ptr [r22], 1 +0000000000005C0E 626c7c18d10e ROR eax, dword ptr [r22], 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -75449,7 +75155,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000005C5C 626c7818d1ce ROR eax, r22d, 1 +0000000000005C14 626c7c18d1ce ROR eax, r22d, 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -75471,7 +75177,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000005C62 626cf818d10e ROR rax, qword ptr [r22], 1 +0000000000005C1A 626cfc18d10e ROR rax, qword ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -75494,7 +75200,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005C68 626cf818d1ce ROR rax, r22, 1 +0000000000005C20 626cfc18d1ce ROR rax, r22, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -75516,7 +75222,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005C6E 626c7918d10e ROR ax, word ptr [r22], 1 +0000000000005C26 626c7d18d10e ROR ax, word ptr [r22], 1 DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -75539,7 +75245,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000005C74 626c7918d1ce ROR ax, r22w, 1 +0000000000005C2C 626c7d18d1ce ROR ax, r22w, 1 DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -75561,7 +75267,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000005C7A 626cf918d10e ROR rax, qword ptr [r22], 1 +0000000000005C32 626cfd18d10e ROR rax, qword ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -75584,7 +75290,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005C80 626cf918d1ce ROR rax, r22, 1 +0000000000005C38 626cfd18d1ce ROR rax, r22, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -75606,7 +75312,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005C86 626c7818d20e ROR al, byte ptr [r22], cl +0000000000005C3E 626c7c18d20e ROR al, byte ptr [r22], cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -75629,7 +75335,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000005C8C 626c7818d2ce ROR al, r22b, cl +0000000000005C44 626c7c18d2ce ROR al, r22b, cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -75651,7 +75357,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000005C92 626cf818d20e ROR al, byte ptr [r22], cl +0000000000005C4A 626cfc18d20e ROR al, byte ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -75674,7 +75380,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005C98 626cf818d2ce ROR al, r22b, cl +0000000000005C50 626cfc18d2ce ROR al, r22b, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -75696,7 +75402,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005C9E 626c7818d30e ROR eax, dword ptr [r22], cl +0000000000005C56 626c7c18d30e ROR eax, dword ptr [r22], cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -75719,7 +75425,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000005CA4 626c7818d3ce ROR eax, r22d, cl +0000000000005C5C 626c7c18d3ce ROR eax, r22d, cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -75741,7 +75447,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000005CAA 626cf818d30e ROR rax, qword ptr [r22], cl +0000000000005C62 626cfc18d30e ROR rax, qword ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -75764,7 +75470,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005CB0 626cf818d3ce ROR rax, r22, cl +0000000000005C68 626cfc18d3ce ROR rax, r22, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -75786,7 +75492,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005CB6 626c7918d30e ROR ax, word ptr [r22], cl +0000000000005C6E 626c7d18d30e ROR ax, word ptr [r22], cl DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -75809,7 +75515,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000005CBC 626c7918d3ce ROR ax, r22w, cl +0000000000005C74 626c7d18d3ce ROR ax, r22w, cl DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -75831,7 +75537,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000005CC2 626cf918d30e ROR rax, qword ptr [r22], cl +0000000000005C7A 626cfd18d30e ROR rax, qword ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -75854,7 +75560,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005CC8 626cf918d3ce ROR rax, r22, cl +0000000000005C80 626cfd18d3ce ROR rax, r22, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -75876,7 +75582,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005CCE 626c781cc00ebd RORNF al, byte ptr [r22], 0xbd +0000000000005C86 626c7c1cc00ebd RORNF al, byte ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -75896,7 +75602,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000005CD5 626c781cc0cebd RORNF al, r22b, 0xbd +0000000000005C8D 626c7c1cc0cebd RORNF al, r22b, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -75915,7 +75621,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000005CDC 626cf81cc00ebd RORNF al, byte ptr [r22], 0xbd +0000000000005C94 626cfc1cc00ebd RORNF al, byte ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -75935,7 +75641,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000005CE3 626cf81cc0cebd RORNF al, r22b, 0xbd +0000000000005C9B 626cfc1cc0cebd RORNF al, r22b, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -75954,7 +75660,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000005CEA 626c781cc10ebd RORNF eax, dword ptr [r22], 0xbd +0000000000005CA2 626c7c1cc10ebd RORNF eax, dword ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -75974,7 +75680,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000005CF1 626c781cc1cebd RORNF eax, r22d, 0xbd +0000000000005CA9 626c7c1cc1cebd RORNF eax, r22d, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -75993,7 +75699,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000005CF8 626cf81cc10ebd RORNF rax, qword ptr [r22], 0xbd +0000000000005CB0 626cfc1cc10ebd RORNF rax, qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -76013,7 +75719,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000005CFF 626cf81cc1cebd RORNF rax, r22, 0xbd +0000000000005CB7 626cfc1cc1cebd RORNF rax, r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -76032,7 +75738,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000005D06 626c791cc10ebd RORNF ax, word ptr [r22], 0xbd +0000000000005CBE 626c7d1cc10ebd RORNF ax, word ptr [r22], 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -76052,7 +75758,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000005D0D 626c791cc1cebd RORNF ax, r22w, 0xbd +0000000000005CC5 626c7d1cc1cebd RORNF ax, r22w, 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -76071,7 +75777,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000005D14 626cf91cc10ebd RORNF rax, qword ptr [r22], 0xbd +0000000000005CCC 626cfd1cc10ebd RORNF rax, qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -76091,7 +75797,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000005D1B 626cf91cc1cebd RORNF rax, r22, 0xbd +0000000000005CD3 626cfd1cc1cebd RORNF rax, r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -76110,7 +75816,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000005D22 626c781cd00e RORNF al, byte ptr [r22], 1 +0000000000005CDA 626c7c1cd00e RORNF al, byte ptr [r22], 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -76130,7 +75836,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000005D28 626c781cd0ce RORNF al, r22b, 1 +0000000000005CE0 626c7c1cd0ce RORNF al, r22b, 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -76149,7 +75855,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000005D2E 626cf81cd00e RORNF al, byte ptr [r22], 1 +0000000000005CE6 626cfc1cd00e RORNF al, byte ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -76169,7 +75875,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000005D34 626cf81cd0ce RORNF al, r22b, 1 +0000000000005CEC 626cfc1cd0ce RORNF al, r22b, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -76188,7 +75894,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000005D3A 626c781cd10e RORNF eax, dword ptr [r22], 1 +0000000000005CF2 626c7c1cd10e RORNF eax, dword ptr [r22], 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -76208,7 +75914,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000005D40 626c781cd1ce RORNF eax, r22d, 1 +0000000000005CF8 626c7c1cd1ce RORNF eax, r22d, 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -76227,7 +75933,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000005D46 626cf81cd10e RORNF rax, qword ptr [r22], 1 +0000000000005CFE 626cfc1cd10e RORNF rax, qword ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -76247,7 +75953,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000005D4C 626cf81cd1ce RORNF rax, r22, 1 +0000000000005D04 626cfc1cd1ce RORNF rax, r22, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -76266,7 +75972,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000005D52 626c791cd10e RORNF ax, word ptr [r22], 1 +0000000000005D0A 626c7d1cd10e RORNF ax, word ptr [r22], 1 DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -76286,7 +75992,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000005D58 626c791cd1ce RORNF ax, r22w, 1 +0000000000005D10 626c7d1cd1ce RORNF ax, r22w, 1 DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -76305,7 +76011,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000005D5E 626cf91cd10e RORNF rax, qword ptr [r22], 1 +0000000000005D16 626cfd1cd10e RORNF rax, qword ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -76325,7 +76031,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000005D64 626cf91cd1ce RORNF rax, r22, 1 +0000000000005D1C 626cfd1cd1ce RORNF rax, r22, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -76344,7 +76050,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000005D6A 626c781cd20e RORNF al, byte ptr [r22], cl +0000000000005D22 626c7c1cd20e RORNF al, byte ptr [r22], cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -76364,7 +76070,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000005D70 626c781cd2ce RORNF al, r22b, cl +0000000000005D28 626c7c1cd2ce RORNF al, r22b, cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -76383,7 +76089,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000005D76 626cf81cd20e RORNF al, byte ptr [r22], cl +0000000000005D2E 626cfc1cd20e RORNF al, byte ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -76403,7 +76109,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000005D7C 626cf81cd2ce RORNF al, r22b, cl +0000000000005D34 626cfc1cd2ce RORNF al, r22b, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -76422,7 +76128,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000005D82 626c781cd30e RORNF eax, dword ptr [r22], cl +0000000000005D3A 626c7c1cd30e RORNF eax, dword ptr [r22], cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -76442,7 +76148,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000005D88 626c781cd3ce RORNF eax, r22d, cl +0000000000005D40 626c7c1cd3ce RORNF eax, r22d, cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -76461,7 +76167,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000005D8E 626cf81cd30e RORNF rax, qword ptr [r22], cl +0000000000005D46 626cfc1cd30e RORNF rax, qword ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -76481,7 +76187,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000005D94 626cf81cd3ce RORNF rax, r22, cl +0000000000005D4C 626cfc1cd3ce RORNF rax, r22, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -76500,7 +76206,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000005D9A 626c791cd30e RORNF ax, word ptr [r22], cl +0000000000005D52 626c7d1cd30e RORNF ax, word ptr [r22], cl DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -76520,7 +76226,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000005DA0 626c791cd3ce RORNF ax, r22w, cl +0000000000005D58 626c7d1cd3ce RORNF ax, r22w, cl DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -76539,7 +76245,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000005DA6 626cf91cd30e RORNF rax, qword ptr [r22], cl +0000000000005D5E 626cfd1cd30e RORNF rax, qword ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -76559,7 +76265,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000005DAC 626cf91cd3ce RORNF rax, r22, cl +0000000000005D64 626cfd1cd3ce RORNF rax, r22, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ROTATE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -76578,7 +76284,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000005DB2 62fb7b08f01ebd RORX ebx, dword ptr [r22], 0xbd +0000000000005D6A 62fb7f08f01ebd RORX ebx, dword ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI2, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -76598,7 +76304,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000005DB9 62fb7b08f0debd RORX ebx, r22d, 0xbd +0000000000005D71 62fb7f08f0debd RORX ebx, r22d, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI2, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -76617,7 +76323,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000005DC0 62fbfb08f01ebd RORX rbx, qword ptr [r22], 0xbd +0000000000005D78 62fbff08f01ebd RORX rbx, qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI2, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -76637,7 +76343,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000005DC7 62fbfb08f0debd RORX rbx, r22, 0xbd +0000000000005D7F 62fbff08f0debd RORX rbx, r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI2, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -76656,7 +76362,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000005DCE 626c7808c036bd SAL byte ptr [r22], 0xbd +0000000000005D86 626c7c08c036bd SAL byte ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -76678,7 +76384,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000005DD5 626c7808c0f6bd SAL r22b, 0xbd +0000000000005D8D 626c7c08c0f6bd SAL r22b, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -76699,7 +76405,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000005DDC 626cf808c036bd SAL byte ptr [r22], 0xbd +0000000000005D94 626cfc08c036bd SAL byte ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -76721,7 +76427,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005DE3 626cf808c0f6bd SAL r22b, 0xbd +0000000000005D9B 626cfc08c0f6bd SAL r22b, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -76742,7 +76448,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005DEA 626c7808c136bd SAL dword ptr [r22], 0xbd +0000000000005DA2 626c7c08c136bd SAL dword ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -76764,7 +76470,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000005DF1 626c7808c1f6bd SAL r22d, 0xbd +0000000000005DA9 626c7c08c1f6bd SAL r22d, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -76785,7 +76491,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000005DF8 626cf808c136bd SAL qword ptr [r22], 0xbd +0000000000005DB0 626cfc08c136bd SAL qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -76807,7 +76513,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005DFF 626cf808c1f6bd SAL r22, 0xbd +0000000000005DB7 626cfc08c1f6bd SAL r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -76828,7 +76534,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005E06 626c7908c136bd SAL word ptr [r22], 0xbd +0000000000005DBE 626c7d08c136bd SAL word ptr [r22], 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -76850,7 +76556,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000005E0D 626c7908c1f6bd SAL r22w, 0xbd +0000000000005DC5 626c7d08c1f6bd SAL r22w, 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -76871,7 +76577,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000005E14 626cf908c136bd SAL qword ptr [r22], 0xbd +0000000000005DCC 626cfd08c136bd SAL qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -76893,7 +76599,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005E1B 626cf908c1f6bd SAL r22, 0xbd +0000000000005DD3 626cfd08c1f6bd SAL r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -76914,7 +76620,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005E22 626c7808d036 SAL byte ptr [r22], 1 +0000000000005DDA 626c7c08d036 SAL byte ptr [r22], 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -76936,7 +76642,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000005E28 626c7808d0f6 SAL r22b, 1 +0000000000005DE0 626c7c08d0f6 SAL r22b, 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -76957,7 +76663,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000005E2E 626cf808d036 SAL byte ptr [r22], 1 +0000000000005DE6 626cfc08d036 SAL byte ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -76979,7 +76685,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005E34 626cf808d0f6 SAL r22b, 1 +0000000000005DEC 626cfc08d0f6 SAL r22b, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -77000,7 +76706,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005E3A 626c7808d136 SAL dword ptr [r22], 1 +0000000000005DF2 626c7c08d136 SAL dword ptr [r22], 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -77022,7 +76728,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000005E40 626c7808d1f6 SAL r22d, 1 +0000000000005DF8 626c7c08d1f6 SAL r22d, 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -77043,7 +76749,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000005E46 626cf808d136 SAL qword ptr [r22], 1 +0000000000005DFE 626cfc08d136 SAL qword ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -77065,7 +76771,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005E4C 626cf808d1f6 SAL r22, 1 +0000000000005E04 626cfc08d1f6 SAL r22, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -77086,7 +76792,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005E52 626c7908d136 SAL word ptr [r22], 1 +0000000000005E0A 626c7d08d136 SAL word ptr [r22], 1 DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -77108,7 +76814,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000005E58 626c7908d1f6 SAL r22w, 1 +0000000000005E10 626c7d08d1f6 SAL r22w, 1 DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -77129,7 +76835,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000005E5E 626cf908d136 SAL qword ptr [r22], 1 +0000000000005E16 626cfd08d136 SAL qword ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -77151,7 +76857,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005E64 626cf908d1f6 SAL r22, 1 +0000000000005E1C 626cfd08d1f6 SAL r22, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -77172,7 +76878,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005E6A 626c7808d236 SAL byte ptr [r22], cl +0000000000005E22 626c7c08d236 SAL byte ptr [r22], cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -77194,7 +76900,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000005E70 626c7808d2f6 SAL r22b, cl +0000000000005E28 626c7c08d2f6 SAL r22b, cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -77215,7 +76921,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000005E76 626cf808d236 SAL byte ptr [r22], cl +0000000000005E2E 626cfc08d236 SAL byte ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -77237,7 +76943,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005E7C 626cf808d2f6 SAL r22b, cl +0000000000005E34 626cfc08d2f6 SAL r22b, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -77258,7 +76964,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005E82 626c7808d336 SAL dword ptr [r22], cl +0000000000005E3A 626c7c08d336 SAL dword ptr [r22], cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -77280,7 +76986,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000005E88 626c7808d3f6 SAL r22d, cl +0000000000005E40 626c7c08d3f6 SAL r22d, cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -77301,7 +77007,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000005E8E 626cf808d336 SAL qword ptr [r22], cl +0000000000005E46 626cfc08d336 SAL qword ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -77323,7 +77029,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005E94 626cf808d3f6 SAL r22, cl +0000000000005E4C 626cfc08d3f6 SAL r22, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -77344,7 +77050,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005E9A 626c7908d336 SAL word ptr [r22], cl +0000000000005E52 626c7d08d336 SAL word ptr [r22], cl DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -77366,7 +77072,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000005EA0 626c7908d3f6 SAL r22w, cl +0000000000005E58 626c7d08d3f6 SAL r22w, cl DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -77387,7 +77093,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000005EA6 626cf908d336 SAL qword ptr [r22], cl +0000000000005E5E 626cfd08d336 SAL qword ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -77409,7 +77115,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005EAC 626cf908d3f6 SAL r22, cl +0000000000005E64 626cfd08d3f6 SAL r22, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -77430,7 +77136,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005EB2 626c780cc036bd SALNF byte ptr [r22], 0xbd +0000000000005E6A 626c7c0cc036bd SALNF byte ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -77449,7 +77155,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000005EB9 626c780cc0f6bd SALNF r22b, 0xbd +0000000000005E71 626c7c0cc0f6bd SALNF r22b, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -77467,7 +77173,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000005EC0 626cf80cc036bd SALNF byte ptr [r22], 0xbd +0000000000005E78 626cfc0cc036bd SALNF byte ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -77486,7 +77192,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000005EC7 626cf80cc0f6bd SALNF r22b, 0xbd +0000000000005E7F 626cfc0cc0f6bd SALNF r22b, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -77504,7 +77210,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000005ECE 626c780cc136bd SALNF dword ptr [r22], 0xbd +0000000000005E86 626c7c0cc136bd SALNF dword ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -77523,7 +77229,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000005ED5 626c780cc1f6bd SALNF r22d, 0xbd +0000000000005E8D 626c7c0cc1f6bd SALNF r22d, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -77541,7 +77247,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000005EDC 626cf80cc136bd SALNF qword ptr [r22], 0xbd +0000000000005E94 626cfc0cc136bd SALNF qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -77560,7 +77266,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000005EE3 626cf80cc1f6bd SALNF r22, 0xbd +0000000000005E9B 626cfc0cc1f6bd SALNF r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -77578,7 +77284,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000005EEA 626c790cc136bd SALNF word ptr [r22], 0xbd +0000000000005EA2 626c7d0cc136bd SALNF word ptr [r22], 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -77597,7 +77303,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000005EF1 626c790cc1f6bd SALNF r22w, 0xbd +0000000000005EA9 626c7d0cc1f6bd SALNF r22w, 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -77615,7 +77321,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000005EF8 626cf90cc136bd SALNF qword ptr [r22], 0xbd +0000000000005EB0 626cfd0cc136bd SALNF qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -77634,7 +77340,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000005EFF 626cf90cc1f6bd SALNF r22, 0xbd +0000000000005EB7 626cfd0cc1f6bd SALNF r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -77652,7 +77358,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000005F06 626c780cd036 SALNF byte ptr [r22], 1 +0000000000005EBE 626c7c0cd036 SALNF byte ptr [r22], 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -77671,7 +77377,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000005F0C 626c780cd0f6 SALNF r22b, 1 +0000000000005EC4 626c7c0cd0f6 SALNF r22b, 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -77689,7 +77395,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000005F12 626cf80cd036 SALNF byte ptr [r22], 1 +0000000000005ECA 626cfc0cd036 SALNF byte ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -77708,7 +77414,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000005F18 626cf80cd0f6 SALNF r22b, 1 +0000000000005ED0 626cfc0cd0f6 SALNF r22b, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -77726,7 +77432,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000005F1E 626c780cd136 SALNF dword ptr [r22], 1 +0000000000005ED6 626c7c0cd136 SALNF dword ptr [r22], 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -77745,7 +77451,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000005F24 626c780cd1f6 SALNF r22d, 1 +0000000000005EDC 626c7c0cd1f6 SALNF r22d, 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -77763,7 +77469,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000005F2A 626cf80cd136 SALNF qword ptr [r22], 1 +0000000000005EE2 626cfc0cd136 SALNF qword ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -77782,7 +77488,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000005F30 626cf80cd1f6 SALNF r22, 1 +0000000000005EE8 626cfc0cd1f6 SALNF r22, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -77800,7 +77506,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000005F36 626c790cd136 SALNF word ptr [r22], 1 +0000000000005EEE 626c7d0cd136 SALNF word ptr [r22], 1 DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -77819,7 +77525,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000005F3C 626c790cd1f6 SALNF r22w, 1 +0000000000005EF4 626c7d0cd1f6 SALNF r22w, 1 DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -77837,7 +77543,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000005F42 626cf90cd136 SALNF qword ptr [r22], 1 +0000000000005EFA 626cfd0cd136 SALNF qword ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -77856,7 +77562,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000005F48 626cf90cd1f6 SALNF r22, 1 +0000000000005F00 626cfd0cd1f6 SALNF r22, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -77874,7 +77580,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000005F4E 626c780cd236 SALNF byte ptr [r22], cl +0000000000005F06 626c7c0cd236 SALNF byte ptr [r22], cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -77893,7 +77599,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000005F54 626c780cd2f6 SALNF r22b, cl +0000000000005F0C 626c7c0cd2f6 SALNF r22b, cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -77911,7 +77617,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000005F5A 626cf80cd236 SALNF byte ptr [r22], cl +0000000000005F12 626cfc0cd236 SALNF byte ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -77930,7 +77636,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000005F60 626cf80cd2f6 SALNF r22b, cl +0000000000005F18 626cfc0cd2f6 SALNF r22b, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -77948,7 +77654,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000005F66 626c780cd336 SALNF dword ptr [r22], cl +0000000000005F1E 626c7c0cd336 SALNF dword ptr [r22], cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -77967,7 +77673,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000005F6C 626c780cd3f6 SALNF r22d, cl +0000000000005F24 626c7c0cd3f6 SALNF r22d, cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -77985,7 +77691,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000005F72 626cf80cd336 SALNF qword ptr [r22], cl +0000000000005F2A 626cfc0cd336 SALNF qword ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -78004,7 +77710,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000005F78 626cf80cd3f6 SALNF r22, cl +0000000000005F30 626cfc0cd3f6 SALNF r22, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -78022,7 +77728,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000005F7E 626c790cd336 SALNF word ptr [r22], cl +0000000000005F36 626c7d0cd336 SALNF word ptr [r22], cl DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -78041,7 +77747,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000005F84 626c790cd3f6 SALNF r22w, cl +0000000000005F3C 626c7d0cd3f6 SALNF r22w, cl DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -78059,7 +77765,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000005F8A 626cf90cd336 SALNF qword ptr [r22], cl +0000000000005F42 626cfd0cd336 SALNF qword ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -78078,7 +77784,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000005F90 626cf90cd3f6 SALNF r22, cl +0000000000005F48 626cfd0cd3f6 SALNF r22, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -78096,7 +77802,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000005F96 626c7818c036bd SAL al, byte ptr [r22], 0xbd +0000000000005F4E 626c7c18c036bd SAL al, byte ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -78119,7 +77825,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000005F9D 626c7818c0f6bd SAL al, r22b, 0xbd +0000000000005F55 626c7c18c0f6bd SAL al, r22b, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -78141,7 +77847,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000005FA4 626cf818c036bd SAL al, byte ptr [r22], 0xbd +0000000000005F5C 626cfc18c036bd SAL al, byte ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -78164,7 +77870,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005FAB 626cf818c0f6bd SAL al, r22b, 0xbd +0000000000005F63 626cfc18c0f6bd SAL al, r22b, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -78186,7 +77892,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005FB2 626c7818c136bd SAL eax, dword ptr [r22], 0xbd +0000000000005F6A 626c7c18c136bd SAL eax, dword ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -78209,7 +77915,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000005FB9 626c7818c1f6bd SAL eax, r22d, 0xbd +0000000000005F71 626c7c18c1f6bd SAL eax, r22d, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -78231,7 +77937,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000005FC0 626cf818c136bd SAL rax, qword ptr [r22], 0xbd +0000000000005F78 626cfc18c136bd SAL rax, qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -78254,7 +77960,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005FC7 626cf818c1f6bd SAL rax, r22, 0xbd +0000000000005F7F 626cfc18c1f6bd SAL rax, r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -78276,7 +77982,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005FCE 626c7918c136bd SAL ax, word ptr [r22], 0xbd +0000000000005F86 626c7d18c136bd SAL ax, word ptr [r22], 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -78299,7 +78005,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000005FD5 626c7918c1f6bd SAL ax, r22w, 0xbd +0000000000005F8D 626c7d18c1f6bd SAL ax, r22w, 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -78321,7 +78027,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000005FDC 626cf918c136bd SAL rax, qword ptr [r22], 0xbd +0000000000005F94 626cfd18c136bd SAL rax, qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -78344,7 +78050,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005FE3 626cf918c1f6bd SAL rax, r22, 0xbd +0000000000005F9B 626cfd18c1f6bd SAL rax, r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -78366,7 +78072,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005FEA 626c7818d036 SAL al, byte ptr [r22], 1 +0000000000005FA2 626c7c18d036 SAL al, byte ptr [r22], 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -78389,7 +78095,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000005FF0 626c7818d0f6 SAL al, r22b, 1 +0000000000005FA8 626c7c18d0f6 SAL al, r22b, 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -78411,7 +78117,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000005FF6 626cf818d036 SAL al, byte ptr [r22], 1 +0000000000005FAE 626cfc18d036 SAL al, byte ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -78434,7 +78140,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000005FFC 626cf818d0f6 SAL al, r22b, 1 +0000000000005FB4 626cfc18d0f6 SAL al, r22b, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -78456,7 +78162,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006002 626c7818d136 SAL eax, dword ptr [r22], 1 +0000000000005FBA 626c7c18d136 SAL eax, dword ptr [r22], 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -78479,7 +78185,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000006008 626c7818d1f6 SAL eax, r22d, 1 +0000000000005FC0 626c7c18d1f6 SAL eax, r22d, 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -78501,7 +78207,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000600E 626cf818d136 SAL rax, qword ptr [r22], 1 +0000000000005FC6 626cfc18d136 SAL rax, qword ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -78524,7 +78230,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006014 626cf818d1f6 SAL rax, r22, 1 +0000000000005FCC 626cfc18d1f6 SAL rax, r22, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -78546,7 +78252,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000601A 626c7918d136 SAL ax, word ptr [r22], 1 +0000000000005FD2 626c7d18d136 SAL ax, word ptr [r22], 1 DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -78569,7 +78275,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000006020 626c7918d1f6 SAL ax, r22w, 1 +0000000000005FD8 626c7d18d1f6 SAL ax, r22w, 1 DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -78591,7 +78297,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000006026 626cf918d136 SAL rax, qword ptr [r22], 1 +0000000000005FDE 626cfd18d136 SAL rax, qword ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -78614,7 +78320,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000602C 626cf918d1f6 SAL rax, r22, 1 +0000000000005FE4 626cfd18d1f6 SAL rax, r22, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -78636,7 +78342,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006032 626c7818d236 SAL al, byte ptr [r22], cl +0000000000005FEA 626c7c18d236 SAL al, byte ptr [r22], cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -78659,7 +78365,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000006038 626c7818d2f6 SAL al, r22b, cl +0000000000005FF0 626c7c18d2f6 SAL al, r22b, cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -78681,7 +78387,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000603E 626cf818d236 SAL al, byte ptr [r22], cl +0000000000005FF6 626cfc18d236 SAL al, byte ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -78704,7 +78410,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006044 626cf818d2f6 SAL al, r22b, cl +0000000000005FFC 626cfc18d2f6 SAL al, r22b, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -78726,7 +78432,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000604A 626c7818d336 SAL eax, dword ptr [r22], cl +0000000000006002 626c7c18d336 SAL eax, dword ptr [r22], cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -78749,7 +78455,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000006050 626c7818d3f6 SAL eax, r22d, cl +0000000000006008 626c7c18d3f6 SAL eax, r22d, cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -78771,7 +78477,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000006056 626cf818d336 SAL rax, qword ptr [r22], cl +000000000000600E 626cfc18d336 SAL rax, qword ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -78794,7 +78500,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000605C 626cf818d3f6 SAL rax, r22, cl +0000000000006014 626cfc18d3f6 SAL rax, r22, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -78816,7 +78522,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006062 626c7918d336 SAL ax, word ptr [r22], cl +000000000000601A 626c7d18d336 SAL ax, word ptr [r22], cl DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -78839,7 +78545,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000006068 626c7918d3f6 SAL ax, r22w, cl +0000000000006020 626c7d18d3f6 SAL ax, r22w, cl DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -78861,7 +78567,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000606E 626cf918d336 SAL rax, qword ptr [r22], cl +0000000000006026 626cfd18d336 SAL rax, qword ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -78884,7 +78590,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006074 626cf918d3f6 SAL rax, r22, cl +000000000000602C 626cfd18d3f6 SAL rax, r22, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -78906,7 +78612,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000607A 626c781cc036bd SALNF al, byte ptr [r22], 0xbd +0000000000006032 626c7c1cc036bd SALNF al, byte ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -78926,7 +78632,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000006081 626c781cc0f6bd SALNF al, r22b, 0xbd +0000000000006039 626c7c1cc0f6bd SALNF al, r22b, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -78945,7 +78651,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000006088 626cf81cc036bd SALNF al, byte ptr [r22], 0xbd +0000000000006040 626cfc1cc036bd SALNF al, byte ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -78965,7 +78671,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -000000000000608F 626cf81cc0f6bd SALNF al, r22b, 0xbd +0000000000006047 626cfc1cc0f6bd SALNF al, r22b, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -78984,7 +78690,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000006096 626c781cc136bd SALNF eax, dword ptr [r22], 0xbd +000000000000604E 626c7c1cc136bd SALNF eax, dword ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -79004,7 +78710,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -000000000000609D 626c781cc1f6bd SALNF eax, r22d, 0xbd +0000000000006055 626c7c1cc1f6bd SALNF eax, r22d, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -79023,7 +78729,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000060A4 626cf81cc136bd SALNF rax, qword ptr [r22], 0xbd +000000000000605C 626cfc1cc136bd SALNF rax, qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -79043,7 +78749,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000060AB 626cf81cc1f6bd SALNF rax, r22, 0xbd +0000000000006063 626cfc1cc1f6bd SALNF rax, r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -79062,7 +78768,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000060B2 626c791cc136bd SALNF ax, word ptr [r22], 0xbd +000000000000606A 626c7d1cc136bd SALNF ax, word ptr [r22], 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -79082,7 +78788,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000060B9 626c791cc1f6bd SALNF ax, r22w, 0xbd +0000000000006071 626c7d1cc1f6bd SALNF ax, r22w, 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -79101,7 +78807,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000060C0 626cf91cc136bd SALNF rax, qword ptr [r22], 0xbd +0000000000006078 626cfd1cc136bd SALNF rax, qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -79121,7 +78827,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000060C7 626cf91cc1f6bd SALNF rax, r22, 0xbd +000000000000607F 626cfd1cc1f6bd SALNF rax, r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -79140,7 +78846,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000060CE 626c781cd036 SALNF al, byte ptr [r22], 1 +0000000000006086 626c7c1cd036 SALNF al, byte ptr [r22], 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -79160,7 +78866,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -00000000000060D4 626c781cd0f6 SALNF al, r22b, 1 +000000000000608C 626c7c1cd0f6 SALNF al, r22b, 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -79179,7 +78885,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -00000000000060DA 626cf81cd036 SALNF al, byte ptr [r22], 1 +0000000000006092 626cfc1cd036 SALNF al, byte ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -79199,7 +78905,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -00000000000060E0 626cf81cd0f6 SALNF al, r22b, 1 +0000000000006098 626cfc1cd0f6 SALNF al, r22b, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -79218,7 +78924,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -00000000000060E6 626c781cd136 SALNF eax, dword ptr [r22], 1 +000000000000609E 626c7c1cd136 SALNF eax, dword ptr [r22], 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -79238,7 +78944,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -00000000000060EC 626c781cd1f6 SALNF eax, r22d, 1 +00000000000060A4 626c7c1cd1f6 SALNF eax, r22d, 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -79257,7 +78963,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -00000000000060F2 626cf81cd136 SALNF rax, qword ptr [r22], 1 +00000000000060AA 626cfc1cd136 SALNF rax, qword ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -79277,7 +78983,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -00000000000060F8 626cf81cd1f6 SALNF rax, r22, 1 +00000000000060B0 626cfc1cd1f6 SALNF rax, r22, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -79296,7 +79002,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -00000000000060FE 626c791cd136 SALNF ax, word ptr [r22], 1 +00000000000060B6 626c7d1cd136 SALNF ax, word ptr [r22], 1 DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -79316,7 +79022,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000006104 626c791cd1f6 SALNF ax, r22w, 1 +00000000000060BC 626c7d1cd1f6 SALNF ax, r22w, 1 DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -79335,7 +79041,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -000000000000610A 626cf91cd136 SALNF rax, qword ptr [r22], 1 +00000000000060C2 626cfd1cd136 SALNF rax, qword ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -79355,7 +79061,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000006110 626cf91cd1f6 SALNF rax, r22, 1 +00000000000060C8 626cfd1cd1f6 SALNF rax, r22, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -79374,7 +79080,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000006116 626c781cd236 SALNF al, byte ptr [r22], cl +00000000000060CE 626c7c1cd236 SALNF al, byte ptr [r22], cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -79394,7 +79100,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -000000000000611C 626c781cd2f6 SALNF al, r22b, cl +00000000000060D4 626c7c1cd2f6 SALNF al, r22b, cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -79413,7 +79119,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000006122 626cf81cd236 SALNF al, byte ptr [r22], cl +00000000000060DA 626cfc1cd236 SALNF al, byte ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -79433,7 +79139,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000006128 626cf81cd2f6 SALNF al, r22b, cl +00000000000060E0 626cfc1cd2f6 SALNF al, r22b, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -79452,7 +79158,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -000000000000612E 626c781cd336 SALNF eax, dword ptr [r22], cl +00000000000060E6 626c7c1cd336 SALNF eax, dword ptr [r22], cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -79472,7 +79178,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000006134 626c781cd3f6 SALNF eax, r22d, cl +00000000000060EC 626c7c1cd3f6 SALNF eax, r22d, cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -79491,7 +79197,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -000000000000613A 626cf81cd336 SALNF rax, qword ptr [r22], cl +00000000000060F2 626cfc1cd336 SALNF rax, qword ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -79511,7 +79217,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000006140 626cf81cd3f6 SALNF rax, r22, cl +00000000000060F8 626cfc1cd3f6 SALNF rax, r22, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -79530,7 +79236,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000006146 626c791cd336 SALNF ax, word ptr [r22], cl +00000000000060FE 626c7d1cd336 SALNF ax, word ptr [r22], cl DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -79550,7 +79256,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -000000000000614C 626c791cd3f6 SALNF ax, r22w, cl +0000000000006104 626c7d1cd3f6 SALNF ax, r22w, cl DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -79569,7 +79275,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000006152 626cf91cd336 SALNF rax, qword ptr [r22], cl +000000000000610A 626cfd1cd336 SALNF rax, qword ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -79589,7 +79295,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000006158 626cf91cd3f6 SALNF rax, r22, cl +0000000000006110 626cfd1cd3f6 SALNF rax, r22, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -79608,7 +79314,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -000000000000615E 626c7808c03ebd SAR byte ptr [r22], 0xbd +0000000000006116 626c7c08c03ebd SAR byte ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -79630,7 +79336,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000006165 626c7808c0febd SAR r22b, 0xbd +000000000000611D 626c7c08c0febd SAR r22b, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -79651,7 +79357,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000616C 626cf808c03ebd SAR byte ptr [r22], 0xbd +0000000000006124 626cfc08c03ebd SAR byte ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -79673,7 +79379,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006173 626cf808c0febd SAR r22b, 0xbd +000000000000612B 626cfc08c0febd SAR r22b, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -79694,7 +79400,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000617A 626c7808c13ebd SAR dword ptr [r22], 0xbd +0000000000006132 626c7c08c13ebd SAR dword ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -79716,7 +79422,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000006181 626c7808c1febd SAR r22d, 0xbd +0000000000006139 626c7c08c1febd SAR r22d, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -79737,7 +79443,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000006188 626cf808c13ebd SAR qword ptr [r22], 0xbd +0000000000006140 626cfc08c13ebd SAR qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -79759,7 +79465,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000618F 626cf808c1febd SAR r22, 0xbd +0000000000006147 626cfc08c1febd SAR r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -79780,7 +79486,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006196 626c7908c13ebd SAR word ptr [r22], 0xbd +000000000000614E 626c7d08c13ebd SAR word ptr [r22], 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -79802,7 +79508,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000619D 626c7908c1febd SAR r22w, 0xbd +0000000000006155 626c7d08c1febd SAR r22w, 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -79823,7 +79529,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000061A4 626cf908c13ebd SAR qword ptr [r22], 0xbd +000000000000615C 626cfd08c13ebd SAR qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -79845,7 +79551,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000061AB 626cf908c1febd SAR r22, 0xbd +0000000000006163 626cfd08c1febd SAR r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -79866,7 +79572,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000061B2 626c7808d03e SAR byte ptr [r22], 1 +000000000000616A 626c7c08d03e SAR byte ptr [r22], 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -79888,7 +79594,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000061B8 626c7808d0fe SAR r22b, 1 +0000000000006170 626c7c08d0fe SAR r22b, 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -79909,7 +79615,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000061BE 626cf808d03e SAR byte ptr [r22], 1 +0000000000006176 626cfc08d03e SAR byte ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -79931,7 +79637,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000061C4 626cf808d0fe SAR r22b, 1 +000000000000617C 626cfc08d0fe SAR r22b, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -79952,7 +79658,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000061CA 626c7808d13e SAR dword ptr [r22], 1 +0000000000006182 626c7c08d13e SAR dword ptr [r22], 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -79974,7 +79680,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000061D0 626c7808d1fe SAR r22d, 1 +0000000000006188 626c7c08d1fe SAR r22d, 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -79995,7 +79701,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000061D6 626cf808d13e SAR qword ptr [r22], 1 +000000000000618E 626cfc08d13e SAR qword ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -80017,7 +79723,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000061DC 626cf808d1fe SAR r22, 1 +0000000000006194 626cfc08d1fe SAR r22, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -80038,7 +79744,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000061E2 626c7908d13e SAR word ptr [r22], 1 +000000000000619A 626c7d08d13e SAR word ptr [r22], 1 DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -80060,7 +79766,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000061E8 626c7908d1fe SAR r22w, 1 +00000000000061A0 626c7d08d1fe SAR r22w, 1 DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -80081,7 +79787,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000061EE 626cf908d13e SAR qword ptr [r22], 1 +00000000000061A6 626cfd08d13e SAR qword ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -80103,7 +79809,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000061F4 626cf908d1fe SAR r22, 1 +00000000000061AC 626cfd08d1fe SAR r22, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -80124,7 +79830,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000061FA 626c7808d23e SAR byte ptr [r22], cl +00000000000061B2 626c7c08d23e SAR byte ptr [r22], cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -80146,7 +79852,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000006200 626c7808d2fe SAR r22b, cl +00000000000061B8 626c7c08d2fe SAR r22b, cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -80167,7 +79873,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000006206 626cf808d23e SAR byte ptr [r22], cl +00000000000061BE 626cfc08d23e SAR byte ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -80189,7 +79895,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000620C 626cf808d2fe SAR r22b, cl +00000000000061C4 626cfc08d2fe SAR r22b, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -80210,7 +79916,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006212 626c7808d33e SAR dword ptr [r22], cl +00000000000061CA 626c7c08d33e SAR dword ptr [r22], cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -80232,7 +79938,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000006218 626c7808d3fe SAR r22d, cl +00000000000061D0 626c7c08d3fe SAR r22d, cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -80253,7 +79959,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000621E 626cf808d33e SAR qword ptr [r22], cl +00000000000061D6 626cfc08d33e SAR qword ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -80275,7 +79981,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006224 626cf808d3fe SAR r22, cl +00000000000061DC 626cfc08d3fe SAR r22, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -80296,7 +80002,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000622A 626c7908d33e SAR word ptr [r22], cl +00000000000061E2 626c7d08d33e SAR word ptr [r22], cl DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -80318,7 +80024,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000006230 626c7908d3fe SAR r22w, cl +00000000000061E8 626c7d08d3fe SAR r22w, cl DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -80339,7 +80045,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000006236 626cf908d33e SAR qword ptr [r22], cl +00000000000061EE 626cfd08d33e SAR qword ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -80361,7 +80067,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000623C 626cf908d3fe SAR r22, cl +00000000000061F4 626cfd08d3fe SAR r22, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -80382,7 +80088,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006242 626c780cc03ebd SARNF byte ptr [r22], 0xbd +00000000000061FA 626c7c0cc03ebd SARNF byte ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -80401,7 +80107,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000006249 626c780cc0febd SARNF r22b, 0xbd +0000000000006201 626c7c0cc0febd SARNF r22b, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -80419,7 +80125,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000006250 626cf80cc03ebd SARNF byte ptr [r22], 0xbd +0000000000006208 626cfc0cc03ebd SARNF byte ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -80438,7 +80144,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000006257 626cf80cc0febd SARNF r22b, 0xbd +000000000000620F 626cfc0cc0febd SARNF r22b, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -80456,7 +80162,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -000000000000625E 626c780cc13ebd SARNF dword ptr [r22], 0xbd +0000000000006216 626c7c0cc13ebd SARNF dword ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -80475,7 +80181,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000006265 626c780cc1febd SARNF r22d, 0xbd +000000000000621D 626c7c0cc1febd SARNF r22d, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -80493,7 +80199,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -000000000000626C 626cf80cc13ebd SARNF qword ptr [r22], 0xbd +0000000000006224 626cfc0cc13ebd SARNF qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -80512,7 +80218,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000006273 626cf80cc1febd SARNF r22, 0xbd +000000000000622B 626cfc0cc1febd SARNF r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -80530,7 +80236,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -000000000000627A 626c790cc13ebd SARNF word ptr [r22], 0xbd +0000000000006232 626c7d0cc13ebd SARNF word ptr [r22], 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -80549,7 +80255,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000006281 626c790cc1febd SARNF r22w, 0xbd +0000000000006239 626c7d0cc1febd SARNF r22w, 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -80567,7 +80273,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000006288 626cf90cc13ebd SARNF qword ptr [r22], 0xbd +0000000000006240 626cfd0cc13ebd SARNF qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -80586,7 +80292,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -000000000000628F 626cf90cc1febd SARNF r22, 0xbd +0000000000006247 626cfd0cc1febd SARNF r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -80604,7 +80310,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000006296 626c780cd03e SARNF byte ptr [r22], 1 +000000000000624E 626c7c0cd03e SARNF byte ptr [r22], 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -80623,7 +80329,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -000000000000629C 626c780cd0fe SARNF r22b, 1 +0000000000006254 626c7c0cd0fe SARNF r22b, 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -80641,7 +80347,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -00000000000062A2 626cf80cd03e SARNF byte ptr [r22], 1 +000000000000625A 626cfc0cd03e SARNF byte ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -80660,7 +80366,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -00000000000062A8 626cf80cd0fe SARNF r22b, 1 +0000000000006260 626cfc0cd0fe SARNF r22b, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -80678,7 +80384,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -00000000000062AE 626c780cd13e SARNF dword ptr [r22], 1 +0000000000006266 626c7c0cd13e SARNF dword ptr [r22], 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -80697,7 +80403,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -00000000000062B4 626c780cd1fe SARNF r22d, 1 +000000000000626C 626c7c0cd1fe SARNF r22d, 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -80715,7 +80421,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -00000000000062BA 626cf80cd13e SARNF qword ptr [r22], 1 +0000000000006272 626cfc0cd13e SARNF qword ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -80734,7 +80440,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -00000000000062C0 626cf80cd1fe SARNF r22, 1 +0000000000006278 626cfc0cd1fe SARNF r22, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -80752,7 +80458,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -00000000000062C6 626c790cd13e SARNF word ptr [r22], 1 +000000000000627E 626c7d0cd13e SARNF word ptr [r22], 1 DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -80771,7 +80477,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -00000000000062CC 626c790cd1fe SARNF r22w, 1 +0000000000006284 626c7d0cd1fe SARNF r22w, 1 DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -80789,7 +80495,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -00000000000062D2 626cf90cd13e SARNF qword ptr [r22], 1 +000000000000628A 626cfd0cd13e SARNF qword ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -80808,7 +80514,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -00000000000062D8 626cf90cd1fe SARNF r22, 1 +0000000000006290 626cfd0cd1fe SARNF r22, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -80826,7 +80532,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -00000000000062DE 626c780cd23e SARNF byte ptr [r22], cl +0000000000006296 626c7c0cd23e SARNF byte ptr [r22], cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -80845,7 +80551,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -00000000000062E4 626c780cd2fe SARNF r22b, cl +000000000000629C 626c7c0cd2fe SARNF r22b, cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -80863,7 +80569,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -00000000000062EA 626cf80cd23e SARNF byte ptr [r22], cl +00000000000062A2 626cfc0cd23e SARNF byte ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -80882,7 +80588,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -00000000000062F0 626cf80cd2fe SARNF r22b, cl +00000000000062A8 626cfc0cd2fe SARNF r22b, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -80900,7 +80606,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -00000000000062F6 626c780cd33e SARNF dword ptr [r22], cl +00000000000062AE 626c7c0cd33e SARNF dword ptr [r22], cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -80919,7 +80625,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -00000000000062FC 626c780cd3fe SARNF r22d, cl +00000000000062B4 626c7c0cd3fe SARNF r22d, cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -80937,7 +80643,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000006302 626cf80cd33e SARNF qword ptr [r22], cl +00000000000062BA 626cfc0cd33e SARNF qword ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -80956,7 +80662,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000006308 626cf80cd3fe SARNF r22, cl +00000000000062C0 626cfc0cd3fe SARNF r22, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -80974,7 +80680,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -000000000000630E 626c790cd33e SARNF word ptr [r22], cl +00000000000062C6 626c7d0cd33e SARNF word ptr [r22], cl DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -80993,7 +80699,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000006314 626c790cd3fe SARNF r22w, cl +00000000000062CC 626c7d0cd3fe SARNF r22w, cl DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -81011,7 +80717,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -000000000000631A 626cf90cd33e SARNF qword ptr [r22], cl +00000000000062D2 626cfd0cd33e SARNF qword ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -81030,7 +80736,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000006320 626cf90cd3fe SARNF r22, cl +00000000000062D8 626cfd0cd3fe SARNF r22, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -81048,7 +80754,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000006326 626c7818c03ebd SAR al, byte ptr [r22], 0xbd +00000000000062DE 626c7c18c03ebd SAR al, byte ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -81071,7 +80777,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000632D 626c7818c0febd SAR al, r22b, 0xbd +00000000000062E5 626c7c18c0febd SAR al, r22b, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -81093,7 +80799,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000006334 626cf818c03ebd SAR al, byte ptr [r22], 0xbd +00000000000062EC 626cfc18c03ebd SAR al, byte ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -81116,7 +80822,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000633B 626cf818c0febd SAR al, r22b, 0xbd +00000000000062F3 626cfc18c0febd SAR al, r22b, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -81138,7 +80844,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006342 626c7818c13ebd SAR eax, dword ptr [r22], 0xbd +00000000000062FA 626c7c18c13ebd SAR eax, dword ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -81161,7 +80867,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000006349 626c7818c1febd SAR eax, r22d, 0xbd +0000000000006301 626c7c18c1febd SAR eax, r22d, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -81183,7 +80889,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000006350 626cf818c13ebd SAR rax, qword ptr [r22], 0xbd +0000000000006308 626cfc18c13ebd SAR rax, qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -81206,7 +80912,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006357 626cf818c1febd SAR rax, r22, 0xbd +000000000000630F 626cfc18c1febd SAR rax, r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -81228,7 +80934,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000635E 626c7918c13ebd SAR ax, word ptr [r22], 0xbd +0000000000006316 626c7d18c13ebd SAR ax, word ptr [r22], 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -81251,7 +80957,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000006365 626c7918c1febd SAR ax, r22w, 0xbd +000000000000631D 626c7d18c1febd SAR ax, r22w, 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -81273,7 +80979,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000636C 626cf918c13ebd SAR rax, qword ptr [r22], 0xbd +0000000000006324 626cfd18c13ebd SAR rax, qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -81296,7 +81002,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006373 626cf918c1febd SAR rax, r22, 0xbd +000000000000632B 626cfd18c1febd SAR rax, r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -81318,7 +81024,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000637A 626c7818d03e SAR al, byte ptr [r22], 1 +0000000000006332 626c7c18d03e SAR al, byte ptr [r22], 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -81341,7 +81047,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000006380 626c7818d0fe SAR al, r22b, 1 +0000000000006338 626c7c18d0fe SAR al, r22b, 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -81363,7 +81069,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000006386 626cf818d03e SAR al, byte ptr [r22], 1 +000000000000633E 626cfc18d03e SAR al, byte ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -81386,7 +81092,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000638C 626cf818d0fe SAR al, r22b, 1 +0000000000006344 626cfc18d0fe SAR al, r22b, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -81408,7 +81114,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006392 626c7818d13e SAR eax, dword ptr [r22], 1 +000000000000634A 626c7c18d13e SAR eax, dword ptr [r22], 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -81431,7 +81137,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000006398 626c7818d1fe SAR eax, r22d, 1 +0000000000006350 626c7c18d1fe SAR eax, r22d, 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -81453,7 +81159,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000639E 626cf818d13e SAR rax, qword ptr [r22], 1 +0000000000006356 626cfc18d13e SAR rax, qword ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -81476,7 +81182,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000063A4 626cf818d1fe SAR rax, r22, 1 +000000000000635C 626cfc18d1fe SAR rax, r22, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -81498,7 +81204,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000063AA 626c7918d13e SAR ax, word ptr [r22], 1 +0000000000006362 626c7d18d13e SAR ax, word ptr [r22], 1 DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -81521,7 +81227,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000063B0 626c7918d1fe SAR ax, r22w, 1 +0000000000006368 626c7d18d1fe SAR ax, r22w, 1 DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -81543,7 +81249,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000063B6 626cf918d13e SAR rax, qword ptr [r22], 1 +000000000000636E 626cfd18d13e SAR rax, qword ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -81566,7 +81272,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000063BC 626cf918d1fe SAR rax, r22, 1 +0000000000006374 626cfd18d1fe SAR rax, r22, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -81588,7 +81294,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000063C2 626c7818d23e SAR al, byte ptr [r22], cl +000000000000637A 626c7c18d23e SAR al, byte ptr [r22], cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -81611,7 +81317,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000063C8 626c7818d2fe SAR al, r22b, cl +0000000000006380 626c7c18d2fe SAR al, r22b, cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -81633,7 +81339,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000063CE 626cf818d23e SAR al, byte ptr [r22], cl +0000000000006386 626cfc18d23e SAR al, byte ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -81656,7 +81362,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000063D4 626cf818d2fe SAR al, r22b, cl +000000000000638C 626cfc18d2fe SAR al, r22b, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -81678,7 +81384,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000063DA 626c7818d33e SAR eax, dword ptr [r22], cl +0000000000006392 626c7c18d33e SAR eax, dword ptr [r22], cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -81701,7 +81407,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000063E0 626c7818d3fe SAR eax, r22d, cl +0000000000006398 626c7c18d3fe SAR eax, r22d, cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -81723,7 +81429,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000063E6 626cf818d33e SAR rax, qword ptr [r22], cl +000000000000639E 626cfc18d33e SAR rax, qword ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -81746,7 +81452,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000063EC 626cf818d3fe SAR rax, r22, cl +00000000000063A4 626cfc18d3fe SAR rax, r22, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -81768,7 +81474,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000063F2 626c7918d33e SAR ax, word ptr [r22], cl +00000000000063AA 626c7d18d33e SAR ax, word ptr [r22], cl DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -81791,7 +81497,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000063F8 626c7918d3fe SAR ax, r22w, cl +00000000000063B0 626c7d18d3fe SAR ax, r22w, cl DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -81813,7 +81519,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000063FE 626cf918d33e SAR rax, qword ptr [r22], cl +00000000000063B6 626cfd18d33e SAR rax, qword ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -81836,7 +81542,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006404 626cf918d3fe SAR rax, r22, cl +00000000000063BC 626cfd18d3fe SAR rax, r22, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -81858,7 +81564,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000640A 626c781cc03ebd SARNF al, byte ptr [r22], 0xbd +00000000000063C2 626c7c1cc03ebd SARNF al, byte ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -81878,7 +81584,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000006411 626c781cc0febd SARNF al, r22b, 0xbd +00000000000063C9 626c7c1cc0febd SARNF al, r22b, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -81897,7 +81603,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000006418 626cf81cc03ebd SARNF al, byte ptr [r22], 0xbd +00000000000063D0 626cfc1cc03ebd SARNF al, byte ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -81917,7 +81623,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -000000000000641F 626cf81cc0febd SARNF al, r22b, 0xbd +00000000000063D7 626cfc1cc0febd SARNF al, r22b, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -81936,7 +81642,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000006426 626c781cc13ebd SARNF eax, dword ptr [r22], 0xbd +00000000000063DE 626c7c1cc13ebd SARNF eax, dword ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -81956,7 +81662,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -000000000000642D 626c781cc1febd SARNF eax, r22d, 0xbd +00000000000063E5 626c7c1cc1febd SARNF eax, r22d, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -81975,7 +81681,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000006434 626cf81cc13ebd SARNF rax, qword ptr [r22], 0xbd +00000000000063EC 626cfc1cc13ebd SARNF rax, qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -81995,7 +81701,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -000000000000643B 626cf81cc1febd SARNF rax, r22, 0xbd +00000000000063F3 626cfc1cc1febd SARNF rax, r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -82014,7 +81720,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000006442 626c791cc13ebd SARNF ax, word ptr [r22], 0xbd +00000000000063FA 626c7d1cc13ebd SARNF ax, word ptr [r22], 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -82034,7 +81740,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000006449 626c791cc1febd SARNF ax, r22w, 0xbd +0000000000006401 626c7d1cc1febd SARNF ax, r22w, 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -82053,7 +81759,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000006450 626cf91cc13ebd SARNF rax, qword ptr [r22], 0xbd +0000000000006408 626cfd1cc13ebd SARNF rax, qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -82073,7 +81779,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000006457 626cf91cc1febd SARNF rax, r22, 0xbd +000000000000640F 626cfd1cc1febd SARNF rax, r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -82092,7 +81798,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -000000000000645E 626c781cd03e SARNF al, byte ptr [r22], 1 +0000000000006416 626c7c1cd03e SARNF al, byte ptr [r22], 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -82112,7 +81818,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000006464 626c781cd0fe SARNF al, r22b, 1 +000000000000641C 626c7c1cd0fe SARNF al, r22b, 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -82131,7 +81837,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -000000000000646A 626cf81cd03e SARNF al, byte ptr [r22], 1 +0000000000006422 626cfc1cd03e SARNF al, byte ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -82151,7 +81857,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000006470 626cf81cd0fe SARNF al, r22b, 1 +0000000000006428 626cfc1cd0fe SARNF al, r22b, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -82170,7 +81876,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000006476 626c781cd13e SARNF eax, dword ptr [r22], 1 +000000000000642E 626c7c1cd13e SARNF eax, dword ptr [r22], 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -82190,7 +81896,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -000000000000647C 626c781cd1fe SARNF eax, r22d, 1 +0000000000006434 626c7c1cd1fe SARNF eax, r22d, 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -82209,7 +81915,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000006482 626cf81cd13e SARNF rax, qword ptr [r22], 1 +000000000000643A 626cfc1cd13e SARNF rax, qword ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -82229,7 +81935,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000006488 626cf81cd1fe SARNF rax, r22, 1 +0000000000006440 626cfc1cd1fe SARNF rax, r22, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -82248,7 +81954,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -000000000000648E 626c791cd13e SARNF ax, word ptr [r22], 1 +0000000000006446 626c7d1cd13e SARNF ax, word ptr [r22], 1 DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -82268,7 +81974,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000006494 626c791cd1fe SARNF ax, r22w, 1 +000000000000644C 626c7d1cd1fe SARNF ax, r22w, 1 DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -82287,7 +81993,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -000000000000649A 626cf91cd13e SARNF rax, qword ptr [r22], 1 +0000000000006452 626cfd1cd13e SARNF rax, qword ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -82307,7 +82013,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -00000000000064A0 626cf91cd1fe SARNF rax, r22, 1 +0000000000006458 626cfd1cd1fe SARNF rax, r22, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -82326,7 +82032,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -00000000000064A6 626c781cd23e SARNF al, byte ptr [r22], cl +000000000000645E 626c7c1cd23e SARNF al, byte ptr [r22], cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -82346,7 +82052,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -00000000000064AC 626c781cd2fe SARNF al, r22b, cl +0000000000006464 626c7c1cd2fe SARNF al, r22b, cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -82365,7 +82071,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -00000000000064B2 626cf81cd23e SARNF al, byte ptr [r22], cl +000000000000646A 626cfc1cd23e SARNF al, byte ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -82385,7 +82091,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -00000000000064B8 626cf81cd2fe SARNF al, r22b, cl +0000000000006470 626cfc1cd2fe SARNF al, r22b, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -82404,7 +82110,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -00000000000064BE 626c781cd33e SARNF eax, dword ptr [r22], cl +0000000000006476 626c7c1cd33e SARNF eax, dword ptr [r22], cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -82424,7 +82130,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -00000000000064C4 626c781cd3fe SARNF eax, r22d, cl +000000000000647C 626c7c1cd3fe SARNF eax, r22d, cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -82443,7 +82149,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -00000000000064CA 626cf81cd33e SARNF rax, qword ptr [r22], cl +0000000000006482 626cfc1cd33e SARNF rax, qword ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -82463,7 +82169,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -00000000000064D0 626cf81cd3fe SARNF rax, r22, cl +0000000000006488 626cfc1cd3fe SARNF rax, r22, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -82482,7 +82188,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -00000000000064D6 626c791cd33e SARNF ax, word ptr [r22], cl +000000000000648E 626c7d1cd33e SARNF ax, word ptr [r22], cl DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -82502,7 +82208,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -00000000000064DC 626c791cd3fe SARNF ax, r22w, cl +0000000000006494 626c7d1cd3fe SARNF ax, r22w, cl DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -82521,7 +82227,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -00000000000064E2 626cf91cd33e SARNF rax, qword ptr [r22], cl +000000000000649A 626cfd1cd33e SARNF rax, qword ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -82541,7 +82247,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -00000000000064E8 626cf91cd3fe SARNF rax, r22, cl +00000000000064A0 626cfd1cd3fe SARNF rax, r22, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -82560,7 +82266,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -00000000000064EE 62fa7a08f71e SARX ebx, dword ptr [r22], eax +00000000000064A6 62fa7e08f71e SARX ebx, dword ptr [r22], eax DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI2, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -82580,7 +82286,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: V, RegType: General Purpose, RegSize: 4, RegId: 0, RegCount: 1 -00000000000064F4 62fa7a08f7de SARX ebx, r22d, eax +00000000000064AC 62fa7e08f7de SARX ebx, r22d, eax DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI2, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -82599,7 +82305,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: V, RegType: General Purpose, RegSize: 4, RegId: 0, RegCount: 1 -00000000000064FA 62fafa08f71e SARX rbx, qword ptr [r22], rax +00000000000064B2 62fafe08f71e SARX rbx, qword ptr [r22], rax DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI2, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -82619,7 +82325,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: V, RegType: General Purpose, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006500 62fafa08f7de SARX rbx, r22, rax +00000000000064B8 62fafe08f7de SARX rbx, r22, rax DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI2, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -82638,7 +82344,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: V, RegType: General Purpose, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006506 626c7808181e SBB byte ptr [r22], r27b +00000000000064BE 626c7c08181e SBB byte ptr [r22], r27b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -82660,7 +82366,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000650C 626c780818de SBB r22b, r27b +00000000000064C4 626c7c0818de SBB r22b, r27b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -82681,7 +82387,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000006512 626cf808181e SBB byte ptr [r22], r27b +00000000000064CA 626cfc08181e SBB byte ptr [r22], r27b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -82703,7 +82409,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006518 626cf80818de SBB r22b, r27b +00000000000064D0 626cfc0818de SBB r22b, r27b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -82724,7 +82430,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000651E 626c7808191e SBB dword ptr [r22], r27d +00000000000064D6 626c7c08191e SBB dword ptr [r22], r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -82746,7 +82452,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000006524 626c780819de SBB r22d, r27d +00000000000064DC 626c7c0819de SBB r22d, r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -82767,7 +82473,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000652A 626cf808191e SBB qword ptr [r22], r27 +00000000000064E2 626cfc08191e SBB qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -82789,7 +82495,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006530 626cf80819de SBB r22, r27 +00000000000064E8 626cfc0819de SBB r22, r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -82810,7 +82516,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006536 626c7908191e SBB word ptr [r22], r27w +00000000000064EE 626c7d08191e SBB word ptr [r22], r27w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -82832,7 +82538,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000653C 626c790819de SBB r22w, r27w +00000000000064F4 626c7d0819de SBB r22w, r27w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -82853,7 +82559,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000006542 626cf908191e SBB qword ptr [r22], r27 +00000000000064FA 626cfd08191e SBB qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -82875,7 +82581,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006548 626cf90819de SBB r22, r27 +0000000000006500 626cfd0819de SBB r22, r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -82896,7 +82602,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000654E 626c78081a1e SBB r27b, byte ptr [r22] +0000000000006506 626c7c081a1e SBB r27b, byte ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -82918,7 +82624,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000006554 626c78081ade SBB r27b, r22b +000000000000650C 626c7c081ade SBB r27b, r22b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -82939,7 +82645,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000655A 626cf8081a1e SBB r27b, byte ptr [r22] +0000000000006512 626cfc081a1e SBB r27b, byte ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -82961,7 +82667,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006560 626cf8081ade SBB r27b, r22b +0000000000006518 626cfc081ade SBB r27b, r22b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -82982,7 +82688,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006566 626c78081b1e SBB r27d, dword ptr [r22] +000000000000651E 626c7c081b1e SBB r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -83004,7 +82710,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000656C 626c78081bde SBB r27d, r22d +0000000000006524 626c7c081bde SBB r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -83025,7 +82731,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000006572 626cf8081b1e SBB r27, qword ptr [r22] +000000000000652A 626cfc081b1e SBB r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -83047,7 +82753,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006578 626cf8081bde SBB r27, r22 +0000000000006530 626cfc081bde SBB r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -83068,7 +82774,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000657E 626c79081b1e SBB r27w, word ptr [r22] +0000000000006536 626c7d081b1e SBB r27w, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -83090,7 +82796,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000006584 626c79081bde SBB r27w, r22w +000000000000653C 626c7d081bde SBB r27w, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -83111,7 +82817,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000658A 626cf9081b1e SBB r27, qword ptr [r22] +0000000000006542 626cfd081b1e SBB r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -83133,7 +82839,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006590 626cf9081bde SBB r27, r22 +0000000000006548 626cfd081bde SBB r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -83154,7 +82860,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006596 626c7808801ebd SBB byte ptr [r22], 0xbd +000000000000654E 626c7c08801ebd SBB byte ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -83176,7 +82882,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000659D 626c780880debd SBB r22b, 0xbd +0000000000006555 626c7c0880debd SBB r22b, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -83197,7 +82903,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000065A4 626cf808801ebd SBB byte ptr [r22], 0xbd +000000000000655C 626cfc08801ebd SBB byte ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -83219,7 +82925,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000065AB 626cf80880debd SBB r22b, 0xbd +0000000000006563 626cfc0880debd SBB r22b, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -83240,7 +82946,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000065B2 626c7808811ebdbdbdbd SBB dword ptr [r22], 0xbdbdbdbd +000000000000656A 626c7c08811ebdbdbdbd SBB dword ptr [r22], 0xbdbdbdbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -83262,7 +82968,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000065BC 626c780881debdbdbdbd SBB r22d, 0xbdbdbdbd +0000000000006574 626c7c0881debdbdbdbd SBB r22d, 0xbdbdbdbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -83283,7 +82989,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000065C6 626cf808811ebdbdbdbd SBB qword ptr [r22], 0xbdbdbdbd +000000000000657E 626cfc08811ebdbdbdbd SBB qword ptr [r22], 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -83305,7 +83011,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000065D0 626cf80881debdbdbdbd SBB r22, 0xbdbdbdbd +0000000000006588 626cfc0881debdbdbdbd SBB r22, 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -83326,7 +83032,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000065DA 626c7908811ebdbd SBB word ptr [r22], 0xbdbd +0000000000006592 626c7d08811ebdbd SBB word ptr [r22], 0xbdbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -83348,7 +83054,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 2, RawSize: 2, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000065E2 626c790881debdbd SBB r22w, 0xbdbd +000000000000659A 626c7d0881debdbd SBB r22w, 0xbdbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -83369,7 +83075,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 2, RawSize: 2, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000065EA 626cf908811ebdbdbdbd SBB qword ptr [r22], 0xbdbdbdbd +00000000000065A2 626cfd08811ebdbdbdbd SBB qword ptr [r22], 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -83391,7 +83097,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000065F4 626cf90881debdbdbdbd SBB r22, 0xbdbdbdbd +00000000000065AC 626cfd0881debdbdbdbd SBB r22, 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -83412,7 +83118,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000065FE 626c7808831ebd SBB dword ptr [r22], 0xbd +00000000000065B6 626c7c08831ebd SBB dword ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -83434,7 +83140,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000006605 626c780883debd SBB r22d, 0xbd +00000000000065BD 626c7c0883debd SBB r22d, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -83455,7 +83161,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000660C 626cf808831ebd SBB qword ptr [r22], 0xbd +00000000000065C4 626cfc08831ebd SBB qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -83477,7 +83183,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006613 626cf80883debd SBB r22, 0xbd +00000000000065CB 626cfc0883debd SBB r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -83498,7 +83204,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000661A 626c7908831ebd SBB word ptr [r22], 0xbd +00000000000065D2 626c7d08831ebd SBB word ptr [r22], 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -83520,7 +83226,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000006621 626c790883debd SBB r22w, 0xbd +00000000000065D9 626c7d0883debd SBB r22w, 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -83541,7 +83247,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000006628 626cf908831ebd SBB qword ptr [r22], 0xbd +00000000000065E0 626cfd08831ebd SBB qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -83563,7 +83269,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000662F 626cf90883debd SBB r22, 0xbd +00000000000065E7 626cfd0883debd SBB r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -83584,7 +83290,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006636 626c7818181e SBB al, byte ptr [r22], r27b +00000000000065EE 626c7c18181e SBB al, byte ptr [r22], r27b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -83607,7 +83313,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000663C 626c781818de SBB al, r22b, r27b +00000000000065F4 626c7c1818de SBB al, r22b, r27b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -83629,7 +83335,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000006642 626cf818181e SBB al, byte ptr [r22], r27b +00000000000065FA 626cfc18181e SBB al, byte ptr [r22], r27b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -83652,7 +83358,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006648 626cf81818de SBB al, r22b, r27b +0000000000006600 626cfc1818de SBB al, r22b, r27b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -83674,7 +83380,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000664E 626c7818191e SBB eax, dword ptr [r22], r27d +0000000000006606 626c7c18191e SBB eax, dword ptr [r22], r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -83697,7 +83403,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000006654 626c781819de SBB eax, r22d, r27d +000000000000660C 626c7c1819de SBB eax, r22d, r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -83719,7 +83425,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000665A 626cf818191e SBB rax, qword ptr [r22], r27 +0000000000006612 626cfc18191e SBB rax, qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -83742,7 +83448,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006660 626cf81819de SBB rax, r22, r27 +0000000000006618 626cfc1819de SBB rax, r22, r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -83764,7 +83470,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006666 626c7918191e SBB ax, word ptr [r22], r27w +000000000000661E 626c7d18191e SBB ax, word ptr [r22], r27w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -83787,7 +83493,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000666C 626c791819de SBB ax, r22w, r27w +0000000000006624 626c7d1819de SBB ax, r22w, r27w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -83809,7 +83515,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000006672 626cf918191e SBB rax, qword ptr [r22], r27 +000000000000662A 626cfd18191e SBB rax, qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -83832,7 +83538,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006678 626cf91819de SBB rax, r22, r27 +0000000000006630 626cfd1819de SBB rax, r22, r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -83854,7 +83560,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000667E 626c78181a1e SBB al, r27b, byte ptr [r22] +0000000000006636 626c7c181a1e SBB al, r27b, byte ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -83877,7 +83583,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000006684 626c78181ade SBB al, r27b, r22b +000000000000663C 626c7c181ade SBB al, r27b, r22b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -83899,7 +83605,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000668A 626cf8181a1e SBB al, r27b, byte ptr [r22] +0000000000006642 626cfc181a1e SBB al, r27b, byte ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -83922,7 +83628,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006690 626cf8181ade SBB al, r27b, r22b +0000000000006648 626cfc181ade SBB al, r27b, r22b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -83944,7 +83650,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006696 626c78181b1e SBB eax, r27d, dword ptr [r22] +000000000000664E 626c7c181b1e SBB eax, r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -83967,7 +83673,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000669C 626c78181bde SBB eax, r27d, r22d +0000000000006654 626c7c181bde SBB eax, r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -83989,7 +83695,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000066A2 626cf8181b1e SBB rax, r27, qword ptr [r22] +000000000000665A 626cfc181b1e SBB rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -84012,7 +83718,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000066A8 626cf8181bde SBB rax, r27, r22 +0000000000006660 626cfc181bde SBB rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -84034,7 +83740,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000066AE 626c79181b1e SBB ax, r27w, word ptr [r22] +0000000000006666 626c7d181b1e SBB ax, r27w, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -84057,7 +83763,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000066B4 626c79181bde SBB ax, r27w, r22w +000000000000666C 626c7d181bde SBB ax, r27w, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -84079,7 +83785,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000066BA 626cf9181b1e SBB rax, r27, qword ptr [r22] +0000000000006672 626cfd181b1e SBB rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -84102,7 +83808,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000066C0 626cf9181bde SBB rax, r27, r22 +0000000000006678 626cfd181bde SBB rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -84124,7 +83830,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000066C6 626c7818801ebd SBB al, byte ptr [r22], 0xbd +000000000000667E 626c7c18801ebd SBB al, byte ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -84147,7 +83853,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000066CD 626c781880debd SBB al, r22b, 0xbd +0000000000006685 626c7c1880debd SBB al, r22b, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -84169,7 +83875,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000066D4 626cf818801ebd SBB al, byte ptr [r22], 0xbd +000000000000668C 626cfc18801ebd SBB al, byte ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -84192,7 +83898,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000066DB 626cf81880debd SBB al, r22b, 0xbd +0000000000006693 626cfc1880debd SBB al, r22b, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -84214,7 +83920,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000066E2 626c7818811ebdbdbdbd SBB eax, dword ptr [r22], 0xbdbdbdbd +000000000000669A 626c7c18811ebdbdbdbd SBB eax, dword ptr [r22], 0xbdbdbdbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -84237,7 +83943,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000066EC 626c781881debdbdbdbd SBB eax, r22d, 0xbdbdbdbd +00000000000066A4 626c7c1881debdbdbdbd SBB eax, r22d, 0xbdbdbdbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -84259,7 +83965,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000066F6 626cf818811ebdbdbdbd SBB rax, qword ptr [r22], 0xbdbdbdbd +00000000000066AE 626cfc18811ebdbdbdbd SBB rax, qword ptr [r22], 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -84282,7 +83988,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006700 626cf81881debdbdbdbd SBB rax, r22, 0xbdbdbdbd +00000000000066B8 626cfc1881debdbdbdbd SBB rax, r22, 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -84304,7 +84010,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000670A 626c7918811ebdbd SBB ax, word ptr [r22], 0xbdbd +00000000000066C2 626c7d18811ebdbd SBB ax, word ptr [r22], 0xbdbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -84327,7 +84033,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 2, RawSize: 2, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000006712 626c791881debdbd SBB ax, r22w, 0xbdbd +00000000000066CA 626c7d1881debdbd SBB ax, r22w, 0xbdbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -84349,7 +84055,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 2, RawSize: 2, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000671A 626cf918811ebdbdbdbd SBB rax, qword ptr [r22], 0xbdbdbdbd +00000000000066D2 626cfd18811ebdbdbdbd SBB rax, qword ptr [r22], 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -84372,7 +84078,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006724 626cf91881debdbdbdbd SBB rax, r22, 0xbdbdbdbd +00000000000066DC 626cfd1881debdbdbdbd SBB rax, r22, 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -84394,7 +84100,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000672E 626c7818831ebd SBB eax, dword ptr [r22], 0xbd +00000000000066E6 626c7c18831ebd SBB eax, dword ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -84417,7 +84123,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000006735 626c781883debd SBB eax, r22d, 0xbd +00000000000066ED 626c7c1883debd SBB eax, r22d, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -84439,7 +84145,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000673C 626cf818831ebd SBB rax, qword ptr [r22], 0xbd +00000000000066F4 626cfc18831ebd SBB rax, qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -84462,7 +84168,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006743 626cf81883debd SBB rax, r22, 0xbd +00000000000066FB 626cfc1883debd SBB rax, r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -84484,7 +84190,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000674A 626c7918831ebd SBB ax, word ptr [r22], 0xbd +0000000000006702 626c7d18831ebd SBB ax, word ptr [r22], 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -84507,7 +84213,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000006751 626c791883debd SBB ax, r22w, 0xbd +0000000000006709 626c7d1883debd SBB ax, r22w, 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -84529,7 +84235,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000006758 626cf918831ebd SBB rax, qword ptr [r22], 0xbd +0000000000006710 626cfd18831ebd SBB rax, qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -84552,7 +84258,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000675F 626cf91883debd SBB rax, r22, 0xbd +0000000000006717 626cfd1883debd SBB rax, r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -84574,7 +84280,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006766 626c7b08461e SETBE byte ptr [r22] +000000000000671E 626c7f08461e SETBE byte ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BITBYTE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -84595,7 +84301,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000676C 626c7b0846de SETBE r22b +0000000000006724 626c7f0846de SETBE r22b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BITBYTE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -84615,7 +84321,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000006772 626cfb08461e SETBE byte ptr [r22] +000000000000672A 626cff08461e SETBE byte ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BITBYTE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -84636,7 +84342,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006778 626cfb0846de SETBE r22b +0000000000006730 626cff0846de SETBE r22b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BITBYTE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -84656,7 +84362,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000677E 626c7b08421e SETC byte ptr [r22] +0000000000006736 626c7f08421e SETC byte ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BITBYTE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -84677,7 +84383,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000006784 626c7b0842de SETC r22b +000000000000673C 626c7f0842de SETC r22b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BITBYTE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -84697,7 +84403,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000678A 626cfb08421e SETC byte ptr [r22] +0000000000006742 626cff08421e SETC byte ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BITBYTE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -84718,7 +84424,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006790 626cfb0842de SETC r22b +0000000000006748 626cff0842de SETC r22b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BITBYTE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -84738,7 +84444,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006796 626c7b084c1e SETL byte ptr [r22] +000000000000674E 626c7f084c1e SETL byte ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BITBYTE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -84759,7 +84465,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000679C 626c7b084cde SETL r22b +0000000000006754 626c7f084cde SETL r22b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BITBYTE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -84779,7 +84485,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000067A2 626cfb084c1e SETL byte ptr [r22] +000000000000675A 626cff084c1e SETL byte ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BITBYTE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -84800,7 +84506,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000067A8 626cfb084cde SETL r22b +0000000000006760 626cff084cde SETL r22b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BITBYTE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -84820,7 +84526,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000067AE 626c7b084e1e SETLE byte ptr [r22] +0000000000006766 626c7f084e1e SETLE byte ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BITBYTE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -84841,7 +84547,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000067B4 626c7b084ede SETLE r22b +000000000000676C 626c7f084ede SETLE r22b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BITBYTE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -84861,7 +84567,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000067BA 626cfb084e1e SETLE byte ptr [r22] +0000000000006772 626cff084e1e SETLE byte ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BITBYTE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -84882,7 +84588,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000067C0 626cfb084ede SETLE r22b +0000000000006778 626cff084ede SETLE r22b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BITBYTE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -84902,7 +84608,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000067C6 626c7b08471e SETNBE byte ptr [r22] +000000000000677E 626c7f08471e SETNBE byte ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BITBYTE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -84923,7 +84629,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000067CC 626c7b0847de SETNBE r22b +0000000000006784 626c7f0847de SETNBE r22b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BITBYTE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -84943,7 +84649,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000067D2 626cfb08471e SETNBE byte ptr [r22] +000000000000678A 626cff08471e SETNBE byte ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BITBYTE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -84964,7 +84670,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000067D8 626cfb0847de SETNBE r22b +0000000000006790 626cff0847de SETNBE r22b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BITBYTE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -84984,7 +84690,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000067DE 626c7b08431e SETNC byte ptr [r22] +0000000000006796 626c7f08431e SETNC byte ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BITBYTE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -85005,7 +84711,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000067E4 626c7b0843de SETNC r22b +000000000000679C 626c7f0843de SETNC r22b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BITBYTE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -85025,7 +84731,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000067EA 626cfb08431e SETNC byte ptr [r22] +00000000000067A2 626cff08431e SETNC byte ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BITBYTE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -85046,7 +84752,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000067F0 626cfb0843de SETNC r22b +00000000000067A8 626cff0843de SETNC r22b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BITBYTE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -85066,7 +84772,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000067F6 626c7b084d1e SETNL byte ptr [r22] +00000000000067AE 626c7f084d1e SETNL byte ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BITBYTE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -85087,7 +84793,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000067FC 626c7b084dde SETNL r22b +00000000000067B4 626c7f084dde SETNL r22b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BITBYTE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -85107,7 +84813,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000006802 626cfb084d1e SETNL byte ptr [r22] +00000000000067BA 626cff084d1e SETNL byte ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BITBYTE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -85128,7 +84834,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006808 626cfb084dde SETNL r22b +00000000000067C0 626cff084dde SETNL r22b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BITBYTE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -85148,7 +84854,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000680E 626c7b084f1e SETNLE byte ptr [r22] +00000000000067C6 626c7f084f1e SETNLE byte ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BITBYTE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -85169,7 +84875,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000006814 626c7b084fde SETNLE r22b +00000000000067CC 626c7f084fde SETNLE r22b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BITBYTE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -85189,7 +84895,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000681A 626cfb084f1e SETNLE byte ptr [r22] +00000000000067D2 626cff084f1e SETNLE byte ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BITBYTE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -85210,7 +84916,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006820 626cfb084fde SETNLE r22b +00000000000067D8 626cff084fde SETNLE r22b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BITBYTE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -85230,7 +84936,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006826 626c7b08411e SETNO byte ptr [r22] +00000000000067DE 626c7f08411e SETNO byte ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BITBYTE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -85251,7 +84957,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000682C 626c7b0841de SETNO r22b +00000000000067E4 626c7f0841de SETNO r22b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BITBYTE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -85271,7 +84977,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000006832 626cfb08411e SETNO byte ptr [r22] +00000000000067EA 626cff08411e SETNO byte ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BITBYTE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -85292,7 +84998,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006838 626cfb0841de SETNO r22b +00000000000067F0 626cff0841de SETNO r22b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BITBYTE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -85312,7 +85018,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000683E 626c7b084b1e SETNP byte ptr [r22] +00000000000067F6 626c7f084b1e SETNP byte ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BITBYTE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -85333,7 +85039,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000006844 626c7b084bde SETNP r22b +00000000000067FC 626c7f084bde SETNP r22b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BITBYTE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -85353,7 +85059,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000684A 626cfb084b1e SETNP byte ptr [r22] +0000000000006802 626cff084b1e SETNP byte ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BITBYTE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -85374,7 +85080,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006850 626cfb084bde SETNP r22b +0000000000006808 626cff084bde SETNP r22b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BITBYTE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -85394,7 +85100,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006856 626c7b08491e SETNS byte ptr [r22] +000000000000680E 626c7f08491e SETNS byte ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BITBYTE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -85415,7 +85121,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000685C 626c7b0849de SETNS r22b +0000000000006814 626c7f0849de SETNS r22b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BITBYTE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -85435,7 +85141,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000006862 626cfb08491e SETNS byte ptr [r22] +000000000000681A 626cff08491e SETNS byte ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BITBYTE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -85456,7 +85162,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006868 626cfb0849de SETNS r22b +0000000000006820 626cff0849de SETNS r22b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BITBYTE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -85476,7 +85182,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000686E 626c7b08451e SETNZ byte ptr [r22] +0000000000006826 626c7f08451e SETNZ byte ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BITBYTE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -85497,7 +85203,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000006874 626c7b0845de SETNZ r22b +000000000000682C 626c7f0845de SETNZ r22b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BITBYTE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -85517,7 +85223,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000687A 626cfb08451e SETNZ byte ptr [r22] +0000000000006832 626cff08451e SETNZ byte ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BITBYTE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -85538,7 +85244,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006880 626cfb0845de SETNZ r22b +0000000000006838 626cff0845de SETNZ r22b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BITBYTE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -85558,7 +85264,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006886 626c7b08401e SETO byte ptr [r22] +000000000000683E 626c7f08401e SETO byte ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BITBYTE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -85579,7 +85285,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000688C 626c7b0840de SETO r22b +0000000000006844 626c7f0840de SETO r22b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BITBYTE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -85599,7 +85305,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000006892 626cfb08401e SETO byte ptr [r22] +000000000000684A 626cff08401e SETO byte ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BITBYTE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -85620,7 +85326,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006898 626cfb0840de SETO r22b +0000000000006850 626cff0840de SETO r22b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BITBYTE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -85640,7 +85346,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000689E 626c7b084a1e SETP byte ptr [r22] +0000000000006856 626c7f084a1e SETP byte ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BITBYTE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -85661,7 +85367,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000068A4 626c7b084ade SETP r22b +000000000000685C 626c7f084ade SETP r22b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BITBYTE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -85681,7 +85387,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000068AA 626cfb084a1e SETP byte ptr [r22] +0000000000006862 626cff084a1e SETP byte ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BITBYTE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -85702,7 +85408,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000068B0 626cfb084ade SETP r22b +0000000000006868 626cff084ade SETP r22b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BITBYTE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -85722,7 +85428,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000068B6 626c7b08481e SETS byte ptr [r22] +000000000000686E 626c7f08481e SETS byte ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BITBYTE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -85743,7 +85449,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000068BC 626c7b0848de SETS r22b +0000000000006874 626c7f0848de SETS r22b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BITBYTE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -85763,7 +85469,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000068C2 626cfb08481e SETS byte ptr [r22] +000000000000687A 626cff08481e SETS byte ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BITBYTE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -85784,7 +85490,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000068C8 626cfb0848de SETS r22b +0000000000006880 626cff0848de SETS r22b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BITBYTE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -85804,7 +85510,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000068CE 626c7b08441e SETZ byte ptr [r22] +0000000000006886 626c7f08441e SETZ byte ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BITBYTE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -85825,7 +85531,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000068D4 626c7b0844de SETZ r22b +000000000000688C 626c7f0844de SETZ r22b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BITBYTE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -85845,7 +85551,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000068DA 626cfb08441e SETZ byte ptr [r22] +0000000000006892 626cff08441e SETZ byte ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BITBYTE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -85866,7 +85572,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000068E0 626cfb0844de SETZ r22b +0000000000006898 626cff0844de SETZ r22b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BITBYTE, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -85886,533 +85592,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000068E6 626c7808d91e SHA1MSG1 xmm27, xmmword ptr [r22] - DSIZE: 32, ASIZE: 64, VLEN: 128 - ISA Set: APX_F, Ins cat: SHA, CET tracked: no - CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 - EVEX Tuple Type: None - Exception class: APX, exception type: APX-EVEX-SHA - Valid modes - R0: yes, R1: yes, R2: yes, R3: yes - Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes - SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes - VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes - Valid prefixes - REP: no, REPcc: no, LOCK: no - HLE: no, XACQUIRE only: no, XRELEASE only: no - BND: no, BHINT: no, DNT: no - Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 27, RegCount: 1 - Operand: 1, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, - Segment: 3, Base: 22, - -00000000000068EC 626c7808d9de SHA1MSG1 xmm27, xmm6 - DSIZE: 32, ASIZE: 64, VLEN: 128 - ISA Set: APX_F, Ins cat: SHA, CET tracked: no - CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 - EVEX Tuple Type: None - Exception class: APX, exception type: APX-EVEX-SHA - Valid modes - R0: yes, R1: yes, R2: yes, R3: yes - Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes - SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes - VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes - Valid prefixes - REP: no, REPcc: no, LOCK: no - HLE: no, XACQUIRE only: no, XRELEASE only: no - BND: no, BHINT: no, DNT: no - Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 27, RegCount: 1 - Operand: 1, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 - -00000000000068F2 626cf808d91e SHA1MSG1 xmm27, xmmword ptr [r22] - DSIZE: 64, ASIZE: 64, VLEN: 128 - ISA Set: APX_F, Ins cat: SHA, CET tracked: no - CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 - EVEX Tuple Type: None - Exception class: APX, exception type: APX-EVEX-SHA - Valid modes - R0: yes, R1: yes, R2: yes, R3: yes - Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes - SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes - VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes - Valid prefixes - REP: no, REPcc: no, LOCK: no - HLE: no, XACQUIRE only: no, XRELEASE only: no - BND: no, BHINT: no, DNT: no - Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 27, RegCount: 1 - Operand: 1, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, - Segment: 3, Base: 22, - -00000000000068F8 626cf808d9de SHA1MSG1 xmm27, xmm6 - DSIZE: 64, ASIZE: 64, VLEN: 128 - ISA Set: APX_F, Ins cat: SHA, CET tracked: no - CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 - EVEX Tuple Type: None - Exception class: APX, exception type: APX-EVEX-SHA - Valid modes - R0: yes, R1: yes, R2: yes, R3: yes - Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes - SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes - VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes - Valid prefixes - REP: no, REPcc: no, LOCK: no - HLE: no, XACQUIRE only: no, XRELEASE only: no - BND: no, BHINT: no, DNT: no - Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 27, RegCount: 1 - Operand: 1, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 - -00000000000068FE 626c7808da1e SHA1MSG2 xmm27, xmmword ptr [r22] - DSIZE: 32, ASIZE: 64, VLEN: 128 - ISA Set: APX_F, Ins cat: SHA, CET tracked: no - CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 - EVEX Tuple Type: None - Exception class: APX, exception type: APX-EVEX-SHA - Valid modes - R0: yes, R1: yes, R2: yes, R3: yes - Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes - SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes - VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes - Valid prefixes - REP: no, REPcc: no, LOCK: no - HLE: no, XACQUIRE only: no, XRELEASE only: no - BND: no, BHINT: no, DNT: no - Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 27, RegCount: 1 - Operand: 1, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, - Segment: 3, Base: 22, - -0000000000006904 626c7808dade SHA1MSG2 xmm27, xmm6 - DSIZE: 32, ASIZE: 64, VLEN: 128 - ISA Set: APX_F, Ins cat: SHA, CET tracked: no - CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 - EVEX Tuple Type: None - Exception class: APX, exception type: APX-EVEX-SHA - Valid modes - R0: yes, R1: yes, R2: yes, R3: yes - Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes - SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes - VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes - Valid prefixes - REP: no, REPcc: no, LOCK: no - HLE: no, XACQUIRE only: no, XRELEASE only: no - BND: no, BHINT: no, DNT: no - Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 27, RegCount: 1 - Operand: 1, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 - -000000000000690A 626cf808da1e SHA1MSG2 xmm27, xmmword ptr [r22] - DSIZE: 64, ASIZE: 64, VLEN: 128 - ISA Set: APX_F, Ins cat: SHA, CET tracked: no - CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 - EVEX Tuple Type: None - Exception class: APX, exception type: APX-EVEX-SHA - Valid modes - R0: yes, R1: yes, R2: yes, R3: yes - Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes - SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes - VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes - Valid prefixes - REP: no, REPcc: no, LOCK: no - HLE: no, XACQUIRE only: no, XRELEASE only: no - BND: no, BHINT: no, DNT: no - Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 27, RegCount: 1 - Operand: 1, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, - Segment: 3, Base: 22, - -0000000000006910 626cf808dade SHA1MSG2 xmm27, xmm6 - DSIZE: 64, ASIZE: 64, VLEN: 128 - ISA Set: APX_F, Ins cat: SHA, CET tracked: no - CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 - EVEX Tuple Type: None - Exception class: APX, exception type: APX-EVEX-SHA - Valid modes - R0: yes, R1: yes, R2: yes, R3: yes - Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes - SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes - VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes - Valid prefixes - REP: no, REPcc: no, LOCK: no - HLE: no, XACQUIRE only: no, XRELEASE only: no - BND: no, BHINT: no, DNT: no - Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 27, RegCount: 1 - Operand: 1, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 - -0000000000006916 626c7808d81e SHA1NEXTE xmm27, xmmword ptr [r22] - DSIZE: 32, ASIZE: 64, VLEN: 128 - ISA Set: APX_F, Ins cat: SHA, CET tracked: no - CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 - EVEX Tuple Type: None - Exception class: APX, exception type: APX-EVEX-SHA - Valid modes - R0: yes, R1: yes, R2: yes, R3: yes - Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes - SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes - VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes - Valid prefixes - REP: no, REPcc: no, LOCK: no - HLE: no, XACQUIRE only: no, XRELEASE only: no - BND: no, BHINT: no, DNT: no - Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 27, RegCount: 1 - Operand: 1, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, - Segment: 3, Base: 22, - -000000000000691C 626c7808d8de SHA1NEXTE xmm27, xmm6 - DSIZE: 32, ASIZE: 64, VLEN: 128 - ISA Set: APX_F, Ins cat: SHA, CET tracked: no - CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 - EVEX Tuple Type: None - Exception class: APX, exception type: APX-EVEX-SHA - Valid modes - R0: yes, R1: yes, R2: yes, R3: yes - Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes - SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes - VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes - Valid prefixes - REP: no, REPcc: no, LOCK: no - HLE: no, XACQUIRE only: no, XRELEASE only: no - BND: no, BHINT: no, DNT: no - Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 27, RegCount: 1 - Operand: 1, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 - -0000000000006922 626cf808d81e SHA1NEXTE xmm27, xmmword ptr [r22] - DSIZE: 64, ASIZE: 64, VLEN: 128 - ISA Set: APX_F, Ins cat: SHA, CET tracked: no - CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 - EVEX Tuple Type: None - Exception class: APX, exception type: APX-EVEX-SHA - Valid modes - R0: yes, R1: yes, R2: yes, R3: yes - Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes - SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes - VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes - Valid prefixes - REP: no, REPcc: no, LOCK: no - HLE: no, XACQUIRE only: no, XRELEASE only: no - BND: no, BHINT: no, DNT: no - Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 27, RegCount: 1 - Operand: 1, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, - Segment: 3, Base: 22, - -0000000000006928 626cf808d8de SHA1NEXTE xmm27, xmm6 - DSIZE: 64, ASIZE: 64, VLEN: 128 - ISA Set: APX_F, Ins cat: SHA, CET tracked: no - CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 - EVEX Tuple Type: None - Exception class: APX, exception type: APX-EVEX-SHA - Valid modes - R0: yes, R1: yes, R2: yes, R3: yes - Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes - SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes - VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes - Valid prefixes - REP: no, REPcc: no, LOCK: no - HLE: no, XACQUIRE only: no, XRELEASE only: no - BND: no, BHINT: no, DNT: no - Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 27, RegCount: 1 - Operand: 1, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 - -000000000000692E 626c7808d41ebd SHA1RNDS4 xmm27, xmmword ptr [r22], 0xbd - DSIZE: 32, ASIZE: 64, VLEN: 128 - ISA Set: APX_F, Ins cat: SHA, CET tracked: no - CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 - EVEX Tuple Type: None - Exception class: APX, exception type: APX-EVEX-SHA - Valid modes - R0: yes, R1: yes, R2: yes, R3: yes - Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes - SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes - VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes - Valid prefixes - REP: no, REPcc: no, LOCK: no - HLE: no, XACQUIRE only: no, XRELEASE only: no - BND: no, BHINT: no, DNT: no - Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 27, RegCount: 1 - Operand: 1, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, - Segment: 3, Base: 22, - Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I - -0000000000006935 626c7808d4debd SHA1RNDS4 xmm27, xmm6, 0xbd - DSIZE: 32, ASIZE: 64, VLEN: 128 - ISA Set: APX_F, Ins cat: SHA, CET tracked: no - CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 - EVEX Tuple Type: None - Exception class: APX, exception type: APX-EVEX-SHA - Valid modes - R0: yes, R1: yes, R2: yes, R3: yes - Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes - SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes - VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes - Valid prefixes - REP: no, REPcc: no, LOCK: no - HLE: no, XACQUIRE only: no, XRELEASE only: no - BND: no, BHINT: no, DNT: no - Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 27, RegCount: 1 - Operand: 1, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 - Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I - -000000000000693C 626cf808d41ebd SHA1RNDS4 xmm27, xmmword ptr [r22], 0xbd - DSIZE: 64, ASIZE: 64, VLEN: 128 - ISA Set: APX_F, Ins cat: SHA, CET tracked: no - CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 - EVEX Tuple Type: None - Exception class: APX, exception type: APX-EVEX-SHA - Valid modes - R0: yes, R1: yes, R2: yes, R3: yes - Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes - SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes - VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes - Valid prefixes - REP: no, REPcc: no, LOCK: no - HLE: no, XACQUIRE only: no, XRELEASE only: no - BND: no, BHINT: no, DNT: no - Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 27, RegCount: 1 - Operand: 1, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, - Segment: 3, Base: 22, - Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I - -0000000000006943 626cf808d4debd SHA1RNDS4 xmm27, xmm6, 0xbd - DSIZE: 64, ASIZE: 64, VLEN: 128 - ISA Set: APX_F, Ins cat: SHA, CET tracked: no - CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 - EVEX Tuple Type: None - Exception class: APX, exception type: APX-EVEX-SHA - Valid modes - R0: yes, R1: yes, R2: yes, R3: yes - Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes - SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes - VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes - Valid prefixes - REP: no, REPcc: no, LOCK: no - HLE: no, XACQUIRE only: no, XRELEASE only: no - BND: no, BHINT: no, DNT: no - Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 27, RegCount: 1 - Operand: 1, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 - Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I - -000000000000694A 626c7808dc1e SHA256MSG1 xmm27, xmmword ptr [r22] - DSIZE: 32, ASIZE: 64, VLEN: 128 - ISA Set: APX_F, Ins cat: SHA, CET tracked: no - CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 - EVEX Tuple Type: None - Exception class: APX, exception type: APX-EVEX-SHA - Valid modes - R0: yes, R1: yes, R2: yes, R3: yes - Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes - SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes - VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes - Valid prefixes - REP: no, REPcc: no, LOCK: no - HLE: no, XACQUIRE only: no, XRELEASE only: no - BND: no, BHINT: no, DNT: no - Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 27, RegCount: 1 - Operand: 1, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, - Segment: 3, Base: 22, - -0000000000006950 626c7808dcde SHA256MSG1 xmm27, xmm6 - DSIZE: 32, ASIZE: 64, VLEN: 128 - ISA Set: APX_F, Ins cat: SHA, CET tracked: no - CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 - EVEX Tuple Type: None - Exception class: APX, exception type: APX-EVEX-SHA - Valid modes - R0: yes, R1: yes, R2: yes, R3: yes - Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes - SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes - VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes - Valid prefixes - REP: no, REPcc: no, LOCK: no - HLE: no, XACQUIRE only: no, XRELEASE only: no - BND: no, BHINT: no, DNT: no - Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 27, RegCount: 1 - Operand: 1, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 - -0000000000006956 626cf808dc1e SHA256MSG1 xmm27, xmmword ptr [r22] - DSIZE: 64, ASIZE: 64, VLEN: 128 - ISA Set: APX_F, Ins cat: SHA, CET tracked: no - CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 - EVEX Tuple Type: None - Exception class: APX, exception type: APX-EVEX-SHA - Valid modes - R0: yes, R1: yes, R2: yes, R3: yes - Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes - SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes - VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes - Valid prefixes - REP: no, REPcc: no, LOCK: no - HLE: no, XACQUIRE only: no, XRELEASE only: no - BND: no, BHINT: no, DNT: no - Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 27, RegCount: 1 - Operand: 1, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, - Segment: 3, Base: 22, - -000000000000695C 626cf808dcde SHA256MSG1 xmm27, xmm6 - DSIZE: 64, ASIZE: 64, VLEN: 128 - ISA Set: APX_F, Ins cat: SHA, CET tracked: no - CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 - EVEX Tuple Type: None - Exception class: APX, exception type: APX-EVEX-SHA - Valid modes - R0: yes, R1: yes, R2: yes, R3: yes - Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes - SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes - VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes - Valid prefixes - REP: no, REPcc: no, LOCK: no - HLE: no, XACQUIRE only: no, XRELEASE only: no - BND: no, BHINT: no, DNT: no - Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 27, RegCount: 1 - Operand: 1, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 - -0000000000006962 626c7808dd1e SHA256MSG2 xmm27, xmmword ptr [r22] - DSIZE: 32, ASIZE: 64, VLEN: 128 - ISA Set: APX_F, Ins cat: SHA, CET tracked: no - CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 - EVEX Tuple Type: None - Exception class: APX, exception type: APX-EVEX-SHA - Valid modes - R0: yes, R1: yes, R2: yes, R3: yes - Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes - SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes - VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes - Valid prefixes - REP: no, REPcc: no, LOCK: no - HLE: no, XACQUIRE only: no, XRELEASE only: no - BND: no, BHINT: no, DNT: no - Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 27, RegCount: 1 - Operand: 1, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, - Segment: 3, Base: 22, - -0000000000006968 626c7808ddde SHA256MSG2 xmm27, xmm6 - DSIZE: 32, ASIZE: 64, VLEN: 128 - ISA Set: APX_F, Ins cat: SHA, CET tracked: no - CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 - EVEX Tuple Type: None - Exception class: APX, exception type: APX-EVEX-SHA - Valid modes - R0: yes, R1: yes, R2: yes, R3: yes - Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes - SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes - VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes - Valid prefixes - REP: no, REPcc: no, LOCK: no - HLE: no, XACQUIRE only: no, XRELEASE only: no - BND: no, BHINT: no, DNT: no - Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 27, RegCount: 1 - Operand: 1, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 - -000000000000696E 626cf808dd1e SHA256MSG2 xmm27, xmmword ptr [r22] - DSIZE: 64, ASIZE: 64, VLEN: 128 - ISA Set: APX_F, Ins cat: SHA, CET tracked: no - CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 - EVEX Tuple Type: None - Exception class: APX, exception type: APX-EVEX-SHA - Valid modes - R0: yes, R1: yes, R2: yes, R3: yes - Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes - SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes - VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes - Valid prefixes - REP: no, REPcc: no, LOCK: no - HLE: no, XACQUIRE only: no, XRELEASE only: no - BND: no, BHINT: no, DNT: no - Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 27, RegCount: 1 - Operand: 1, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, - Segment: 3, Base: 22, - -0000000000006974 626cf808ddde SHA256MSG2 xmm27, xmm6 - DSIZE: 64, ASIZE: 64, VLEN: 128 - ISA Set: APX_F, Ins cat: SHA, CET tracked: no - CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 - EVEX Tuple Type: None - Exception class: APX, exception type: APX-EVEX-SHA - Valid modes - R0: yes, R1: yes, R2: yes, R3: yes - Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes - SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes - VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes - Valid prefixes - REP: no, REPcc: no, LOCK: no - HLE: no, XACQUIRE only: no, XRELEASE only: no - BND: no, BHINT: no, DNT: no - Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 27, RegCount: 1 - Operand: 1, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 - -000000000000697A 626c7808db1e SHA256RNDS2 xmm27, xmmword ptr [r22] - DSIZE: 32, ASIZE: 64, VLEN: 128 - ISA Set: APX_F, Ins cat: SHA, CET tracked: no - CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 - EVEX Tuple Type: None - Exception class: APX, exception type: APX-EVEX-SHA - Valid modes - R0: yes, R1: yes, R2: yes, R3: yes - Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes - SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes - VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes - Valid prefixes - REP: no, REPcc: no, LOCK: no - HLE: no, XACQUIRE only: no, XRELEASE only: no - BND: no, BHINT: no, DNT: no - Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 27, RegCount: 1 - Operand: 1, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, - Segment: 3, Base: 22, - Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: S, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 - -0000000000006980 626c7808dbde SHA256RNDS2 xmm27, xmm6 - DSIZE: 32, ASIZE: 64, VLEN: 128 - ISA Set: APX_F, Ins cat: SHA, CET tracked: no - CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 - EVEX Tuple Type: None - Exception class: APX, exception type: APX-EVEX-SHA - Valid modes - R0: yes, R1: yes, R2: yes, R3: yes - Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes - SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes - VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes - Valid prefixes - REP: no, REPcc: no, LOCK: no - HLE: no, XACQUIRE only: no, XRELEASE only: no - BND: no, BHINT: no, DNT: no - Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 27, RegCount: 1 - Operand: 1, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 - Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: S, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 - -0000000000006986 626cf808db1e SHA256RNDS2 xmm27, xmmword ptr [r22] - DSIZE: 64, ASIZE: 64, VLEN: 128 - ISA Set: APX_F, Ins cat: SHA, CET tracked: no - CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 - EVEX Tuple Type: None - Exception class: APX, exception type: APX-EVEX-SHA - Valid modes - R0: yes, R1: yes, R2: yes, R3: yes - Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes - SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes - VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes - Valid prefixes - REP: no, REPcc: no, LOCK: no - HLE: no, XACQUIRE only: no, XRELEASE only: no - BND: no, BHINT: no, DNT: no - Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 27, RegCount: 1 - Operand: 1, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, - Segment: 3, Base: 22, - Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: S, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 - -000000000000698C 626cf808dbde SHA256RNDS2 xmm27, xmm6 - DSIZE: 64, ASIZE: 64, VLEN: 128 - ISA Set: APX_F, Ins cat: SHA, CET tracked: no - CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 - EVEX Tuple Type: None - Exception class: APX, exception type: APX-EVEX-SHA - Valid modes - R0: yes, R1: yes, R2: yes, R3: yes - Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes - SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes - VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes - Valid prefixes - REP: no, REPcc: no, LOCK: no - HLE: no, XACQUIRE only: no, XRELEASE only: no - BND: no, BHINT: no, DNT: no - Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 27, RegCount: 1 - Operand: 1, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 - Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: S, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 - -0000000000006992 626c7808c026bd SHL byte ptr [r22], 0xbd +000000000000689E 626c7c08c026bd SHL byte ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -86434,7 +85614,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000006999 626c7808c0e6bd SHL r22b, 0xbd +00000000000068A5 626c7c08c0e6bd SHL r22b, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -86455,7 +85635,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000069A0 626cf808c026bd SHL byte ptr [r22], 0xbd +00000000000068AC 626cfc08c026bd SHL byte ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -86477,7 +85657,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000069A7 626cf808c0e6bd SHL r22b, 0xbd +00000000000068B3 626cfc08c0e6bd SHL r22b, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -86498,7 +85678,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000069AE 626c7808c126bd SHL dword ptr [r22], 0xbd +00000000000068BA 626c7c08c126bd SHL dword ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -86520,7 +85700,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000069B5 626c7808c1e6bd SHL r22d, 0xbd +00000000000068C1 626c7c08c1e6bd SHL r22d, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -86541,7 +85721,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000069BC 626cf808c126bd SHL qword ptr [r22], 0xbd +00000000000068C8 626cfc08c126bd SHL qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -86563,7 +85743,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000069C3 626cf808c1e6bd SHL r22, 0xbd +00000000000068CF 626cfc08c1e6bd SHL r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -86584,7 +85764,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000069CA 626c7908c126bd SHL word ptr [r22], 0xbd +00000000000068D6 626c7d08c126bd SHL word ptr [r22], 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -86606,7 +85786,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000069D1 626c7908c1e6bd SHL r22w, 0xbd +00000000000068DD 626c7d08c1e6bd SHL r22w, 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -86627,7 +85807,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000069D8 626cf908c126bd SHL qword ptr [r22], 0xbd +00000000000068E4 626cfd08c126bd SHL qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -86649,7 +85829,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000069DF 626cf908c1e6bd SHL r22, 0xbd +00000000000068EB 626cfd08c1e6bd SHL r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -86670,7 +85850,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000069E6 626c7808d026 SHL byte ptr [r22], 1 +00000000000068F2 626c7c08d026 SHL byte ptr [r22], 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -86692,7 +85872,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000069EC 626c7808d0e6 SHL r22b, 1 +00000000000068F8 626c7c08d0e6 SHL r22b, 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -86713,7 +85893,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000069F2 626cf808d026 SHL byte ptr [r22], 1 +00000000000068FE 626cfc08d026 SHL byte ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -86735,7 +85915,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000069F8 626cf808d0e6 SHL r22b, 1 +0000000000006904 626cfc08d0e6 SHL r22b, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -86756,7 +85936,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000069FE 626c7808d126 SHL dword ptr [r22], 1 +000000000000690A 626c7c08d126 SHL dword ptr [r22], 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -86778,7 +85958,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000006A04 626c7808d1e6 SHL r22d, 1 +0000000000006910 626c7c08d1e6 SHL r22d, 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -86799,7 +85979,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000006A0A 626cf808d126 SHL qword ptr [r22], 1 +0000000000006916 626cfc08d126 SHL qword ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -86821,7 +86001,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006A10 626cf808d1e6 SHL r22, 1 +000000000000691C 626cfc08d1e6 SHL r22, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -86842,7 +86022,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006A16 626c7908d126 SHL word ptr [r22], 1 +0000000000006922 626c7d08d126 SHL word ptr [r22], 1 DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -86864,7 +86044,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000006A1C 626c7908d1e6 SHL r22w, 1 +0000000000006928 626c7d08d1e6 SHL r22w, 1 DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -86885,7 +86065,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000006A22 626cf908d126 SHL qword ptr [r22], 1 +000000000000692E 626cfd08d126 SHL qword ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -86907,7 +86087,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006A28 626cf908d1e6 SHL r22, 1 +0000000000006934 626cfd08d1e6 SHL r22, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -86928,7 +86108,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006A2E 626c7808d226 SHL byte ptr [r22], cl +000000000000693A 626c7c08d226 SHL byte ptr [r22], cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -86950,7 +86130,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000006A34 626c7808d2e6 SHL r22b, cl +0000000000006940 626c7c08d2e6 SHL r22b, cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -86971,7 +86151,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000006A3A 626cf808d226 SHL byte ptr [r22], cl +0000000000006946 626cfc08d226 SHL byte ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -86993,7 +86173,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006A40 626cf808d2e6 SHL r22b, cl +000000000000694C 626cfc08d2e6 SHL r22b, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -87014,7 +86194,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006A46 626c7808d326 SHL dword ptr [r22], cl +0000000000006952 626c7c08d326 SHL dword ptr [r22], cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -87036,7 +86216,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000006A4C 626c7808d3e6 SHL r22d, cl +0000000000006958 626c7c08d3e6 SHL r22d, cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -87057,7 +86237,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000006A52 626cf808d326 SHL qword ptr [r22], cl +000000000000695E 626cfc08d326 SHL qword ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -87079,7 +86259,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006A58 626cf808d3e6 SHL r22, cl +0000000000006964 626cfc08d3e6 SHL r22, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -87100,7 +86280,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006A5E 626c7908d326 SHL word ptr [r22], cl +000000000000696A 626c7d08d326 SHL word ptr [r22], cl DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -87122,7 +86302,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000006A64 626c7908d3e6 SHL r22w, cl +0000000000006970 626c7d08d3e6 SHL r22w, cl DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -87143,7 +86323,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000006A6A 626cf908d326 SHL qword ptr [r22], cl +0000000000006976 626cfd08d326 SHL qword ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -87165,7 +86345,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006A70 626cf908d3e6 SHL r22, cl +000000000000697C 626cfd08d3e6 SHL r22, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -87186,7 +86366,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006A76 626c780cc026bd SHLNF byte ptr [r22], 0xbd +0000000000006982 626c7c0cc026bd SHLNF byte ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -87205,7 +86385,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000006A7D 626c780cc0e6bd SHLNF r22b, 0xbd +0000000000006989 626c7c0cc0e6bd SHLNF r22b, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -87223,7 +86403,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000006A84 626cf80cc026bd SHLNF byte ptr [r22], 0xbd +0000000000006990 626cfc0cc026bd SHLNF byte ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -87242,7 +86422,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000006A8B 626cf80cc0e6bd SHLNF r22b, 0xbd +0000000000006997 626cfc0cc0e6bd SHLNF r22b, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -87260,7 +86440,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000006A92 626c780cc126bd SHLNF dword ptr [r22], 0xbd +000000000000699E 626c7c0cc126bd SHLNF dword ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -87279,7 +86459,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000006A99 626c780cc1e6bd SHLNF r22d, 0xbd +00000000000069A5 626c7c0cc1e6bd SHLNF r22d, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -87297,7 +86477,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000006AA0 626cf80cc126bd SHLNF qword ptr [r22], 0xbd +00000000000069AC 626cfc0cc126bd SHLNF qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -87316,7 +86496,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000006AA7 626cf80cc1e6bd SHLNF r22, 0xbd +00000000000069B3 626cfc0cc1e6bd SHLNF r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -87334,7 +86514,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000006AAE 626c790cc126bd SHLNF word ptr [r22], 0xbd +00000000000069BA 626c7d0cc126bd SHLNF word ptr [r22], 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -87353,7 +86533,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000006AB5 626c790cc1e6bd SHLNF r22w, 0xbd +00000000000069C1 626c7d0cc1e6bd SHLNF r22w, 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -87371,7 +86551,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000006ABC 626cf90cc126bd SHLNF qword ptr [r22], 0xbd +00000000000069C8 626cfd0cc126bd SHLNF qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -87390,7 +86570,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000006AC3 626cf90cc1e6bd SHLNF r22, 0xbd +00000000000069CF 626cfd0cc1e6bd SHLNF r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -87408,7 +86588,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000006ACA 626c780cd026 SHLNF byte ptr [r22], 1 +00000000000069D6 626c7c0cd026 SHLNF byte ptr [r22], 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -87427,7 +86607,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000006AD0 626c780cd0e6 SHLNF r22b, 1 +00000000000069DC 626c7c0cd0e6 SHLNF r22b, 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -87445,7 +86625,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000006AD6 626cf80cd026 SHLNF byte ptr [r22], 1 +00000000000069E2 626cfc0cd026 SHLNF byte ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -87464,7 +86644,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000006ADC 626cf80cd0e6 SHLNF r22b, 1 +00000000000069E8 626cfc0cd0e6 SHLNF r22b, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -87482,7 +86662,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000006AE2 626c780cd126 SHLNF dword ptr [r22], 1 +00000000000069EE 626c7c0cd126 SHLNF dword ptr [r22], 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -87501,7 +86681,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000006AE8 626c780cd1e6 SHLNF r22d, 1 +00000000000069F4 626c7c0cd1e6 SHLNF r22d, 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -87519,7 +86699,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000006AEE 626cf80cd126 SHLNF qword ptr [r22], 1 +00000000000069FA 626cfc0cd126 SHLNF qword ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -87538,7 +86718,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000006AF4 626cf80cd1e6 SHLNF r22, 1 +0000000000006A00 626cfc0cd1e6 SHLNF r22, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -87556,7 +86736,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000006AFA 626c790cd126 SHLNF word ptr [r22], 1 +0000000000006A06 626c7d0cd126 SHLNF word ptr [r22], 1 DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -87575,7 +86755,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000006B00 626c790cd1e6 SHLNF r22w, 1 +0000000000006A0C 626c7d0cd1e6 SHLNF r22w, 1 DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -87593,7 +86773,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000006B06 626cf90cd126 SHLNF qword ptr [r22], 1 +0000000000006A12 626cfd0cd126 SHLNF qword ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -87612,7 +86792,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000006B0C 626cf90cd1e6 SHLNF r22, 1 +0000000000006A18 626cfd0cd1e6 SHLNF r22, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -87630,7 +86810,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000006B12 626c780cd226 SHLNF byte ptr [r22], cl +0000000000006A1E 626c7c0cd226 SHLNF byte ptr [r22], cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -87649,7 +86829,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000006B18 626c780cd2e6 SHLNF r22b, cl +0000000000006A24 626c7c0cd2e6 SHLNF r22b, cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -87667,7 +86847,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000006B1E 626cf80cd226 SHLNF byte ptr [r22], cl +0000000000006A2A 626cfc0cd226 SHLNF byte ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -87686,7 +86866,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000006B24 626cf80cd2e6 SHLNF r22b, cl +0000000000006A30 626cfc0cd2e6 SHLNF r22b, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -87704,7 +86884,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000006B2A 626c780cd326 SHLNF dword ptr [r22], cl +0000000000006A36 626c7c0cd326 SHLNF dword ptr [r22], cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -87723,7 +86903,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000006B30 626c780cd3e6 SHLNF r22d, cl +0000000000006A3C 626c7c0cd3e6 SHLNF r22d, cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -87741,7 +86921,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000006B36 626cf80cd326 SHLNF qword ptr [r22], cl +0000000000006A42 626cfc0cd326 SHLNF qword ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -87760,7 +86940,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000006B3C 626cf80cd3e6 SHLNF r22, cl +0000000000006A48 626cfc0cd3e6 SHLNF r22, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -87778,7 +86958,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000006B42 626c790cd326 SHLNF word ptr [r22], cl +0000000000006A4E 626c7d0cd326 SHLNF word ptr [r22], cl DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -87797,7 +86977,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000006B48 626c790cd3e6 SHLNF r22w, cl +0000000000006A54 626c7d0cd3e6 SHLNF r22w, cl DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -87815,7 +86995,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000006B4E 626cf90cd326 SHLNF qword ptr [r22], cl +0000000000006A5A 626cfd0cd326 SHLNF qword ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -87834,7 +87014,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000006B54 626cf90cd3e6 SHLNF r22, cl +0000000000006A60 626cfd0cd3e6 SHLNF r22, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -87852,7 +87032,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000006B5A 626c7818c026bd SHL al, byte ptr [r22], 0xbd +0000000000006A66 626c7c18c026bd SHL al, byte ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -87875,7 +87055,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000006B61 626c7818c0e6bd SHL al, r22b, 0xbd +0000000000006A6D 626c7c18c0e6bd SHL al, r22b, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -87897,7 +87077,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000006B68 626cf818c026bd SHL al, byte ptr [r22], 0xbd +0000000000006A74 626cfc18c026bd SHL al, byte ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -87920,7 +87100,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006B6F 626cf818c0e6bd SHL al, r22b, 0xbd +0000000000006A7B 626cfc18c0e6bd SHL al, r22b, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -87942,7 +87122,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006B76 626c7818c126bd SHL eax, dword ptr [r22], 0xbd +0000000000006A82 626c7c18c126bd SHL eax, dword ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -87965,7 +87145,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000006B7D 626c7818c1e6bd SHL eax, r22d, 0xbd +0000000000006A89 626c7c18c1e6bd SHL eax, r22d, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -87987,7 +87167,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000006B84 626cf818c126bd SHL rax, qword ptr [r22], 0xbd +0000000000006A90 626cfc18c126bd SHL rax, qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -88010,7 +87190,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006B8B 626cf818c1e6bd SHL rax, r22, 0xbd +0000000000006A97 626cfc18c1e6bd SHL rax, r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -88032,7 +87212,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006B92 626c7918c126bd SHL ax, word ptr [r22], 0xbd +0000000000006A9E 626c7d18c126bd SHL ax, word ptr [r22], 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -88055,7 +87235,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000006B99 626c7918c1e6bd SHL ax, r22w, 0xbd +0000000000006AA5 626c7d18c1e6bd SHL ax, r22w, 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -88077,7 +87257,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000006BA0 626cf918c126bd SHL rax, qword ptr [r22], 0xbd +0000000000006AAC 626cfd18c126bd SHL rax, qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -88100,7 +87280,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006BA7 626cf918c1e6bd SHL rax, r22, 0xbd +0000000000006AB3 626cfd18c1e6bd SHL rax, r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -88122,7 +87302,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006BAE 626c7818d026 SHL al, byte ptr [r22], 1 +0000000000006ABA 626c7c18d026 SHL al, byte ptr [r22], 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -88145,7 +87325,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000006BB4 626c7818d0e6 SHL al, r22b, 1 +0000000000006AC0 626c7c18d0e6 SHL al, r22b, 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -88167,7 +87347,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000006BBA 626cf818d026 SHL al, byte ptr [r22], 1 +0000000000006AC6 626cfc18d026 SHL al, byte ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -88190,7 +87370,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006BC0 626cf818d0e6 SHL al, r22b, 1 +0000000000006ACC 626cfc18d0e6 SHL al, r22b, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -88212,7 +87392,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006BC6 626c7818d126 SHL eax, dword ptr [r22], 1 +0000000000006AD2 626c7c18d126 SHL eax, dword ptr [r22], 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -88235,7 +87415,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000006BCC 626c7818d1e6 SHL eax, r22d, 1 +0000000000006AD8 626c7c18d1e6 SHL eax, r22d, 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -88257,7 +87437,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000006BD2 626cf818d126 SHL rax, qword ptr [r22], 1 +0000000000006ADE 626cfc18d126 SHL rax, qword ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -88280,7 +87460,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006BD8 626cf818d1e6 SHL rax, r22, 1 +0000000000006AE4 626cfc18d1e6 SHL rax, r22, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -88302,7 +87482,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006BDE 626c7918d126 SHL ax, word ptr [r22], 1 +0000000000006AEA 626c7d18d126 SHL ax, word ptr [r22], 1 DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -88325,7 +87505,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000006BE4 626c7918d1e6 SHL ax, r22w, 1 +0000000000006AF0 626c7d18d1e6 SHL ax, r22w, 1 DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -88347,7 +87527,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000006BEA 626cf918d126 SHL rax, qword ptr [r22], 1 +0000000000006AF6 626cfd18d126 SHL rax, qword ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -88370,7 +87550,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006BF0 626cf918d1e6 SHL rax, r22, 1 +0000000000006AFC 626cfd18d1e6 SHL rax, r22, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -88392,7 +87572,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006BF6 626c7818d226 SHL al, byte ptr [r22], cl +0000000000006B02 626c7c18d226 SHL al, byte ptr [r22], cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -88415,7 +87595,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000006BFC 626c7818d2e6 SHL al, r22b, cl +0000000000006B08 626c7c18d2e6 SHL al, r22b, cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -88437,7 +87617,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000006C02 626cf818d226 SHL al, byte ptr [r22], cl +0000000000006B0E 626cfc18d226 SHL al, byte ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -88460,7 +87640,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006C08 626cf818d2e6 SHL al, r22b, cl +0000000000006B14 626cfc18d2e6 SHL al, r22b, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -88482,7 +87662,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006C0E 626c7818d326 SHL eax, dword ptr [r22], cl +0000000000006B1A 626c7c18d326 SHL eax, dword ptr [r22], cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -88505,7 +87685,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000006C14 626c7818d3e6 SHL eax, r22d, cl +0000000000006B20 626c7c18d3e6 SHL eax, r22d, cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -88527,7 +87707,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000006C1A 626cf818d326 SHL rax, qword ptr [r22], cl +0000000000006B26 626cfc18d326 SHL rax, qword ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -88550,7 +87730,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006C20 626cf818d3e6 SHL rax, r22, cl +0000000000006B2C 626cfc18d3e6 SHL rax, r22, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -88572,7 +87752,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006C26 626c7918d326 SHL ax, word ptr [r22], cl +0000000000006B32 626c7d18d326 SHL ax, word ptr [r22], cl DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -88595,7 +87775,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000006C2C 626c7918d3e6 SHL ax, r22w, cl +0000000000006B38 626c7d18d3e6 SHL ax, r22w, cl DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -88617,7 +87797,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000006C32 626cf918d326 SHL rax, qword ptr [r22], cl +0000000000006B3E 626cfd18d326 SHL rax, qword ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -88640,7 +87820,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006C38 626cf918d3e6 SHL rax, r22, cl +0000000000006B44 626cfd18d3e6 SHL rax, r22, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -88662,7 +87842,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006C3E 626c781cc026bd SHLNF al, byte ptr [r22], 0xbd +0000000000006B4A 626c7c1cc026bd SHLNF al, byte ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -88682,7 +87862,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000006C45 626c781cc0e6bd SHLNF al, r22b, 0xbd +0000000000006B51 626c7c1cc0e6bd SHLNF al, r22b, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -88701,7 +87881,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000006C4C 626cf81cc026bd SHLNF al, byte ptr [r22], 0xbd +0000000000006B58 626cfc1cc026bd SHLNF al, byte ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -88721,7 +87901,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000006C53 626cf81cc0e6bd SHLNF al, r22b, 0xbd +0000000000006B5F 626cfc1cc0e6bd SHLNF al, r22b, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -88740,7 +87920,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000006C5A 626c781cc126bd SHLNF eax, dword ptr [r22], 0xbd +0000000000006B66 626c7c1cc126bd SHLNF eax, dword ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -88760,7 +87940,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000006C61 626c781cc1e6bd SHLNF eax, r22d, 0xbd +0000000000006B6D 626c7c1cc1e6bd SHLNF eax, r22d, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -88779,7 +87959,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000006C68 626cf81cc126bd SHLNF rax, qword ptr [r22], 0xbd +0000000000006B74 626cfc1cc126bd SHLNF rax, qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -88799,7 +87979,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000006C6F 626cf81cc1e6bd SHLNF rax, r22, 0xbd +0000000000006B7B 626cfc1cc1e6bd SHLNF rax, r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -88818,7 +87998,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000006C76 626c791cc126bd SHLNF ax, word ptr [r22], 0xbd +0000000000006B82 626c7d1cc126bd SHLNF ax, word ptr [r22], 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -88838,7 +88018,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000006C7D 626c791cc1e6bd SHLNF ax, r22w, 0xbd +0000000000006B89 626c7d1cc1e6bd SHLNF ax, r22w, 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -88857,7 +88037,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000006C84 626cf91cc126bd SHLNF rax, qword ptr [r22], 0xbd +0000000000006B90 626cfd1cc126bd SHLNF rax, qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -88877,7 +88057,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000006C8B 626cf91cc1e6bd SHLNF rax, r22, 0xbd +0000000000006B97 626cfd1cc1e6bd SHLNF rax, r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -88896,7 +88076,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000006C92 626c781cd026 SHLNF al, byte ptr [r22], 1 +0000000000006B9E 626c7c1cd026 SHLNF al, byte ptr [r22], 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -88916,7 +88096,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000006C98 626c781cd0e6 SHLNF al, r22b, 1 +0000000000006BA4 626c7c1cd0e6 SHLNF al, r22b, 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -88935,7 +88115,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000006C9E 626cf81cd026 SHLNF al, byte ptr [r22], 1 +0000000000006BAA 626cfc1cd026 SHLNF al, byte ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -88955,7 +88135,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000006CA4 626cf81cd0e6 SHLNF al, r22b, 1 +0000000000006BB0 626cfc1cd0e6 SHLNF al, r22b, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -88974,7 +88154,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000006CAA 626c781cd126 SHLNF eax, dword ptr [r22], 1 +0000000000006BB6 626c7c1cd126 SHLNF eax, dword ptr [r22], 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -88994,7 +88174,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000006CB0 626c781cd1e6 SHLNF eax, r22d, 1 +0000000000006BBC 626c7c1cd1e6 SHLNF eax, r22d, 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -89013,7 +88193,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000006CB6 626cf81cd126 SHLNF rax, qword ptr [r22], 1 +0000000000006BC2 626cfc1cd126 SHLNF rax, qword ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -89033,7 +88213,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000006CBC 626cf81cd1e6 SHLNF rax, r22, 1 +0000000000006BC8 626cfc1cd1e6 SHLNF rax, r22, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -89052,7 +88232,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000006CC2 626c791cd126 SHLNF ax, word ptr [r22], 1 +0000000000006BCE 626c7d1cd126 SHLNF ax, word ptr [r22], 1 DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -89072,7 +88252,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000006CC8 626c791cd1e6 SHLNF ax, r22w, 1 +0000000000006BD4 626c7d1cd1e6 SHLNF ax, r22w, 1 DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -89091,7 +88271,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000006CCE 626cf91cd126 SHLNF rax, qword ptr [r22], 1 +0000000000006BDA 626cfd1cd126 SHLNF rax, qword ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -89111,7 +88291,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000006CD4 626cf91cd1e6 SHLNF rax, r22, 1 +0000000000006BE0 626cfd1cd1e6 SHLNF rax, r22, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -89130,7 +88310,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000006CDA 626c781cd226 SHLNF al, byte ptr [r22], cl +0000000000006BE6 626c7c1cd226 SHLNF al, byte ptr [r22], cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -89150,7 +88330,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000006CE0 626c781cd2e6 SHLNF al, r22b, cl +0000000000006BEC 626c7c1cd2e6 SHLNF al, r22b, cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -89169,7 +88349,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000006CE6 626cf81cd226 SHLNF al, byte ptr [r22], cl +0000000000006BF2 626cfc1cd226 SHLNF al, byte ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -89189,7 +88369,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000006CEC 626cf81cd2e6 SHLNF al, r22b, cl +0000000000006BF8 626cfc1cd2e6 SHLNF al, r22b, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -89208,7 +88388,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000006CF2 626c781cd326 SHLNF eax, dword ptr [r22], cl +0000000000006BFE 626c7c1cd326 SHLNF eax, dword ptr [r22], cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -89228,7 +88408,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000006CF8 626c781cd3e6 SHLNF eax, r22d, cl +0000000000006C04 626c7c1cd3e6 SHLNF eax, r22d, cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -89247,7 +88427,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000006CFE 626cf81cd326 SHLNF rax, qword ptr [r22], cl +0000000000006C0A 626cfc1cd326 SHLNF rax, qword ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -89267,7 +88447,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000006D04 626cf81cd3e6 SHLNF rax, r22, cl +0000000000006C10 626cfc1cd3e6 SHLNF rax, r22, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -89286,7 +88466,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000006D0A 626c791cd326 SHLNF ax, word ptr [r22], cl +0000000000006C16 626c7d1cd326 SHLNF ax, word ptr [r22], cl DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -89306,7 +88486,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000006D10 626c791cd3e6 SHLNF ax, r22w, cl +0000000000006C1C 626c7d1cd3e6 SHLNF ax, r22w, cl DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -89325,7 +88505,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000006D16 626cf91cd326 SHLNF rax, qword ptr [r22], cl +0000000000006C22 626cfd1cd326 SHLNF rax, qword ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -89345,7 +88525,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000006D1C 626cf91cd3e6 SHLNF rax, r22, cl +0000000000006C28 626cfd1cd3e6 SHLNF rax, r22, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -89364,7 +88544,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000006D22 626c7808241ebd SHLD dword ptr [r22], r27d, 0xbd +0000000000006C2E 626c7c08241ebd SHLD dword ptr [r22], r27d, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -89387,7 +88567,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000006D29 626c780824debd SHLD r22d, r27d, 0xbd +0000000000006C35 626c7c0824debd SHLD r22d, r27d, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -89409,7 +88589,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000006D30 626cf808241ebd SHLD qword ptr [r22], r27, 0xbd +0000000000006C3C 626cfc08241ebd SHLD qword ptr [r22], r27, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -89432,7 +88612,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006D37 626cf80824debd SHLD r22, r27, 0xbd +0000000000006C43 626cfc0824debd SHLD r22, r27, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -89454,7 +88634,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006D3E 626c7808a51e SHLD dword ptr [r22], r27d, cl +0000000000006C4A 626c7c08a51e SHLD dword ptr [r22], r27d, cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -89477,7 +88657,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000006D44 626c7808a5de SHLD r22d, r27d, cl +0000000000006C50 626c7c08a5de SHLD r22d, r27d, cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -89499,7 +88679,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000006D4A 626cf808a51e SHLD qword ptr [r22], r27, cl +0000000000006C56 626cfc08a51e SHLD qword ptr [r22], r27, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -89522,7 +88702,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006D50 626cf808a5de SHLD r22, r27, cl +0000000000006C5C 626cfc08a5de SHLD r22, r27, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -89544,7 +88724,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006D56 626c7908241ebd SHLD word ptr [r22], r27w, 0xbd +0000000000006C62 626c7d08241ebd SHLD word ptr [r22], r27w, 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -89567,7 +88747,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000006D5D 626c790824debd SHLD r22w, r27w, 0xbd +0000000000006C69 626c7d0824debd SHLD r22w, r27w, 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -89589,7 +88769,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000006D64 626cf908241ebd SHLD qword ptr [r22], r27, 0xbd +0000000000006C70 626cfd08241ebd SHLD qword ptr [r22], r27, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -89612,7 +88792,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006D6B 626cf90824debd SHLD r22, r27, 0xbd +0000000000006C77 626cfd0824debd SHLD r22, r27, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -89634,7 +88814,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006D72 626c7908a51e SHLD word ptr [r22], r27w, cl +0000000000006C7E 626c7d08a51e SHLD word ptr [r22], r27w, cl DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -89657,7 +88837,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000006D78 626c7908a5de SHLD r22w, r27w, cl +0000000000006C84 626c7d08a5de SHLD r22w, r27w, cl DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -89679,7 +88859,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000006D7E 626cf908a51e SHLD qword ptr [r22], r27, cl +0000000000006C8A 626cfd08a51e SHLD qword ptr [r22], r27, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -89702,7 +88882,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006D84 626cf908a5de SHLD r22, r27, cl +0000000000006C90 626cfd08a5de SHLD r22, r27, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -89724,7 +88904,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006D8A 626c780c241ebd SHLDNF dword ptr [r22], r27d, 0xbd +0000000000006C96 626c7c0c241ebd SHLDNF dword ptr [r22], r27d, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -89744,7 +88924,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000006D91 626c780c24debd SHLDNF r22d, r27d, 0xbd +0000000000006C9D 626c7c0c24debd SHLDNF r22d, r27d, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -89763,7 +88943,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000006D98 626cf80c241ebd SHLDNF qword ptr [r22], r27, 0xbd +0000000000006CA4 626cfc0c241ebd SHLDNF qword ptr [r22], r27, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -89783,7 +88963,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000006D9F 626cf80c24debd SHLDNF r22, r27, 0xbd +0000000000006CAB 626cfc0c24debd SHLDNF r22, r27, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -89802,7 +88982,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000006DA6 626c780ca51e SHLDNF dword ptr [r22], r27d, cl +0000000000006CB2 626c7c0ca51e SHLDNF dword ptr [r22], r27d, cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -89822,7 +89002,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000006DAC 626c780ca5de SHLDNF r22d, r27d, cl +0000000000006CB8 626c7c0ca5de SHLDNF r22d, r27d, cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -89841,7 +89021,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000006DB2 626cf80ca51e SHLDNF qword ptr [r22], r27, cl +0000000000006CBE 626cfc0ca51e SHLDNF qword ptr [r22], r27, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -89861,7 +89041,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000006DB8 626cf80ca5de SHLDNF r22, r27, cl +0000000000006CC4 626cfc0ca5de SHLDNF r22, r27, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -89880,7 +89060,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000006DBE 626c790c241ebd SHLDNF word ptr [r22], r27w, 0xbd +0000000000006CCA 626c7d0c241ebd SHLDNF word ptr [r22], r27w, 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -89900,7 +89080,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000006DC5 626c790c24debd SHLDNF r22w, r27w, 0xbd +0000000000006CD1 626c7d0c24debd SHLDNF r22w, r27w, 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -89919,7 +89099,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000006DCC 626cf90c241ebd SHLDNF qword ptr [r22], r27, 0xbd +0000000000006CD8 626cfd0c241ebd SHLDNF qword ptr [r22], r27, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -89939,7 +89119,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000006DD3 626cf90c24debd SHLDNF r22, r27, 0xbd +0000000000006CDF 626cfd0c24debd SHLDNF r22, r27, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -89958,7 +89138,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000006DDA 626c790ca51e SHLDNF word ptr [r22], r27w, cl +0000000000006CE6 626c7d0ca51e SHLDNF word ptr [r22], r27w, cl DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -89978,7 +89158,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000006DE0 626c790ca5de SHLDNF r22w, r27w, cl +0000000000006CEC 626c7d0ca5de SHLDNF r22w, r27w, cl DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -89997,7 +89177,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000006DE6 626cf90ca51e SHLDNF qword ptr [r22], r27, cl +0000000000006CF2 626cfd0ca51e SHLDNF qword ptr [r22], r27, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -90017,7 +89197,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000006DEC 626cf90ca5de SHLDNF r22, r27, cl +0000000000006CF8 626cfd0ca5de SHLDNF r22, r27, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -90036,7 +89216,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000006DF2 626c7818241ebd SHLD eax, dword ptr [r22], r27d, 0xbd +0000000000006CFE 626c7c18241ebd SHLD eax, dword ptr [r22], r27d, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -90060,7 +89240,7 @@ Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 4, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000006DF9 626c781824debd SHLD eax, r22d, r27d, 0xbd +0000000000006D05 626c7c1824debd SHLD eax, r22d, r27d, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -90083,7 +89263,7 @@ Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 4, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000006E00 626cf818241ebd SHLD rax, qword ptr [r22], r27, 0xbd +0000000000006D0C 626cfc18241ebd SHLD rax, qword ptr [r22], r27, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -90107,7 +89287,7 @@ Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 4, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006E07 626cf81824debd SHLD rax, r22, r27, 0xbd +0000000000006D13 626cfc1824debd SHLD rax, r22, r27, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -90130,7 +89310,7 @@ Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 4, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006E0E 626c7818a51e SHLD eax, dword ptr [r22], r27d, cl +0000000000006D1A 626c7c18a51e SHLD eax, dword ptr [r22], r27d, cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -90154,7 +89334,7 @@ Operand: 3, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 4, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000006E14 626c7818a5de SHLD eax, r22d, r27d, cl +0000000000006D20 626c7c18a5de SHLD eax, r22d, r27d, cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -90177,7 +89357,7 @@ Operand: 3, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 4, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000006E1A 626cf818a51e SHLD rax, qword ptr [r22], r27, cl +0000000000006D26 626cfc18a51e SHLD rax, qword ptr [r22], r27, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -90201,7 +89381,7 @@ Operand: 3, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 4, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006E20 626cf818a5de SHLD rax, r22, r27, cl +0000000000006D2C 626cfc18a5de SHLD rax, r22, r27, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -90224,7 +89404,7 @@ Operand: 3, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 4, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006E26 626c7918241ebd SHLD ax, word ptr [r22], r27w, 0xbd +0000000000006D32 626c7d18241ebd SHLD ax, word ptr [r22], r27w, 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -90248,7 +89428,7 @@ Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 4, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000006E2D 626c791824debd SHLD ax, r22w, r27w, 0xbd +0000000000006D39 626c7d1824debd SHLD ax, r22w, r27w, 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -90271,7 +89451,7 @@ Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 4, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000006E34 626cf918241ebd SHLD rax, qword ptr [r22], r27, 0xbd +0000000000006D40 626cfd18241ebd SHLD rax, qword ptr [r22], r27, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -90295,7 +89475,7 @@ Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 4, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006E3B 626cf91824debd SHLD rax, r22, r27, 0xbd +0000000000006D47 626cfd1824debd SHLD rax, r22, r27, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -90318,7 +89498,7 @@ Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 4, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006E42 626c7918a51e SHLD ax, word ptr [r22], r27w, cl +0000000000006D4E 626c7d18a51e SHLD ax, word ptr [r22], r27w, cl DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -90342,7 +89522,7 @@ Operand: 3, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 4, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000006E48 626c7918a5de SHLD ax, r22w, r27w, cl +0000000000006D54 626c7d18a5de SHLD ax, r22w, r27w, cl DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -90365,7 +89545,7 @@ Operand: 3, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 4, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000006E4E 626cf918a51e SHLD rax, qword ptr [r22], r27, cl +0000000000006D5A 626cfd18a51e SHLD rax, qword ptr [r22], r27, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -90389,7 +89569,7 @@ Operand: 3, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 4, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006E54 626cf918a5de SHLD rax, r22, r27, cl +0000000000006D60 626cfd18a5de SHLD rax, r22, r27, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -90412,7 +89592,7 @@ Operand: 3, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 4, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006E5A 626c781c241ebd SHLDNF eax, dword ptr [r22], r27d, 0xbd +0000000000006D66 626c7c1c241ebd SHLDNF eax, dword ptr [r22], r27d, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -90433,7 +89613,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000006E61 626c781c24debd SHLDNF eax, r22d, r27d, 0xbd +0000000000006D6D 626c7c1c24debd SHLDNF eax, r22d, r27d, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -90453,7 +89633,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000006E68 626cf81c241ebd SHLDNF rax, qword ptr [r22], r27, 0xbd +0000000000006D74 626cfc1c241ebd SHLDNF rax, qword ptr [r22], r27, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -90474,7 +89654,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000006E6F 626cf81c24debd SHLDNF rax, r22, r27, 0xbd +0000000000006D7B 626cfc1c24debd SHLDNF rax, r22, r27, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -90494,7 +89674,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000006E76 626c781ca51e SHLDNF eax, dword ptr [r22], r27d, cl +0000000000006D82 626c7c1ca51e SHLDNF eax, dword ptr [r22], r27d, cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -90515,7 +89695,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000006E7C 626c781ca5de SHLDNF eax, r22d, r27d, cl +0000000000006D88 626c7c1ca5de SHLDNF eax, r22d, r27d, cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -90535,7 +89715,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000006E82 626cf81ca51e SHLDNF rax, qword ptr [r22], r27, cl +0000000000006D8E 626cfc1ca51e SHLDNF rax, qword ptr [r22], r27, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -90556,7 +89736,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000006E88 626cf81ca5de SHLDNF rax, r22, r27, cl +0000000000006D94 626cfc1ca5de SHLDNF rax, r22, r27, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -90576,7 +89756,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000006E8E 626c791c241ebd SHLDNF ax, word ptr [r22], r27w, 0xbd +0000000000006D9A 626c7d1c241ebd SHLDNF ax, word ptr [r22], r27w, 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -90597,7 +89777,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000006E95 626c791c24debd SHLDNF ax, r22w, r27w, 0xbd +0000000000006DA1 626c7d1c24debd SHLDNF ax, r22w, r27w, 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -90617,7 +89797,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000006E9C 626cf91c241ebd SHLDNF rax, qword ptr [r22], r27, 0xbd +0000000000006DA8 626cfd1c241ebd SHLDNF rax, qword ptr [r22], r27, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -90638,7 +89818,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000006EA3 626cf91c24debd SHLDNF rax, r22, r27, 0xbd +0000000000006DAF 626cfd1c24debd SHLDNF rax, r22, r27, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -90658,7 +89838,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000006EAA 626c791ca51e SHLDNF ax, word ptr [r22], r27w, cl +0000000000006DB6 626c7d1ca51e SHLDNF ax, word ptr [r22], r27w, cl DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -90679,7 +89859,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000006EB0 626c791ca5de SHLDNF ax, r22w, r27w, cl +0000000000006DBC 626c7d1ca5de SHLDNF ax, r22w, r27w, cl DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -90699,7 +89879,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000006EB6 626cf91ca51e SHLDNF rax, qword ptr [r22], r27, cl +0000000000006DC2 626cfd1ca51e SHLDNF rax, qword ptr [r22], r27, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -90720,7 +89900,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000006EBC 626cf91ca5de SHLDNF rax, r22, r27, cl +0000000000006DC8 626cfd1ca5de SHLDNF rax, r22, r27, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -90740,7 +89920,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000006EC2 62fa7908f71e SHLX ebx, dword ptr [r22], eax +0000000000006DCE 62fa7d08f71e SHLX ebx, dword ptr [r22], eax DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI2, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -90760,7 +89940,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: V, RegType: General Purpose, RegSize: 4, RegId: 0, RegCount: 1 -0000000000006EC8 62fa7908f7de SHLX ebx, r22d, eax +0000000000006DD4 62fa7d08f7de SHLX ebx, r22d, eax DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI2, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -90779,7 +89959,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: V, RegType: General Purpose, RegSize: 4, RegId: 0, RegCount: 1 -0000000000006ECE 62faf908f71e SHLX rbx, qword ptr [r22], rax +0000000000006DDA 62fafd08f71e SHLX rbx, qword ptr [r22], rax DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI2, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -90799,7 +89979,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: V, RegType: General Purpose, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006ED4 62faf908f7de SHLX rbx, r22, rax +0000000000006DE0 62fafd08f7de SHLX rbx, r22, rax DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI2, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -90818,7 +89998,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: V, RegType: General Purpose, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006EDA 626c7808c02ebd SHR byte ptr [r22], 0xbd +0000000000006DE6 626c7c08c02ebd SHR byte ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -90840,7 +90020,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000006EE1 626c7808c0eebd SHR r22b, 0xbd +0000000000006DED 626c7c08c0eebd SHR r22b, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -90861,7 +90041,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000006EE8 626cf808c02ebd SHR byte ptr [r22], 0xbd +0000000000006DF4 626cfc08c02ebd SHR byte ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -90883,7 +90063,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006EEF 626cf808c0eebd SHR r22b, 0xbd +0000000000006DFB 626cfc08c0eebd SHR r22b, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -90904,7 +90084,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006EF6 626c7808c12ebd SHR dword ptr [r22], 0xbd +0000000000006E02 626c7c08c12ebd SHR dword ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -90926,7 +90106,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000006EFD 626c7808c1eebd SHR r22d, 0xbd +0000000000006E09 626c7c08c1eebd SHR r22d, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -90947,7 +90127,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000006F04 626cf808c12ebd SHR qword ptr [r22], 0xbd +0000000000006E10 626cfc08c12ebd SHR qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -90969,7 +90149,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006F0B 626cf808c1eebd SHR r22, 0xbd +0000000000006E17 626cfc08c1eebd SHR r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -90990,7 +90170,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006F12 626c7908c12ebd SHR word ptr [r22], 0xbd +0000000000006E1E 626c7d08c12ebd SHR word ptr [r22], 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -91012,7 +90192,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000006F19 626c7908c1eebd SHR r22w, 0xbd +0000000000006E25 626c7d08c1eebd SHR r22w, 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -91033,7 +90213,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000006F20 626cf908c12ebd SHR qword ptr [r22], 0xbd +0000000000006E2C 626cfd08c12ebd SHR qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -91055,7 +90235,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006F27 626cf908c1eebd SHR r22, 0xbd +0000000000006E33 626cfd08c1eebd SHR r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -91076,7 +90256,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006F2E 626c7808d02e SHR byte ptr [r22], 1 +0000000000006E3A 626c7c08d02e SHR byte ptr [r22], 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -91098,7 +90278,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000006F34 626c7808d0ee SHR r22b, 1 +0000000000006E40 626c7c08d0ee SHR r22b, 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -91119,7 +90299,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000006F3A 626cf808d02e SHR byte ptr [r22], 1 +0000000000006E46 626cfc08d02e SHR byte ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -91141,7 +90321,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006F40 626cf808d0ee SHR r22b, 1 +0000000000006E4C 626cfc08d0ee SHR r22b, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -91162,7 +90342,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006F46 626c7808d12e SHR dword ptr [r22], 1 +0000000000006E52 626c7c08d12e SHR dword ptr [r22], 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -91184,7 +90364,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000006F4C 626c7808d1ee SHR r22d, 1 +0000000000006E58 626c7c08d1ee SHR r22d, 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -91205,7 +90385,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000006F52 626cf808d12e SHR qword ptr [r22], 1 +0000000000006E5E 626cfc08d12e SHR qword ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -91227,7 +90407,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006F58 626cf808d1ee SHR r22, 1 +0000000000006E64 626cfc08d1ee SHR r22, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -91248,7 +90428,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006F5E 626c7908d12e SHR word ptr [r22], 1 +0000000000006E6A 626c7d08d12e SHR word ptr [r22], 1 DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -91270,7 +90450,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000006F64 626c7908d1ee SHR r22w, 1 +0000000000006E70 626c7d08d1ee SHR r22w, 1 DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -91291,7 +90471,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000006F6A 626cf908d12e SHR qword ptr [r22], 1 +0000000000006E76 626cfd08d12e SHR qword ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -91313,7 +90493,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006F70 626cf908d1ee SHR r22, 1 +0000000000006E7C 626cfd08d1ee SHR r22, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -91334,7 +90514,7 @@ Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006F76 626c7808d22e SHR byte ptr [r22], cl +0000000000006E82 626c7c08d22e SHR byte ptr [r22], cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -91356,7 +90536,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000006F7C 626c7808d2ee SHR r22b, cl +0000000000006E88 626c7c08d2ee SHR r22b, cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -91377,7 +90557,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000006F82 626cf808d22e SHR byte ptr [r22], cl +0000000000006E8E 626cfc08d22e SHR byte ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -91399,7 +90579,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006F88 626cf808d2ee SHR r22b, cl +0000000000006E94 626cfc08d2ee SHR r22b, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -91420,7 +90600,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006F8E 626c7808d32e SHR dword ptr [r22], cl +0000000000006E9A 626c7c08d32e SHR dword ptr [r22], cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -91442,7 +90622,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000006F94 626c7808d3ee SHR r22d, cl +0000000000006EA0 626c7c08d3ee SHR r22d, cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -91463,7 +90643,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000006F9A 626cf808d32e SHR qword ptr [r22], cl +0000000000006EA6 626cfc08d32e SHR qword ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -91485,7 +90665,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006FA0 626cf808d3ee SHR r22, cl +0000000000006EAC 626cfc08d3ee SHR r22, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -91506,7 +90686,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006FA6 626c7908d32e SHR word ptr [r22], cl +0000000000006EB2 626c7d08d32e SHR word ptr [r22], cl DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -91528,7 +90708,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000006FAC 626c7908d3ee SHR r22w, cl +0000000000006EB8 626c7d08d3ee SHR r22w, cl DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -91549,7 +90729,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000006FB2 626cf908d32e SHR qword ptr [r22], cl +0000000000006EBE 626cfd08d32e SHR qword ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -91571,7 +90751,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006FB8 626cf908d3ee SHR r22, cl +0000000000006EC4 626cfd08d3ee SHR r22, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -91592,7 +90772,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 2, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000006FBE 626c780cc02ebd SHRNF byte ptr [r22], 0xbd +0000000000006ECA 626c7c0cc02ebd SHRNF byte ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -91611,7 +90791,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000006FC5 626c780cc0eebd SHRNF r22b, 0xbd +0000000000006ED1 626c7c0cc0eebd SHRNF r22b, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -91629,7 +90809,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000006FCC 626cf80cc02ebd SHRNF byte ptr [r22], 0xbd +0000000000006ED8 626cfc0cc02ebd SHRNF byte ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -91648,7 +90828,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000006FD3 626cf80cc0eebd SHRNF r22b, 0xbd +0000000000006EDF 626cfc0cc0eebd SHRNF r22b, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -91666,7 +90846,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000006FDA 626c780cc12ebd SHRNF dword ptr [r22], 0xbd +0000000000006EE6 626c7c0cc12ebd SHRNF dword ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -91685,7 +90865,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000006FE1 626c780cc1eebd SHRNF r22d, 0xbd +0000000000006EED 626c7c0cc1eebd SHRNF r22d, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -91703,7 +90883,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000006FE8 626cf80cc12ebd SHRNF qword ptr [r22], 0xbd +0000000000006EF4 626cfc0cc12ebd SHRNF qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -91722,7 +90902,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000006FEF 626cf80cc1eebd SHRNF r22, 0xbd +0000000000006EFB 626cfc0cc1eebd SHRNF r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -91740,7 +90920,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000006FF6 626c790cc12ebd SHRNF word ptr [r22], 0xbd +0000000000006F02 626c7d0cc12ebd SHRNF word ptr [r22], 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -91759,7 +90939,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000006FFD 626c790cc1eebd SHRNF r22w, 0xbd +0000000000006F09 626c7d0cc1eebd SHRNF r22w, 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -91777,7 +90957,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000007004 626cf90cc12ebd SHRNF qword ptr [r22], 0xbd +0000000000006F10 626cfd0cc12ebd SHRNF qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -91796,7 +90976,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -000000000000700B 626cf90cc1eebd SHRNF r22, 0xbd +0000000000006F17 626cfd0cc1eebd SHRNF r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -91814,7 +90994,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000007012 626c780cd02e SHRNF byte ptr [r22], 1 +0000000000006F1E 626c7c0cd02e SHRNF byte ptr [r22], 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -91833,7 +91013,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000007018 626c780cd0ee SHRNF r22b, 1 +0000000000006F24 626c7c0cd0ee SHRNF r22b, 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -91851,7 +91031,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -000000000000701E 626cf80cd02e SHRNF byte ptr [r22], 1 +0000000000006F2A 626cfc0cd02e SHRNF byte ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -91870,7 +91050,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000007024 626cf80cd0ee SHRNF r22b, 1 +0000000000006F30 626cfc0cd0ee SHRNF r22b, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -91888,7 +91068,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -000000000000702A 626c780cd12e SHRNF dword ptr [r22], 1 +0000000000006F36 626c7c0cd12e SHRNF dword ptr [r22], 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -91907,7 +91087,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000007030 626c780cd1ee SHRNF r22d, 1 +0000000000006F3C 626c7c0cd1ee SHRNF r22d, 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -91925,7 +91105,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000007036 626cf80cd12e SHRNF qword ptr [r22], 1 +0000000000006F42 626cfc0cd12e SHRNF qword ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -91944,7 +91124,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -000000000000703C 626cf80cd1ee SHRNF r22, 1 +0000000000006F48 626cfc0cd1ee SHRNF r22, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -91962,7 +91142,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000007042 626c790cd12e SHRNF word ptr [r22], 1 +0000000000006F4E 626c7d0cd12e SHRNF word ptr [r22], 1 DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -91981,7 +91161,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000007048 626c790cd1ee SHRNF r22w, 1 +0000000000006F54 626c7d0cd1ee SHRNF r22w, 1 DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -91999,7 +91179,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -000000000000704E 626cf90cd12e SHRNF qword ptr [r22], 1 +0000000000006F5A 626cfd0cd12e SHRNF qword ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -92018,7 +91198,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000007054 626cf90cd1ee SHRNF r22, 1 +0000000000006F60 626cfd0cd1ee SHRNF r22, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -92036,7 +91216,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -000000000000705A 626c780cd22e SHRNF byte ptr [r22], cl +0000000000006F66 626c7c0cd22e SHRNF byte ptr [r22], cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -92055,7 +91235,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000007060 626c780cd2ee SHRNF r22b, cl +0000000000006F6C 626c7c0cd2ee SHRNF r22b, cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -92073,7 +91253,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000007066 626cf80cd22e SHRNF byte ptr [r22], cl +0000000000006F72 626cfc0cd22e SHRNF byte ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -92092,7 +91272,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -000000000000706C 626cf80cd2ee SHRNF r22b, cl +0000000000006F78 626cfc0cd2ee SHRNF r22b, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -92110,7 +91290,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000007072 626c780cd32e SHRNF dword ptr [r22], cl +0000000000006F7E 626c7c0cd32e SHRNF dword ptr [r22], cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -92129,7 +91309,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000007078 626c780cd3ee SHRNF r22d, cl +0000000000006F84 626c7c0cd3ee SHRNF r22d, cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -92147,7 +91327,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -000000000000707E 626cf80cd32e SHRNF qword ptr [r22], cl +0000000000006F8A 626cfc0cd32e SHRNF qword ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -92166,7 +91346,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000007084 626cf80cd3ee SHRNF r22, cl +0000000000006F90 626cfc0cd3ee SHRNF r22, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -92184,7 +91364,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -000000000000708A 626c790cd32e SHRNF word ptr [r22], cl +0000000000006F96 626c7d0cd32e SHRNF word ptr [r22], cl DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -92203,7 +91383,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000007090 626c790cd3ee SHRNF r22w, cl +0000000000006F9C 626c7d0cd3ee SHRNF r22w, cl DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -92221,7 +91401,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000007096 626cf90cd32e SHRNF qword ptr [r22], cl +0000000000006FA2 626cfd0cd32e SHRNF qword ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -92240,7 +91420,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -000000000000709C 626cf90cd3ee SHRNF r22, cl +0000000000006FA8 626cfd0cd3ee SHRNF r22, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -92258,7 +91438,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -00000000000070A2 626c7818c02ebd SHR al, byte ptr [r22], 0xbd +0000000000006FAE 626c7c18c02ebd SHR al, byte ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -92281,7 +91461,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000070A9 626c7818c0eebd SHR al, r22b, 0xbd +0000000000006FB5 626c7c18c0eebd SHR al, r22b, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -92303,7 +91483,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000070B0 626cf818c02ebd SHR al, byte ptr [r22], 0xbd +0000000000006FBC 626cfc18c02ebd SHR al, byte ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -92326,7 +91506,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000070B7 626cf818c0eebd SHR al, r22b, 0xbd +0000000000006FC3 626cfc18c0eebd SHR al, r22b, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -92348,7 +91528,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000070BE 626c7818c12ebd SHR eax, dword ptr [r22], 0xbd +0000000000006FCA 626c7c18c12ebd SHR eax, dword ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -92371,7 +91551,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000070C5 626c7818c1eebd SHR eax, r22d, 0xbd +0000000000006FD1 626c7c18c1eebd SHR eax, r22d, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -92393,7 +91573,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000070CC 626cf818c12ebd SHR rax, qword ptr [r22], 0xbd +0000000000006FD8 626cfc18c12ebd SHR rax, qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -92416,7 +91596,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000070D3 626cf818c1eebd SHR rax, r22, 0xbd +0000000000006FDF 626cfc18c1eebd SHR rax, r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -92438,7 +91618,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000070DA 626c7918c12ebd SHR ax, word ptr [r22], 0xbd +0000000000006FE6 626c7d18c12ebd SHR ax, word ptr [r22], 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -92461,7 +91641,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000070E1 626c7918c1eebd SHR ax, r22w, 0xbd +0000000000006FED 626c7d18c1eebd SHR ax, r22w, 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -92483,7 +91663,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000070E8 626cf918c12ebd SHR rax, qword ptr [r22], 0xbd +0000000000006FF4 626cfd18c12ebd SHR rax, qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -92506,7 +91686,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000070EF 626cf918c1eebd SHR rax, r22, 0xbd +0000000000006FFB 626cfd18c1eebd SHR rax, r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -92528,7 +91708,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000070F6 626c7818d02e SHR al, byte ptr [r22], 1 +0000000000007002 626c7c18d02e SHR al, byte ptr [r22], 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -92551,7 +91731,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000070FC 626c7818d0ee SHR al, r22b, 1 +0000000000007008 626c7c18d0ee SHR al, r22b, 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -92573,7 +91753,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000007102 626cf818d02e SHR al, byte ptr [r22], 1 +000000000000700E 626cfc18d02e SHR al, byte ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -92596,7 +91776,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000007108 626cf818d0ee SHR al, r22b, 1 +0000000000007014 626cfc18d0ee SHR al, r22b, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -92618,7 +91798,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000710E 626c7818d12e SHR eax, dword ptr [r22], 1 +000000000000701A 626c7c18d12e SHR eax, dword ptr [r22], 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -92641,7 +91821,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000007114 626c7818d1ee SHR eax, r22d, 1 +0000000000007020 626c7c18d1ee SHR eax, r22d, 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -92663,7 +91843,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000711A 626cf818d12e SHR rax, qword ptr [r22], 1 +0000000000007026 626cfc18d12e SHR rax, qword ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -92686,7 +91866,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000007120 626cf818d1ee SHR rax, r22, 1 +000000000000702C 626cfc18d1ee SHR rax, r22, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -92708,7 +91888,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000007126 626c7918d12e SHR ax, word ptr [r22], 1 +0000000000007032 626c7d18d12e SHR ax, word ptr [r22], 1 DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -92731,7 +91911,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000712C 626c7918d1ee SHR ax, r22w, 1 +0000000000007038 626c7d18d1ee SHR ax, r22w, 1 DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -92753,7 +91933,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000007132 626cf918d12e SHR rax, qword ptr [r22], 1 +000000000000703E 626cfd18d12e SHR rax, qword ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -92776,7 +91956,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000007138 626cf918d1ee SHR rax, r22, 1 +0000000000007044 626cfd18d1ee SHR rax, r22, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -92798,7 +91978,7 @@ Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000713E 626c7818d22e SHR al, byte ptr [r22], cl +000000000000704A 626c7c18d22e SHR al, byte ptr [r22], cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -92821,7 +92001,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000007144 626c7818d2ee SHR al, r22b, cl +0000000000007050 626c7c18d2ee SHR al, r22b, cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -92843,7 +92023,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000714A 626cf818d22e SHR al, byte ptr [r22], cl +0000000000007056 626cfc18d22e SHR al, byte ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -92866,7 +92046,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000007150 626cf818d2ee SHR al, r22b, cl +000000000000705C 626cfc18d2ee SHR al, r22b, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -92888,7 +92068,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000007156 626c7818d32e SHR eax, dword ptr [r22], cl +0000000000007062 626c7c18d32e SHR eax, dword ptr [r22], cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -92911,7 +92091,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000715C 626c7818d3ee SHR eax, r22d, cl +0000000000007068 626c7c18d3ee SHR eax, r22d, cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -92933,7 +92113,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000007162 626cf818d32e SHR rax, qword ptr [r22], cl +000000000000706E 626cfc18d32e SHR rax, qword ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -92956,7 +92136,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000007168 626cf818d3ee SHR rax, r22, cl +0000000000007074 626cfc18d3ee SHR rax, r22, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -92978,7 +92158,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000716E 626c7918d32e SHR ax, word ptr [r22], cl +000000000000707A 626c7d18d32e SHR ax, word ptr [r22], cl DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -93001,7 +92181,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000007174 626c7918d3ee SHR ax, r22w, cl +0000000000007080 626c7d18d3ee SHR ax, r22w, cl DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -93023,7 +92203,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000717A 626cf918d32e SHR rax, qword ptr [r22], cl +0000000000007086 626cfd18d32e SHR rax, qword ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -93046,7 +92226,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000007180 626cf918d3ee SHR rax, r22, cl +000000000000708C 626cfd18d3ee SHR rax, r22, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -93068,7 +92248,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000007186 626c781cc02ebd SHRNF al, byte ptr [r22], 0xbd +0000000000007092 626c7c1cc02ebd SHRNF al, byte ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -93088,7 +92268,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -000000000000718D 626c781cc0eebd SHRNF al, r22b, 0xbd +0000000000007099 626c7c1cc0eebd SHRNF al, r22b, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -93107,7 +92287,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000007194 626cf81cc02ebd SHRNF al, byte ptr [r22], 0xbd +00000000000070A0 626cfc1cc02ebd SHRNF al, byte ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -93127,7 +92307,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -000000000000719B 626cf81cc0eebd SHRNF al, r22b, 0xbd +00000000000070A7 626cfc1cc0eebd SHRNF al, r22b, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -93146,7 +92326,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000071A2 626c781cc12ebd SHRNF eax, dword ptr [r22], 0xbd +00000000000070AE 626c7c1cc12ebd SHRNF eax, dword ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -93166,7 +92346,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000071A9 626c781cc1eebd SHRNF eax, r22d, 0xbd +00000000000070B5 626c7c1cc1eebd SHRNF eax, r22d, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -93185,7 +92365,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000071B0 626cf81cc12ebd SHRNF rax, qword ptr [r22], 0xbd +00000000000070BC 626cfc1cc12ebd SHRNF rax, qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -93205,7 +92385,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000071B7 626cf81cc1eebd SHRNF rax, r22, 0xbd +00000000000070C3 626cfc1cc1eebd SHRNF rax, r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -93224,7 +92404,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000071BE 626c791cc12ebd SHRNF ax, word ptr [r22], 0xbd +00000000000070CA 626c7d1cc12ebd SHRNF ax, word ptr [r22], 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -93244,7 +92424,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000071C5 626c791cc1eebd SHRNF ax, r22w, 0xbd +00000000000070D1 626c7d1cc1eebd SHRNF ax, r22w, 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -93263,7 +92443,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000071CC 626cf91cc12ebd SHRNF rax, qword ptr [r22], 0xbd +00000000000070D8 626cfd1cc12ebd SHRNF rax, qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -93283,7 +92463,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000071D3 626cf91cc1eebd SHRNF rax, r22, 0xbd +00000000000070DF 626cfd1cc1eebd SHRNF rax, r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -93302,7 +92482,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000071DA 626c781cd02e SHRNF al, byte ptr [r22], 1 +00000000000070E6 626c7c1cd02e SHRNF al, byte ptr [r22], 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -93322,7 +92502,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -00000000000071E0 626c781cd0ee SHRNF al, r22b, 1 +00000000000070EC 626c7c1cd0ee SHRNF al, r22b, 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -93341,7 +92521,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -00000000000071E6 626cf81cd02e SHRNF al, byte ptr [r22], 1 +00000000000070F2 626cfc1cd02e SHRNF al, byte ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -93361,7 +92541,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -00000000000071EC 626cf81cd0ee SHRNF al, r22b, 1 +00000000000070F8 626cfc1cd0ee SHRNF al, r22b, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -93380,7 +92560,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -00000000000071F2 626c781cd12e SHRNF eax, dword ptr [r22], 1 +00000000000070FE 626c7c1cd12e SHRNF eax, dword ptr [r22], 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -93400,7 +92580,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -00000000000071F8 626c781cd1ee SHRNF eax, r22d, 1 +0000000000007104 626c7c1cd1ee SHRNF eax, r22d, 1 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -93419,7 +92599,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -00000000000071FE 626cf81cd12e SHRNF rax, qword ptr [r22], 1 +000000000000710A 626cfc1cd12e SHRNF rax, qword ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -93439,7 +92619,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000007204 626cf81cd1ee SHRNF rax, r22, 1 +0000000000007110 626cfc1cd1ee SHRNF rax, r22, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -93458,7 +92638,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -000000000000720A 626c791cd12e SHRNF ax, word ptr [r22], 1 +0000000000007116 626c7d1cd12e SHRNF ax, word ptr [r22], 1 DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -93478,7 +92658,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000007210 626c791cd1ee SHRNF ax, r22w, 1 +000000000000711C 626c7d1cd1ee SHRNF ax, r22w, 1 DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -93497,7 +92677,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000007216 626cf91cd12e SHRNF rax, qword ptr [r22], 1 +0000000000007122 626cfd1cd12e SHRNF rax, qword ptr [r22], 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -93517,7 +92697,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -000000000000721C 626cf91cd1ee SHRNF rax, r22, 1 +0000000000007128 626cfd1cd1ee SHRNF rax, r22, 1 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -93536,7 +92716,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Constant, Size: 1, RawSize: 1, Encoding: 1 -0000000000007222 626c781cd22e SHRNF al, byte ptr [r22], cl +000000000000712E 626c7c1cd22e SHRNF al, byte ptr [r22], cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -93556,7 +92736,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000007228 626c781cd2ee SHRNF al, r22b, cl +0000000000007134 626c7c1cd2ee SHRNF al, r22b, cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -93575,7 +92755,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -000000000000722E 626cf81cd22e SHRNF al, byte ptr [r22], cl +000000000000713A 626cfc1cd22e SHRNF al, byte ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -93595,7 +92775,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000007234 626cf81cd2ee SHRNF al, r22b, cl +0000000000007140 626cfc1cd2ee SHRNF al, r22b, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -93614,7 +92794,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -000000000000723A 626c781cd32e SHRNF eax, dword ptr [r22], cl +0000000000007146 626c7c1cd32e SHRNF eax, dword ptr [r22], cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -93634,7 +92814,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000007240 626c781cd3ee SHRNF eax, r22d, cl +000000000000714C 626c7c1cd3ee SHRNF eax, r22d, cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -93653,7 +92833,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000007246 626cf81cd32e SHRNF rax, qword ptr [r22], cl +0000000000007152 626cfc1cd32e SHRNF rax, qword ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -93673,7 +92853,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -000000000000724C 626cf81cd3ee SHRNF rax, r22, cl +0000000000007158 626cfc1cd3ee SHRNF rax, r22, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -93692,7 +92872,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000007252 626c791cd32e SHRNF ax, word ptr [r22], cl +000000000000715E 626c7d1cd32e SHRNF ax, word ptr [r22], cl DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -93712,7 +92892,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000007258 626c791cd3ee SHRNF ax, r22w, cl +0000000000007164 626c7d1cd3ee SHRNF ax, r22w, cl DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -93731,7 +92911,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -000000000000725E 626cf91cd32e SHRNF rax, qword ptr [r22], cl +000000000000716A 626cfd1cd32e SHRNF rax, qword ptr [r22], cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -93751,7 +92931,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000007264 626cf91cd3ee SHRNF rax, r22, cl +0000000000007170 626cfd1cd3ee SHRNF rax, r22, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -93770,7 +92950,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -000000000000726A 626c78082c1ebd SHRD dword ptr [r22], r27d, 0xbd +0000000000007176 626c7c082c1ebd SHRD dword ptr [r22], r27d, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -93793,7 +92973,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000007271 626c78082cdebd SHRD r22d, r27d, 0xbd +000000000000717D 626c7c082cdebd SHRD r22d, r27d, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -93815,7 +92995,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000007278 626cf8082c1ebd SHRD qword ptr [r22], r27, 0xbd +0000000000007184 626cfc082c1ebd SHRD qword ptr [r22], r27, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -93838,7 +93018,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000727F 626cf8082cdebd SHRD r22, r27, 0xbd +000000000000718B 626cfc082cdebd SHRD r22, r27, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -93860,7 +93040,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000007286 626c7808ad1e SHRD dword ptr [r22], r27d, cl +0000000000007192 626c7c08ad1e SHRD dword ptr [r22], r27d, cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -93883,7 +93063,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000728C 626c7808adde SHRD r22d, r27d, cl +0000000000007198 626c7c08adde SHRD r22d, r27d, cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -93905,7 +93085,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000007292 626cf808ad1e SHRD qword ptr [r22], r27, cl +000000000000719E 626cfc08ad1e SHRD qword ptr [r22], r27, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -93928,7 +93108,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000007298 626cf808adde SHRD r22, r27, cl +00000000000071A4 626cfc08adde SHRD r22, r27, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -93950,7 +93130,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000729E 626c79082c1ebd SHRD word ptr [r22], r27w, 0xbd +00000000000071AA 626c7d082c1ebd SHRD word ptr [r22], r27w, 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -93973,7 +93153,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000072A5 626c79082cdebd SHRD r22w, r27w, 0xbd +00000000000071B1 626c7d082cdebd SHRD r22w, r27w, 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -93995,7 +93175,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000072AC 626cf9082c1ebd SHRD qword ptr [r22], r27, 0xbd +00000000000071B8 626cfd082c1ebd SHRD qword ptr [r22], r27, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -94018,7 +93198,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000072B3 626cf9082cdebd SHRD r22, r27, 0xbd +00000000000071BF 626cfd082cdebd SHRD r22, r27, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -94040,7 +93220,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000072BA 626c7908ad1e SHRD word ptr [r22], r27w, cl +00000000000071C6 626c7d08ad1e SHRD word ptr [r22], r27w, cl DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -94063,7 +93243,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000072C0 626c7908adde SHRD r22w, r27w, cl +00000000000071CC 626c7d08adde SHRD r22w, r27w, cl DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -94085,7 +93265,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000072C6 626cf908ad1e SHRD qword ptr [r22], r27, cl +00000000000071D2 626cfd08ad1e SHRD qword ptr [r22], r27, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -94108,7 +93288,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000072CC 626cf908adde SHRD r22, r27, cl +00000000000071D8 626cfd08adde SHRD r22, r27, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -94130,7 +93310,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000072D2 626c780c2c1ebd SHRDNF dword ptr [r22], r27d, 0xbd +00000000000071DE 626c7c0c2c1ebd SHRDNF dword ptr [r22], r27d, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -94150,7 +93330,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000072D9 626c780c2cdebd SHRDNF r22d, r27d, 0xbd +00000000000071E5 626c7c0c2cdebd SHRDNF r22d, r27d, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -94169,7 +93349,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000072E0 626cf80c2c1ebd SHRDNF qword ptr [r22], r27, 0xbd +00000000000071EC 626cfc0c2c1ebd SHRDNF qword ptr [r22], r27, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -94189,7 +93369,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000072E7 626cf80c2cdebd SHRDNF r22, r27, 0xbd +00000000000071F3 626cfc0c2cdebd SHRDNF r22, r27, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -94208,7 +93388,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000072EE 626c780cad1e SHRDNF dword ptr [r22], r27d, cl +00000000000071FA 626c7c0cad1e SHRDNF dword ptr [r22], r27d, cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -94228,7 +93408,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -00000000000072F4 626c780cadde SHRDNF r22d, r27d, cl +0000000000007200 626c7c0cadde SHRDNF r22d, r27d, cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -94247,7 +93427,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -00000000000072FA 626cf80cad1e SHRDNF qword ptr [r22], r27, cl +0000000000007206 626cfc0cad1e SHRDNF qword ptr [r22], r27, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -94267,7 +93447,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000007300 626cf80cadde SHRDNF r22, r27, cl +000000000000720C 626cfc0cadde SHRDNF r22, r27, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -94286,7 +93466,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000007306 626c790c2c1ebd SHRDNF word ptr [r22], r27w, 0xbd +0000000000007212 626c7d0c2c1ebd SHRDNF word ptr [r22], r27w, 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -94306,7 +93486,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -000000000000730D 626c790c2cdebd SHRDNF r22w, r27w, 0xbd +0000000000007219 626c7d0c2cdebd SHRDNF r22w, r27w, 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -94325,7 +93505,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000007314 626cf90c2c1ebd SHRDNF qword ptr [r22], r27, 0xbd +0000000000007220 626cfd0c2c1ebd SHRDNF qword ptr [r22], r27, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -94345,7 +93525,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -000000000000731B 626cf90c2cdebd SHRDNF r22, r27, 0xbd +0000000000007227 626cfd0c2cdebd SHRDNF r22, r27, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -94364,7 +93544,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000007322 626c790cad1e SHRDNF word ptr [r22], r27w, cl +000000000000722E 626c7d0cad1e SHRDNF word ptr [r22], r27w, cl DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -94384,7 +93564,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000007328 626c790cadde SHRDNF r22w, r27w, cl +0000000000007234 626c7d0cadde SHRDNF r22w, r27w, cl DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -94403,7 +93583,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -000000000000732E 626cf90cad1e SHRDNF qword ptr [r22], r27, cl +000000000000723A 626cfd0cad1e SHRDNF qword ptr [r22], r27, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -94423,7 +93603,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000007334 626cf90cadde SHRDNF r22, r27, cl +0000000000007240 626cfd0cadde SHRDNF r22, r27, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -94442,7 +93622,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -000000000000733A 626c78182c1ebd SHRD eax, dword ptr [r22], r27d, 0xbd +0000000000007246 626c7c182c1ebd SHRD eax, dword ptr [r22], r27d, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -94466,7 +93646,7 @@ Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 4, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000007341 626c78182cdebd SHRD eax, r22d, r27d, 0xbd +000000000000724D 626c7c182cdebd SHRD eax, r22d, r27d, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -94489,7 +93669,7 @@ Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 4, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000007348 626cf8182c1ebd SHRD rax, qword ptr [r22], r27, 0xbd +0000000000007254 626cfc182c1ebd SHRD rax, qword ptr [r22], r27, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -94513,7 +93693,7 @@ Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 4, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000734F 626cf8182cdebd SHRD rax, r22, r27, 0xbd +000000000000725B 626cfc182cdebd SHRD rax, r22, r27, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -94536,7 +93716,7 @@ Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 4, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000007356 626c7818ad1e SHRD eax, dword ptr [r22], r27d, cl +0000000000007262 626c7c18ad1e SHRD eax, dword ptr [r22], r27d, cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -94560,7 +93740,7 @@ Operand: 3, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 4, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000735C 626c7818adde SHRD eax, r22d, r27d, cl +0000000000007268 626c7c18adde SHRD eax, r22d, r27d, cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -94583,7 +93763,7 @@ Operand: 3, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 4, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000007362 626cf818ad1e SHRD rax, qword ptr [r22], r27, cl +000000000000726E 626cfc18ad1e SHRD rax, qword ptr [r22], r27, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -94607,7 +93787,7 @@ Operand: 3, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 4, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000007368 626cf818adde SHRD rax, r22, r27, cl +0000000000007274 626cfc18adde SHRD rax, r22, r27, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -94630,7 +93810,7 @@ Operand: 3, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 4, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000736E 626c79182c1ebd SHRD ax, word ptr [r22], r27w, 0xbd +000000000000727A 626c7d182c1ebd SHRD ax, word ptr [r22], r27w, 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -94654,7 +93834,7 @@ Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 4, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000007375 626c79182cdebd SHRD ax, r22w, r27w, 0xbd +0000000000007281 626c7d182cdebd SHRD ax, r22w, r27w, 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -94677,7 +93857,7 @@ Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 4, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000737C 626cf9182c1ebd SHRD rax, qword ptr [r22], r27, 0xbd +0000000000007288 626cfd182c1ebd SHRD rax, qword ptr [r22], r27, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -94701,7 +93881,7 @@ Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 4, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000007383 626cf9182cdebd SHRD rax, r22, r27, 0xbd +000000000000728F 626cfd182cdebd SHRD rax, r22, r27, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -94724,7 +93904,7 @@ Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 4, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000738A 626c7918ad1e SHRD ax, word ptr [r22], r27w, cl +0000000000007296 626c7d18ad1e SHRD ax, word ptr [r22], r27w, cl DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -94748,7 +93928,7 @@ Operand: 3, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 4, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000007390 626c7918adde SHRD ax, r22w, r27w, cl +000000000000729C 626c7d18adde SHRD ax, r22w, r27w, cl DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -94771,7 +93951,7 @@ Operand: 3, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 4, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000007396 626cf918ad1e SHRD rax, qword ptr [r22], r27, cl +00000000000072A2 626cfd18ad1e SHRD rax, qword ptr [r22], r27, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -94795,7 +93975,7 @@ Operand: 3, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 4, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000739C 626cf918adde SHRD rax, r22, r27, cl +00000000000072A8 626cfd18adde SHRD rax, r22, r27, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -94818,7 +93998,7 @@ Operand: 3, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 Operand: 4, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000073A2 626c781c2c1ebd SHRDNF eax, dword ptr [r22], r27d, 0xbd +00000000000072AE 626c7c1c2c1ebd SHRDNF eax, dword ptr [r22], r27d, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -94839,7 +94019,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000073A9 626c781c2cdebd SHRDNF eax, r22d, r27d, 0xbd +00000000000072B5 626c7c1c2cdebd SHRDNF eax, r22d, r27d, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -94859,7 +94039,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000073B0 626cf81c2c1ebd SHRDNF rax, qword ptr [r22], r27, 0xbd +00000000000072BC 626cfc1c2c1ebd SHRDNF rax, qword ptr [r22], r27, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -94880,7 +94060,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000073B7 626cf81c2cdebd SHRDNF rax, r22, r27, 0xbd +00000000000072C3 626cfc1c2cdebd SHRDNF rax, r22, r27, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -94900,7 +94080,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000073BE 626c781cad1e SHRDNF eax, dword ptr [r22], r27d, cl +00000000000072CA 626c7c1cad1e SHRDNF eax, dword ptr [r22], r27d, cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -94921,7 +94101,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -00000000000073C4 626c781cadde SHRDNF eax, r22d, r27d, cl +00000000000072D0 626c7c1cadde SHRDNF eax, r22d, r27d, cl DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -94941,7 +94121,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -00000000000073CA 626cf81cad1e SHRDNF rax, qword ptr [r22], r27, cl +00000000000072D6 626cfc1cad1e SHRDNF rax, qword ptr [r22], r27, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -94962,7 +94142,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -00000000000073D0 626cf81cadde SHRDNF rax, r22, r27, cl +00000000000072DC 626cfc1cadde SHRDNF rax, r22, r27, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -94982,7 +94162,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -00000000000073D6 626c791c2c1ebd SHRDNF ax, word ptr [r22], r27w, 0xbd +00000000000072E2 626c7d1c2c1ebd SHRDNF ax, word ptr [r22], r27w, 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -95003,7 +94183,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000073DD 626c791c2cdebd SHRDNF ax, r22w, r27w, 0xbd +00000000000072E9 626c7d1c2cdebd SHRDNF ax, r22w, r27w, 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -95023,7 +94203,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000073E4 626cf91c2c1ebd SHRDNF rax, qword ptr [r22], r27, 0xbd +00000000000072F0 626cfd1c2c1ebd SHRDNF rax, qword ptr [r22], r27, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -95044,7 +94224,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000073EB 626cf91c2cdebd SHRDNF rax, r22, r27, 0xbd +00000000000072F7 626cfd1c2cdebd SHRDNF rax, r22, r27, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -95064,7 +94244,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000073F2 626c791cad1e SHRDNF ax, word ptr [r22], r27w, cl +00000000000072FE 626c7d1cad1e SHRDNF ax, word ptr [r22], r27w, cl DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -95085,7 +94265,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -00000000000073F8 626c791cadde SHRDNF ax, r22w, r27w, cl +0000000000007304 626c7d1cadde SHRDNF ax, r22w, r27w, cl DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -95105,7 +94285,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -00000000000073FE 626cf91cad1e SHRDNF rax, qword ptr [r22], r27, cl +000000000000730A 626cfd1cad1e SHRDNF rax, qword ptr [r22], r27, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -95126,7 +94306,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -0000000000007404 626cf91cadde SHRDNF rax, r22, r27, cl +0000000000007310 626cfd1cadde SHRDNF rax, r22, r27, cl DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: SHIFT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -95146,7 +94326,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 3, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: S, RegType: General Purpose, RegSize: 1, RegId: 1, RegCount: 1 -000000000000740A 62fa7b08f71e SHRX ebx, dword ptr [r22], eax +0000000000007316 62fa7f08f71e SHRX ebx, dword ptr [r22], eax DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI2, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -95166,7 +94346,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: V, RegType: General Purpose, RegSize: 4, RegId: 0, RegCount: 1 -0000000000007410 62fa7b08f7de SHRX ebx, r22d, eax +000000000000731C 62fa7f08f7de SHRX ebx, r22d, eax DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI2, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -95185,7 +94365,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: V, RegType: General Purpose, RegSize: 4, RegId: 0, RegCount: 1 -0000000000007416 62fafb08f71e SHRX rbx, qword ptr [r22], rax +0000000000007322 62faff08f71e SHRX rbx, qword ptr [r22], rax DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI2, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -95205,7 +94385,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: V, RegType: General Purpose, RegSize: 8, RegId: 0, RegCount: 1 -000000000000741C 62fafb08f7de SHRX rbx, r22, rax +0000000000007328 62faff08f7de SHRX rbx, r22, rax DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI2, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -95224,7 +94404,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: V, RegType: General Purpose, RegSize: 8, RegId: 0, RegCount: 1 -0000000000007422 62fa79084906 STTILECFG zmmword ptr [r22] +000000000000732E 62fa7d084906 STTILECFG zmmword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: AMX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -95242,7 +94422,7 @@ Operand: 0, Acc: -W, Type: Memory, Size: 64, RawSize: 64, Encoding: M, Segment: 3, Base: 22, -0000000000007428 626c7808281e SUB byte ptr [r22], r27b +0000000000007334 626c7c08281e SUB byte ptr [r22], r27b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -95264,7 +94444,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000742E 626c780828de SUB r22b, r27b +000000000000733A 626c7c0828de SUB r22b, r27b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -95285,7 +94465,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000007434 626cf808281e SUB byte ptr [r22], r27b +0000000000007340 626cfc08281e SUB byte ptr [r22], r27b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -95307,7 +94487,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000743A 626cf80828de SUB r22b, r27b +0000000000007346 626cfc0828de SUB r22b, r27b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -95328,7 +94508,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000007440 626c7808291e SUB dword ptr [r22], r27d +000000000000734C 626c7c08291e SUB dword ptr [r22], r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -95350,7 +94530,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000007446 626c780829de SUB r22d, r27d +0000000000007352 626c7c0829de SUB r22d, r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -95371,7 +94551,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000744C 626cf808291e SUB qword ptr [r22], r27 +0000000000007358 626cfc08291e SUB qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -95393,7 +94573,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000007452 626cf80829de SUB r22, r27 +000000000000735E 626cfc0829de SUB r22, r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -95414,7 +94594,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000007458 626c7908291e SUB word ptr [r22], r27w +0000000000007364 626c7d08291e SUB word ptr [r22], r27w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -95436,7 +94616,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000745E 626c790829de SUB r22w, r27w +000000000000736A 626c7d0829de SUB r22w, r27w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -95457,7 +94637,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000007464 626cf908291e SUB qword ptr [r22], r27 +0000000000007370 626cfd08291e SUB qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -95479,7 +94659,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000746A 626cf90829de SUB r22, r27 +0000000000007376 626cfd0829de SUB r22, r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -95500,7 +94680,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000007470 626c78082a1e SUB r27b, byte ptr [r22] +000000000000737C 626c7c082a1e SUB r27b, byte ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -95522,7 +94702,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000007476 626c78082ade SUB r27b, r22b +0000000000007382 626c7c082ade SUB r27b, r22b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -95543,7 +94723,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000747C 626cf8082a1e SUB r27b, byte ptr [r22] +0000000000007388 626cfc082a1e SUB r27b, byte ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -95565,7 +94745,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000007482 626cf8082ade SUB r27b, r22b +000000000000738E 626cfc082ade SUB r27b, r22b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -95586,7 +94766,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000007488 626c78082b1e SUB r27d, dword ptr [r22] +0000000000007394 626c7c082b1e SUB r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -95608,7 +94788,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000748E 626c78082bde SUB r27d, r22d +000000000000739A 626c7c082bde SUB r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -95629,7 +94809,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000007494 626cf8082b1e SUB r27, qword ptr [r22] +00000000000073A0 626cfc082b1e SUB r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -95651,7 +94831,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000749A 626cf8082bde SUB r27, r22 +00000000000073A6 626cfc082bde SUB r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -95672,7 +94852,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000074A0 626c79082b1e SUB r27w, word ptr [r22] +00000000000073AC 626c7d082b1e SUB r27w, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -95694,7 +94874,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000074A6 626c79082bde SUB r27w, r22w +00000000000073B2 626c7d082bde SUB r27w, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -95715,7 +94895,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000074AC 626cf9082b1e SUB r27, qword ptr [r22] +00000000000073B8 626cfd082b1e SUB r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -95737,7 +94917,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000074B2 626cf9082bde SUB r27, r22 +00000000000073BE 626cfd082bde SUB r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -95758,7 +94938,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000074B8 626c7808802ebd SUB byte ptr [r22], 0xbd +00000000000073C4 626c7c08802ebd SUB byte ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -95780,7 +94960,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000074BF 626c780880eebd SUB r22b, 0xbd +00000000000073CB 626c7c0880eebd SUB r22b, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -95801,7 +94981,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000074C6 626cf808802ebd SUB byte ptr [r22], 0xbd +00000000000073D2 626cfc08802ebd SUB byte ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -95823,7 +95003,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000074CD 626cf80880eebd SUB r22b, 0xbd +00000000000073D9 626cfc0880eebd SUB r22b, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -95844,7 +95024,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000074D4 626c7808812ebdbdbdbd SUB dword ptr [r22], 0xbdbdbdbd +00000000000073E0 626c7c08812ebdbdbdbd SUB dword ptr [r22], 0xbdbdbdbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -95866,7 +95046,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000074DE 626c780881eebdbdbdbd SUB r22d, 0xbdbdbdbd +00000000000073EA 626c7c0881eebdbdbdbd SUB r22d, 0xbdbdbdbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -95887,7 +95067,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000074E8 626cf808812ebdbdbdbd SUB qword ptr [r22], 0xbdbdbdbd +00000000000073F4 626cfc08812ebdbdbdbd SUB qword ptr [r22], 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -95909,7 +95089,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000074F2 626cf80881eebdbdbdbd SUB r22, 0xbdbdbdbd +00000000000073FE 626cfc0881eebdbdbdbd SUB r22, 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -95930,7 +95110,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000074FC 626c7908812ebdbd SUB word ptr [r22], 0xbdbd +0000000000007408 626c7d08812ebdbd SUB word ptr [r22], 0xbdbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -95952,7 +95132,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 2, RawSize: 2, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000007504 626c790881eebdbd SUB r22w, 0xbdbd +0000000000007410 626c7d0881eebdbd SUB r22w, 0xbdbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -95973,7 +95153,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 2, RawSize: 2, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000750C 626cf908812ebdbdbdbd SUB qword ptr [r22], 0xbdbdbdbd +0000000000007418 626cfd08812ebdbdbdbd SUB qword ptr [r22], 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -95995,7 +95175,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000007516 626cf90881eebdbdbdbd SUB r22, 0xbdbdbdbd +0000000000007422 626cfd0881eebdbdbdbd SUB r22, 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -96016,7 +95196,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000007520 626c7808832ebd SUB dword ptr [r22], 0xbd +000000000000742C 626c7c08832ebd SUB dword ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -96038,7 +95218,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000007527 626c780883eebd SUB r22d, 0xbd +0000000000007433 626c7c0883eebd SUB r22d, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -96059,7 +95239,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000752E 626cf808832ebd SUB qword ptr [r22], 0xbd +000000000000743A 626cfc08832ebd SUB qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -96081,7 +95261,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000007535 626cf80883eebd SUB r22, 0xbd +0000000000007441 626cfc0883eebd SUB r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -96102,7 +95282,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000753C 626c7908832ebd SUB word ptr [r22], 0xbd +0000000000007448 626c7d08832ebd SUB word ptr [r22], 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -96124,7 +95304,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000007543 626c790883eebd SUB r22w, 0xbd +000000000000744F 626c7d0883eebd SUB r22w, 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -96145,7 +95325,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000754A 626cf908832ebd SUB qword ptr [r22], 0xbd +0000000000007456 626cfd08832ebd SUB qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -96167,7 +95347,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000007551 626cf90883eebd SUB r22, 0xbd +000000000000745D 626cfd0883eebd SUB r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -96188,7 +95368,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000007558 626c780c281e SUBNF byte ptr [r22], r27b +0000000000007464 626c7c0c281e SUBNF byte ptr [r22], r27b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -96207,7 +95387,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 -000000000000755E 626c780c28de SUBNF r22b, r27b +000000000000746A 626c7c0c28de SUBNF r22b, r27b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -96225,7 +95405,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 -0000000000007564 626cf80c281e SUBNF byte ptr [r22], r27b +0000000000007470 626cfc0c281e SUBNF byte ptr [r22], r27b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -96244,7 +95424,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 -000000000000756A 626cf80c28de SUBNF r22b, r27b +0000000000007476 626cfc0c28de SUBNF r22b, r27b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -96262,7 +95442,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 -0000000000007570 626c780c291e SUBNF dword ptr [r22], r27d +000000000000747C 626c7c0c291e SUBNF dword ptr [r22], r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -96281,7 +95461,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 -0000000000007576 626c780c29de SUBNF r22d, r27d +0000000000007482 626c7c0c29de SUBNF r22d, r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -96299,7 +95479,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 -000000000000757C 626cf80c291e SUBNF qword ptr [r22], r27 +0000000000007488 626cfc0c291e SUBNF qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -96318,7 +95498,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 -0000000000007582 626cf80c29de SUBNF r22, r27 +000000000000748E 626cfc0c29de SUBNF r22, r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -96336,7 +95516,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 -0000000000007588 626c790c291e SUBNF word ptr [r22], r27w +0000000000007494 626c7d0c291e SUBNF word ptr [r22], r27w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -96355,7 +95535,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 -000000000000758E 626c790c29de SUBNF r22w, r27w +000000000000749A 626c7d0c29de SUBNF r22w, r27w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -96373,7 +95553,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 -0000000000007594 626cf90c291e SUBNF qword ptr [r22], r27 +00000000000074A0 626cfd0c291e SUBNF qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -96392,7 +95572,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 -000000000000759A 626cf90c29de SUBNF r22, r27 +00000000000074A6 626cfd0c29de SUBNF r22, r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -96410,7 +95590,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 -00000000000075A0 626c780c2a1e SUBNF r27b, byte ptr [r22] +00000000000074AC 626c7c0c2a1e SUBNF r27b, byte ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -96429,7 +95609,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 1, RawSize: 1, Encoding: M, Segment: 3, Base: 22, -00000000000075A6 626c780c2ade SUBNF r27b, r22b +00000000000074B2 626c7c0c2ade SUBNF r27b, r22b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -96447,7 +95627,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 -00000000000075AC 626cf80c2a1e SUBNF r27b, byte ptr [r22] +00000000000074B8 626cfc0c2a1e SUBNF r27b, byte ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -96466,7 +95646,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 1, RawSize: 1, Encoding: M, Segment: 3, Base: 22, -00000000000075B2 626cf80c2ade SUBNF r27b, r22b +00000000000074BE 626cfc0c2ade SUBNF r27b, r22b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -96484,7 +95664,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 -00000000000075B8 626c780c2b1e SUBNF r27d, dword ptr [r22] +00000000000074C4 626c7c0c2b1e SUBNF r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -96503,7 +95683,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Segment: 3, Base: 22, -00000000000075BE 626c780c2bde SUBNF r27d, r22d +00000000000074CA 626c7c0c2bde SUBNF r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -96521,7 +95701,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 -00000000000075C4 626cf80c2b1e SUBNF r27, qword ptr [r22] +00000000000074D0 626cfc0c2b1e SUBNF r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -96540,7 +95720,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, Segment: 3, Base: 22, -00000000000075CA 626cf80c2bde SUBNF r27, r22 +00000000000074D6 626cfc0c2bde SUBNF r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -96558,7 +95738,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 -00000000000075D0 626c790c2b1e SUBNF r27w, word ptr [r22] +00000000000074DC 626c7d0c2b1e SUBNF r27w, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -96577,7 +95757,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Segment: 3, Base: 22, -00000000000075D6 626c790c2bde SUBNF r27w, r22w +00000000000074E2 626c7d0c2bde SUBNF r27w, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -96595,7 +95775,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 -00000000000075DC 626cf90c2b1e SUBNF r27, qword ptr [r22] +00000000000074E8 626cfd0c2b1e SUBNF r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -96614,7 +95794,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, Segment: 3, Base: 22, -00000000000075E2 626cf90c2bde SUBNF r27, r22 +00000000000074EE 626cfd0c2bde SUBNF r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -96632,7 +95812,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 -00000000000075E8 626c780c802ebd SUBNF byte ptr [r22], 0xbd +00000000000074F4 626c7c0c802ebd SUBNF byte ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -96651,7 +95831,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000075EF 626c780c80eebd SUBNF r22b, 0xbd +00000000000074FB 626c7c0c80eebd SUBNF r22b, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -96669,7 +95849,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000075F6 626cf80c802ebd SUBNF byte ptr [r22], 0xbd +0000000000007502 626cfc0c802ebd SUBNF byte ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -96688,7 +95868,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000075FD 626cf80c80eebd SUBNF r22b, 0xbd +0000000000007509 626cfc0c80eebd SUBNF r22b, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -96706,7 +95886,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000007604 626c780c812ebdbdbdbd SUBNF dword ptr [r22], 0xbdbdbdbd +0000000000007510 626c7c0c812ebdbdbdbd SUBNF dword ptr [r22], 0xbdbdbdbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -96725,7 +95905,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I -000000000000760E 626c780c81eebdbdbdbd SUBNF r22d, 0xbdbdbdbd +000000000000751A 626c7c0c81eebdbdbdbd SUBNF r22d, 0xbdbdbdbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -96743,7 +95923,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I -0000000000007618 626cf80c812ebdbdbdbd SUBNF qword ptr [r22], 0xbdbdbdbd +0000000000007524 626cfc0c812ebdbdbdbd SUBNF qword ptr [r22], 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -96762,7 +95942,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I -0000000000007622 626cf80c81eebdbdbdbd SUBNF r22, 0xbdbdbdbd +000000000000752E 626cfc0c81eebdbdbdbd SUBNF r22, 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -96780,7 +95960,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I -000000000000762C 626c790c812ebdbd SUBNF word ptr [r22], 0xbdbd +0000000000007538 626c7d0c812ebdbd SUBNF word ptr [r22], 0xbdbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -96799,7 +95979,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 2, RawSize: 2, Encoding: I -0000000000007634 626c790c81eebdbd SUBNF r22w, 0xbdbd +0000000000007540 626c7d0c81eebdbd SUBNF r22w, 0xbdbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -96817,7 +95997,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 2, RawSize: 2, Encoding: I -000000000000763C 626cf90c812ebdbdbdbd SUBNF qword ptr [r22], 0xbdbdbdbd +0000000000007548 626cfd0c812ebdbdbdbd SUBNF qword ptr [r22], 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -96836,7 +96016,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I -0000000000007646 626cf90c81eebdbdbdbd SUBNF r22, 0xbdbdbdbd +0000000000007552 626cfd0c81eebdbdbdbd SUBNF r22, 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -96854,7 +96034,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I -0000000000007650 626c780c832ebd SUBNF dword ptr [r22], 0xbd +000000000000755C 626c7c0c832ebd SUBNF dword ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -96873,7 +96053,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000007657 626c780c83eebd SUBNF r22d, 0xbd +0000000000007563 626c7c0c83eebd SUBNF r22d, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -96891,7 +96071,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -000000000000765E 626cf80c832ebd SUBNF qword ptr [r22], 0xbd +000000000000756A 626cfc0c832ebd SUBNF qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -96910,7 +96090,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000007665 626cf80c83eebd SUBNF r22, 0xbd +0000000000007571 626cfc0c83eebd SUBNF r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -96928,7 +96108,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -000000000000766C 626c790c832ebd SUBNF word ptr [r22], 0xbd +0000000000007578 626c7d0c832ebd SUBNF word ptr [r22], 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -96947,7 +96127,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000007673 626c790c83eebd SUBNF r22w, 0xbd +000000000000757F 626c7d0c83eebd SUBNF r22w, 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -96965,7 +96145,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -000000000000767A 626cf90c832ebd SUBNF qword ptr [r22], 0xbd +0000000000007586 626cfd0c832ebd SUBNF qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -96984,7 +96164,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000007681 626cf90c83eebd SUBNF r22, 0xbd +000000000000758D 626cfd0c83eebd SUBNF r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -97002,7 +96182,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000007688 626c7818281e SUB al, byte ptr [r22], r27b +0000000000007594 626c7c18281e SUB al, byte ptr [r22], r27b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -97025,7 +96205,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000768E 626c781828de SUB al, r22b, r27b +000000000000759A 626c7c1828de SUB al, r22b, r27b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -97047,7 +96227,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000007694 626cf818281e SUB al, byte ptr [r22], r27b +00000000000075A0 626cfc18281e SUB al, byte ptr [r22], r27b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -97070,7 +96250,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000769A 626cf81828de SUB al, r22b, r27b +00000000000075A6 626cfc1828de SUB al, r22b, r27b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -97092,7 +96272,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000076A0 626c7818291e SUB eax, dword ptr [r22], r27d +00000000000075AC 626c7c18291e SUB eax, dword ptr [r22], r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -97115,7 +96295,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000076A6 626c781829de SUB eax, r22d, r27d +00000000000075B2 626c7c1829de SUB eax, r22d, r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -97137,7 +96317,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000076AC 626cf818291e SUB rax, qword ptr [r22], r27 +00000000000075B8 626cfc18291e SUB rax, qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -97160,7 +96340,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000076B2 626cf81829de SUB rax, r22, r27 +00000000000075BE 626cfc1829de SUB rax, r22, r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -97182,7 +96362,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000076B8 626c7918291e SUB ax, word ptr [r22], r27w +00000000000075C4 626c7d18291e SUB ax, word ptr [r22], r27w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -97205,7 +96385,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000076BE 626c791829de SUB ax, r22w, r27w +00000000000075CA 626c7d1829de SUB ax, r22w, r27w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -97227,7 +96407,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000076C4 626cf918291e SUB rax, qword ptr [r22], r27 +00000000000075D0 626cfd18291e SUB rax, qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -97250,7 +96430,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000076CA 626cf91829de SUB rax, r22, r27 +00000000000075D6 626cfd1829de SUB rax, r22, r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -97272,7 +96452,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000076D0 626c78182a1e SUB al, r27b, byte ptr [r22] +00000000000075DC 626c7c182a1e SUB al, r27b, byte ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -97295,7 +96475,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000076D6 626c78182ade SUB al, r27b, r22b +00000000000075E2 626c7c182ade SUB al, r27b, r22b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -97317,7 +96497,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000076DC 626cf8182a1e SUB al, r27b, byte ptr [r22] +00000000000075E8 626cfc182a1e SUB al, r27b, byte ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -97340,7 +96520,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000076E2 626cf8182ade SUB al, r27b, r22b +00000000000075EE 626cfc182ade SUB al, r27b, r22b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -97362,7 +96542,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000076E8 626c78182b1e SUB eax, r27d, dword ptr [r22] +00000000000075F4 626c7c182b1e SUB eax, r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -97385,7 +96565,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000076EE 626c78182bde SUB eax, r27d, r22d +00000000000075FA 626c7c182bde SUB eax, r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -97407,7 +96587,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000076F4 626cf8182b1e SUB rax, r27, qword ptr [r22] +0000000000007600 626cfc182b1e SUB rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -97430,7 +96610,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000076FA 626cf8182bde SUB rax, r27, r22 +0000000000007606 626cfc182bde SUB rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -97452,7 +96632,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000007700 626c79182b1e SUB ax, r27w, word ptr [r22] +000000000000760C 626c7d182b1e SUB ax, r27w, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -97475,7 +96655,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000007706 626c79182bde SUB ax, r27w, r22w +0000000000007612 626c7d182bde SUB ax, r27w, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -97497,7 +96677,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000770C 626cf9182b1e SUB rax, r27, qword ptr [r22] +0000000000007618 626cfd182b1e SUB rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -97520,7 +96700,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000007712 626cf9182bde SUB rax, r27, r22 +000000000000761E 626cfd182bde SUB rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -97542,7 +96722,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000007718 626c7818802ebd SUB al, byte ptr [r22], 0xbd +0000000000007624 626c7c18802ebd SUB al, byte ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -97565,7 +96745,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000771F 626c781880eebd SUB al, r22b, 0xbd +000000000000762B 626c7c1880eebd SUB al, r22b, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -97587,7 +96767,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000007726 626cf818802ebd SUB al, byte ptr [r22], 0xbd +0000000000007632 626cfc18802ebd SUB al, byte ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -97610,7 +96790,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000772D 626cf81880eebd SUB al, r22b, 0xbd +0000000000007639 626cfc1880eebd SUB al, r22b, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -97632,7 +96812,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000007734 626c7818812ebdbdbdbd SUB eax, dword ptr [r22], 0xbdbdbdbd +0000000000007640 626c7c18812ebdbdbdbd SUB eax, dword ptr [r22], 0xbdbdbdbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -97655,7 +96835,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000773E 626c781881eebdbdbdbd SUB eax, r22d, 0xbdbdbdbd +000000000000764A 626c7c1881eebdbdbdbd SUB eax, r22d, 0xbdbdbdbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -97677,7 +96857,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000007748 626cf818812ebdbdbdbd SUB rax, qword ptr [r22], 0xbdbdbdbd +0000000000007654 626cfc18812ebdbdbdbd SUB rax, qword ptr [r22], 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -97700,7 +96880,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000007752 626cf81881eebdbdbdbd SUB rax, r22, 0xbdbdbdbd +000000000000765E 626cfc1881eebdbdbdbd SUB rax, r22, 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -97722,7 +96902,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000775C 626c7918812ebdbd SUB ax, word ptr [r22], 0xbdbd +0000000000007668 626c7d18812ebdbd SUB ax, word ptr [r22], 0xbdbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -97745,7 +96925,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 2, RawSize: 2, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000007764 626c791881eebdbd SUB ax, r22w, 0xbdbd +0000000000007670 626c7d1881eebdbd SUB ax, r22w, 0xbdbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -97767,7 +96947,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 2, RawSize: 2, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000776C 626cf918812ebdbdbdbd SUB rax, qword ptr [r22], 0xbdbdbdbd +0000000000007678 626cfd18812ebdbdbdbd SUB rax, qword ptr [r22], 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -97790,7 +96970,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000007776 626cf91881eebdbdbdbd SUB rax, r22, 0xbdbdbdbd +0000000000007682 626cfd1881eebdbdbdbd SUB rax, r22, 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -97812,7 +96992,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000007780 626c7818832ebd SUB eax, dword ptr [r22], 0xbd +000000000000768C 626c7c18832ebd SUB eax, dword ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -97835,7 +97015,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000007787 626c781883eebd SUB eax, r22d, 0xbd +0000000000007693 626c7c1883eebd SUB eax, r22d, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -97857,7 +97037,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000778E 626cf818832ebd SUB rax, qword ptr [r22], 0xbd +000000000000769A 626cfc18832ebd SUB rax, qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -97880,7 +97060,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000007795 626cf81883eebd SUB rax, r22, 0xbd +00000000000076A1 626cfc1883eebd SUB rax, r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -97902,7 +97082,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000779C 626c7918832ebd SUB ax, word ptr [r22], 0xbd +00000000000076A8 626c7d18832ebd SUB ax, word ptr [r22], 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -97925,7 +97105,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000077A3 626c791883eebd SUB ax, r22w, 0xbd +00000000000076AF 626c7d1883eebd SUB ax, r22w, 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -97947,7 +97127,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000077AA 626cf918832ebd SUB rax, qword ptr [r22], 0xbd +00000000000076B6 626cfd18832ebd SUB rax, qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -97970,7 +97150,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000077B1 626cf91883eebd SUB rax, r22, 0xbd +00000000000076BD 626cfd1883eebd SUB rax, r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -97992,7 +97172,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000077B8 626c781c281e SUBNF al, byte ptr [r22], r27b +00000000000076C4 626c7c1c281e SUBNF al, byte ptr [r22], r27b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -98012,7 +97192,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 -00000000000077BE 626c781c28de SUBNF al, r22b, r27b +00000000000076CA 626c7c1c28de SUBNF al, r22b, r27b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -98031,7 +97211,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 -00000000000077C4 626cf81c281e SUBNF al, byte ptr [r22], r27b +00000000000076D0 626cfc1c281e SUBNF al, byte ptr [r22], r27b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -98051,7 +97231,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 -00000000000077CA 626cf81c28de SUBNF al, r22b, r27b +00000000000076D6 626cfc1c28de SUBNF al, r22b, r27b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -98070,7 +97250,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 -00000000000077D0 626c781c291e SUBNF eax, dword ptr [r22], r27d +00000000000076DC 626c7c1c291e SUBNF eax, dword ptr [r22], r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -98090,7 +97270,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 -00000000000077D6 626c781c29de SUBNF eax, r22d, r27d +00000000000076E2 626c7c1c29de SUBNF eax, r22d, r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -98109,7 +97289,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 -00000000000077DC 626cf81c291e SUBNF rax, qword ptr [r22], r27 +00000000000076E8 626cfc1c291e SUBNF rax, qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -98129,7 +97309,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 -00000000000077E2 626cf81c29de SUBNF rax, r22, r27 +00000000000076EE 626cfc1c29de SUBNF rax, r22, r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -98148,7 +97328,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 -00000000000077E8 626c791c291e SUBNF ax, word ptr [r22], r27w +00000000000076F4 626c7d1c291e SUBNF ax, word ptr [r22], r27w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -98168,7 +97348,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 -00000000000077EE 626c791c29de SUBNF ax, r22w, r27w +00000000000076FA 626c7d1c29de SUBNF ax, r22w, r27w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -98187,7 +97367,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 -00000000000077F4 626cf91c291e SUBNF rax, qword ptr [r22], r27 +0000000000007700 626cfd1c291e SUBNF rax, qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -98207,7 +97387,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 -00000000000077FA 626cf91c29de SUBNF rax, r22, r27 +0000000000007706 626cfd1c29de SUBNF rax, r22, r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -98226,7 +97406,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 -0000000000007800 626c781c2a1e SUBNF al, r27b, byte ptr [r22] +000000000000770C 626c7c1c2a1e SUBNF al, r27b, byte ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -98246,7 +97426,7 @@ Operand: 2, Acc: R-, Type: Memory, Size: 1, RawSize: 1, Encoding: M, Segment: 3, Base: 22, -0000000000007806 626c781c2ade SUBNF al, r27b, r22b +0000000000007712 626c7c1c2ade SUBNF al, r27b, r22b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -98265,7 +97445,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 -000000000000780C 626cf81c2a1e SUBNF al, r27b, byte ptr [r22] +0000000000007718 626cfc1c2a1e SUBNF al, r27b, byte ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -98285,7 +97465,7 @@ Operand: 2, Acc: R-, Type: Memory, Size: 1, RawSize: 1, Encoding: M, Segment: 3, Base: 22, -0000000000007812 626cf81c2ade SUBNF al, r27b, r22b +000000000000771E 626cfc1c2ade SUBNF al, r27b, r22b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -98304,7 +97484,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 -0000000000007818 626c781c2b1e SUBNF eax, r27d, dword ptr [r22] +0000000000007724 626c7c1c2b1e SUBNF eax, r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -98324,7 +97504,7 @@ Operand: 2, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Segment: 3, Base: 22, -000000000000781E 626c781c2bde SUBNF eax, r27d, r22d +000000000000772A 626c7c1c2bde SUBNF eax, r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -98343,7 +97523,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 -0000000000007824 626cf81c2b1e SUBNF rax, r27, qword ptr [r22] +0000000000007730 626cfc1c2b1e SUBNF rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -98363,7 +97543,7 @@ Operand: 2, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, Segment: 3, Base: 22, -000000000000782A 626cf81c2bde SUBNF rax, r27, r22 +0000000000007736 626cfc1c2bde SUBNF rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -98382,7 +97562,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 -0000000000007830 626c791c2b1e SUBNF ax, r27w, word ptr [r22] +000000000000773C 626c7d1c2b1e SUBNF ax, r27w, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -98402,7 +97582,7 @@ Operand: 2, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Segment: 3, Base: 22, -0000000000007836 626c791c2bde SUBNF ax, r27w, r22w +0000000000007742 626c7d1c2bde SUBNF ax, r27w, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -98421,7 +97601,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 -000000000000783C 626cf91c2b1e SUBNF rax, r27, qword ptr [r22] +0000000000007748 626cfd1c2b1e SUBNF rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -98441,7 +97621,7 @@ Operand: 2, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, Segment: 3, Base: 22, -0000000000007842 626cf91c2bde SUBNF rax, r27, r22 +000000000000774E 626cfd1c2bde SUBNF rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -98460,7 +97640,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 -0000000000007848 626c781c802ebd SUBNF al, byte ptr [r22], 0xbd +0000000000007754 626c7c1c802ebd SUBNF al, byte ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -98480,7 +97660,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -000000000000784F 626c781c80eebd SUBNF al, r22b, 0xbd +000000000000775B 626c7c1c80eebd SUBNF al, r22b, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -98499,7 +97679,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000007856 626cf81c802ebd SUBNF al, byte ptr [r22], 0xbd +0000000000007762 626cfc1c802ebd SUBNF al, byte ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -98519,7 +97699,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -000000000000785D 626cf81c80eebd SUBNF al, r22b, 0xbd +0000000000007769 626cfc1c80eebd SUBNF al, r22b, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -98538,7 +97718,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000007864 626c781c812ebdbdbdbd SUBNF eax, dword ptr [r22], 0xbdbdbdbd +0000000000007770 626c7c1c812ebdbdbdbd SUBNF eax, dword ptr [r22], 0xbdbdbdbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -98558,7 +97738,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I -000000000000786E 626c781c81eebdbdbdbd SUBNF eax, r22d, 0xbdbdbdbd +000000000000777A 626c7c1c81eebdbdbdbd SUBNF eax, r22d, 0xbdbdbdbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -98577,7 +97757,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I -0000000000007878 626cf81c812ebdbdbdbd SUBNF rax, qword ptr [r22], 0xbdbdbdbd +0000000000007784 626cfc1c812ebdbdbdbd SUBNF rax, qword ptr [r22], 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -98597,7 +97777,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I -0000000000007882 626cf81c81eebdbdbdbd SUBNF rax, r22, 0xbdbdbdbd +000000000000778E 626cfc1c81eebdbdbdbd SUBNF rax, r22, 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -98616,7 +97796,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I -000000000000788C 626c791c812ebdbd SUBNF ax, word ptr [r22], 0xbdbd +0000000000007798 626c7d1c812ebdbd SUBNF ax, word ptr [r22], 0xbdbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -98636,7 +97816,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 2, RawSize: 2, Encoding: I -0000000000007894 626c791c81eebdbd SUBNF ax, r22w, 0xbdbd +00000000000077A0 626c7d1c81eebdbd SUBNF ax, r22w, 0xbdbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -98655,7 +97835,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 2, RawSize: 2, Encoding: I -000000000000789C 626cf91c812ebdbdbdbd SUBNF rax, qword ptr [r22], 0xbdbdbdbd +00000000000077A8 626cfd1c812ebdbdbdbd SUBNF rax, qword ptr [r22], 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -98675,7 +97855,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I -00000000000078A6 626cf91c81eebdbdbdbd SUBNF rax, r22, 0xbdbdbdbd +00000000000077B2 626cfd1c81eebdbdbdbd SUBNF rax, r22, 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -98694,7 +97874,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I -00000000000078B0 626c781c832ebd SUBNF eax, dword ptr [r22], 0xbd +00000000000077BC 626c7c1c832ebd SUBNF eax, dword ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -98714,7 +97894,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000078B7 626c781c83eebd SUBNF eax, r22d, 0xbd +00000000000077C3 626c7c1c83eebd SUBNF eax, r22d, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -98733,7 +97913,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000078BE 626cf81c832ebd SUBNF rax, qword ptr [r22], 0xbd +00000000000077CA 626cfc1c832ebd SUBNF rax, qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -98753,7 +97933,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000078C5 626cf81c83eebd SUBNF rax, r22, 0xbd +00000000000077D1 626cfc1c83eebd SUBNF rax, r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -98772,7 +97952,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000078CC 626c791c832ebd SUBNF ax, word ptr [r22], 0xbd +00000000000077D8 626c7d1c832ebd SUBNF ax, word ptr [r22], 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -98792,7 +97972,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000078D3 626c791c83eebd SUBNF ax, r22w, 0xbd +00000000000077DF 626c7d1c83eebd SUBNF ax, r22w, 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -98811,7 +97991,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000078DA 626cf91c832ebd SUBNF rax, qword ptr [r22], 0xbd +00000000000077E6 626cfd1c832ebd SUBNF rax, qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -98831,7 +98011,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000078E1 626cf91c83eebd SUBNF rax, r22, 0xbd +00000000000077ED 626cfd1c83eebd SUBNF rax, r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: ARITH, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -98850,7 +98030,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -00000000000078E8 62fa7b084b1cfe TILELOADD tmm3, [r22+r23*8] +00000000000077F4 62fa7f084b1cfe TILELOADD tmm3, [r22+rdi*8] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: AMX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -98867,9 +98047,9 @@ BND: no, BHINT: no, DNT: no Operand: 0, Acc: -W, Type: Register, Size: 1024, RawSize: 1024, Encoding: R, RegType: Tile, RegSize: 1024, RegId: 3, RegCount: 1 Operand: 1, Acc: R-, Type: Memory, Size: 1024, RawSize: 1024, Encoding: M, Sibmem Addressing: yes, - Segment: 3, Base: 22, Index: 23 * 8, + Segment: 3, Base: 22, Index: 7 * 8, -00000000000078EF 62fa79084b1cfe TILELOADDT1 tmm3, [r22+r23*8] +00000000000077FB 62fa7d084b1cfe TILELOADDT1 tmm3, [r22+rdi*8] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: AMX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -98886,9 +98066,9 @@ BND: no, BHINT: no, DNT: no Operand: 0, Acc: -W, Type: Register, Size: 1024, RawSize: 1024, Encoding: R, RegType: Tile, RegSize: 1024, RegId: 3, RegCount: 1 Operand: 1, Acc: R-, Type: Memory, Size: 1024, RawSize: 1024, Encoding: M, Sibmem Addressing: yes, - Segment: 3, Base: 22, Index: 23 * 8, + Segment: 3, Base: 22, Index: 7 * 8, -00000000000078F6 62fa7a084b1cfe TILESTORED [r22+r23*8], tmm3 +0000000000007802 62fa7e084b1cfe TILESTORED [r22+rdi*8], tmm3 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: AMX, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -98904,10 +98084,10 @@ HLE: no, XACQUIRE only: no, XRELEASE only: no BND: no, BHINT: no, DNT: no Operand: 0, Acc: -W, Type: Memory, Size: 1024, RawSize: 1024, Encoding: M, Sibmem Addressing: yes, - Segment: 3, Base: 22, Index: 23 * 8, + Segment: 3, Base: 22, Index: 7 * 8, Operand: 1, Acc: R-, Type: Register, Size: 1024, RawSize: 1024, Encoding: R, RegType: Tile, RegSize: 1024, RegId: 3, RegCount: 1 -00000000000078FD 626c7808f41e TZCNT r27d, dword ptr [r22] +0000000000007809 626c7c08f41e TZCNT r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI1, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -98929,7 +98109,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000007903 626c7808f4de TZCNT r27d, r22d +000000000000780F 626c7c08f4de TZCNT r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI1, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -98950,7 +98130,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000007909 626cf808f41e TZCNT r27, qword ptr [r22] +0000000000007815 626cfc08f41e TZCNT r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI1, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -98972,7 +98152,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000790F 626cf808f4de TZCNT r27, r22 +000000000000781B 626cfc08f4de TZCNT r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI1, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -98993,7 +98173,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000007915 626c7908f41e TZCNT r27w, word ptr [r22] +0000000000007821 626c7d08f41e TZCNT r27w, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI1, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -99015,7 +98195,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -000000000000791B 626c7908f4de TZCNT r27w, r22w +0000000000007827 626c7d08f4de TZCNT r27w, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI1, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -99036,7 +98216,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000007921 626cf908f41e TZCNT r27, qword ptr [r22] +000000000000782D 626cfd08f41e TZCNT r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI1, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -99058,7 +98238,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000007927 626cf908f4de TZCNT r27, r22 +0000000000007833 626cfd08f4de TZCNT r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI1, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -99079,7 +98259,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000792D 626c780cf41e TZCNTNF r27d, dword ptr [r22] +0000000000007839 626c7c0cf41e TZCNTNF r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI1, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -99098,7 +98278,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Segment: 3, Base: 22, -0000000000007933 626c780cf4de TZCNTNF r27d, r22d +000000000000783F 626c7c0cf4de TZCNTNF r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI1, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -99116,7 +98296,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 -0000000000007939 626cf80cf41e TZCNTNF r27, qword ptr [r22] +0000000000007845 626cfc0cf41e TZCNTNF r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI1, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -99135,7 +98315,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, Segment: 3, Base: 22, -000000000000793F 626cf80cf4de TZCNTNF r27, r22 +000000000000784B 626cfc0cf4de TZCNTNF r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI1, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -99153,7 +98333,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 -0000000000007945 626c790cf41e TZCNTNF r27w, word ptr [r22] +0000000000007851 626c7d0cf41e TZCNTNF r27w, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI1, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -99172,7 +98352,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Segment: 3, Base: 22, -000000000000794B 626c790cf4de TZCNTNF r27w, r22w +0000000000007857 626c7d0cf4de TZCNTNF r27w, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI1, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -99190,7 +98370,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 -0000000000007951 626cf90cf41e TZCNTNF r27, qword ptr [r22] +000000000000785D 626cfd0cf41e TZCNTNF r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI1, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -99209,7 +98389,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, Segment: 3, Base: 22, -0000000000007957 626cf90cf4de TZCNTNF r27, r22 +0000000000007863 626cfd0cf4de TZCNTNF r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: BMI1, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -99227,7 +98407,79 @@ Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 -000000000000795D 626c7808661e WRSSD dword ptr [r22], r27d +0000000000007869 626c7f08f8de URDMSR r22, r27 + DSIZE: 32, ASIZE: 64, VLEN: - + ISA Set: APX_F, Ins cat: USER_MSR, CET tracked: no + CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 + EVEX Tuple Type: None + Exception class: APX, exception type: APX-EVEX-USER-MSR + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 + +000000000000786F 62ff7f08f8c6bdbdbdbd URDMSR r22, 0xbdbdbdbd + DSIZE: 32, ASIZE: 64, VLEN: - + ISA Set: APX_F, Ins cat: USER_MSR, CET tracked: no + CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 + EVEX Tuple Type: None + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: no, Compat: no, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 + Operand: 1, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I + Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: E, RegType: Model Specific, RegSize: 8, RegId: 0xffffffff, RegCount: 1 + +0000000000007879 626c7e08f8de UWRMSR r27, r22 + DSIZE: 32, ASIZE: 64, VLEN: - + ISA Set: APX_F, Ins cat: USER_MSR, CET tracked: no + CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 + EVEX Tuple Type: None + Exception class: APX, exception type: APX-EVEX-USER-MSR + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 + +000000000000787F 62ff7e08f8c6bdbdbdbd UWRMSR 0xbdbdbdbd, r22 + DSIZE: 32, ASIZE: 64, VLEN: - + ISA Set: APX_F, Ins cat: USER_MSR, CET tracked: no + CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 + EVEX Tuple Type: None + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: no, Compat: no, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 + Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: E, RegType: Model Specific, RegSize: 8, RegId: 0xffffffff, RegCount: 1 + +0000000000007889 626c7c08661e WRSSD dword ptr [r22], r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: CET, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -99246,7 +98498,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 -0000000000007963 626cf808661e WRSSQ qword ptr [r22], r27 +000000000000788F 626cfc08661e WRSSQ qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: CET, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -99265,7 +98517,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 -0000000000007969 626c7908651e WRUSSD dword ptr [r22], r27d +0000000000007895 626c7d08651e WRUSSD dword ptr [r22], r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: CET, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -99284,7 +98536,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 -000000000000796F 626cf908651e WRUSSQ qword ptr [r22], r27 +000000000000789B 626cfd08651e WRUSSQ qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: CET, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -99303,7 +98555,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 -0000000000007975 626c7808301e XOR byte ptr [r22], r27b +00000000000078A1 626c7c08301e XOR byte ptr [r22], r27b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -99325,7 +98577,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -000000000000797B 626c780830de XOR r22b, r27b +00000000000078A7 626c7c0830de XOR r22b, r27b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -99346,7 +98598,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000007981 626cf808301e XOR byte ptr [r22], r27b +00000000000078AD 626cfc08301e XOR byte ptr [r22], r27b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -99368,7 +98620,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000007987 626cf80830de XOR r22b, r27b +00000000000078B3 626cfc0830de XOR r22b, r27b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -99389,7 +98641,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000798D 626c7808311e XOR dword ptr [r22], r27d +00000000000078B9 626c7c08311e XOR dword ptr [r22], r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -99411,7 +98663,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000007993 626c780831de XOR r22d, r27d +00000000000078BF 626c7c0831de XOR r22d, r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -99432,7 +98684,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000007999 626cf808311e XOR qword ptr [r22], r27 +00000000000078C5 626cfc08311e XOR qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -99454,7 +98706,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -000000000000799F 626cf80831de XOR r22, r27 +00000000000078CB 626cfc0831de XOR r22, r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -99475,7 +98727,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000079A5 626c7908311e XOR word ptr [r22], r27w +00000000000078D1 626c7d08311e XOR word ptr [r22], r27w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -99497,7 +98749,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000079AB 626c790831de XOR r22w, r27w +00000000000078D7 626c7d0831de XOR r22w, r27w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -99518,7 +98770,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000079B1 626cf908311e XOR qword ptr [r22], r27 +00000000000078DD 626cfd08311e XOR qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -99540,7 +98792,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000079B7 626cf90831de XOR r22, r27 +00000000000078E3 626cfd0831de XOR r22, r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -99561,7 +98813,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000079BD 626c7808321e XOR r27b, byte ptr [r22] +00000000000078E9 626c7c08321e XOR r27b, byte ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -99583,7 +98835,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000079C3 626c780832de XOR r27b, r22b +00000000000078EF 626c7c0832de XOR r27b, r22b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -99604,7 +98856,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000079C9 626cf808321e XOR r27b, byte ptr [r22] +00000000000078F5 626cfc08321e XOR r27b, byte ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -99626,7 +98878,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000079CF 626cf80832de XOR r27b, r22b +00000000000078FB 626cfc0832de XOR r27b, r22b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -99647,7 +98899,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000079D5 626c7808331e XOR r27d, dword ptr [r22] +0000000000007901 626c7c08331e XOR r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -99669,7 +98921,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000079DB 626c780833de XOR r27d, r22d +0000000000007907 626c7c0833de XOR r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -99690,7 +98942,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -00000000000079E1 626cf808331e XOR r27, qword ptr [r22] +000000000000790D 626cfc08331e XOR r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -99712,7 +98964,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000079E7 626cf80833de XOR r27, r22 +0000000000007913 626cfc0833de XOR r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -99733,7 +98985,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000079ED 626c7908331e XOR r27w, word ptr [r22] +0000000000007919 626c7d08331e XOR r27w, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -99755,7 +99007,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000079F3 626c790833de XOR r27w, r22w +000000000000791F 626c7d0833de XOR r27w, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -99776,7 +99028,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -00000000000079F9 626cf908331e XOR r27, qword ptr [r22] +0000000000007925 626cfd08331e XOR r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -99798,7 +99050,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -00000000000079FF 626cf90833de XOR r27, r22 +000000000000792B 626cfd0833de XOR r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -99819,7 +99071,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000007A05 626c78088036bd XOR byte ptr [r22], 0xbd +0000000000007931 626c7c088036bd XOR byte ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -99841,7 +99093,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000007A0C 626c780880f6bd XOR r22b, 0xbd +0000000000007938 626c7c0880f6bd XOR r22b, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -99862,7 +99114,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000007A13 626cf8088036bd XOR byte ptr [r22], 0xbd +000000000000793F 626cfc088036bd XOR byte ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -99884,7 +99136,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000007A1A 626cf80880f6bd XOR r22b, 0xbd +0000000000007946 626cfc0880f6bd XOR r22b, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -99905,7 +99157,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000007A21 626c78088136bdbdbdbd XOR dword ptr [r22], 0xbdbdbdbd +000000000000794D 626c7c088136bdbdbdbd XOR dword ptr [r22], 0xbdbdbdbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -99927,7 +99179,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000007A2B 626c780881f6bdbdbdbd XOR r22d, 0xbdbdbdbd +0000000000007957 626c7c0881f6bdbdbdbd XOR r22d, 0xbdbdbdbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -99948,7 +99200,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000007A35 626cf8088136bdbdbdbd XOR qword ptr [r22], 0xbdbdbdbd +0000000000007961 626cfc088136bdbdbdbd XOR qword ptr [r22], 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -99970,7 +99222,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000007A3F 626cf80881f6bdbdbdbd XOR r22, 0xbdbdbdbd +000000000000796B 626cfc0881f6bdbdbdbd XOR r22, 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -99991,7 +99243,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000007A49 626c79088136bdbd XOR word ptr [r22], 0xbdbd +0000000000007975 626c7d088136bdbd XOR word ptr [r22], 0xbdbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -100013,7 +99265,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 2, RawSize: 2, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000007A51 626c790881f6bdbd XOR r22w, 0xbdbd +000000000000797D 626c7d0881f6bdbd XOR r22w, 0xbdbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -100034,7 +99286,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 2, RawSize: 2, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000007A59 626cf9088136bdbdbdbd XOR qword ptr [r22], 0xbdbdbdbd +0000000000007985 626cfd088136bdbdbdbd XOR qword ptr [r22], 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -100056,7 +99308,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000007A63 626cf90881f6bdbdbdbd XOR r22, 0xbdbdbdbd +000000000000798F 626cfd0881f6bdbdbdbd XOR r22, 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -100077,7 +99329,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000007A6D 626c78088336bd XOR dword ptr [r22], 0xbd +0000000000007999 626c7c088336bd XOR dword ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -100099,7 +99351,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000007A74 626c780883f6bd XOR r22d, 0xbd +00000000000079A0 626c7c0883f6bd XOR r22d, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -100120,7 +99372,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000007A7B 626cf8088336bd XOR qword ptr [r22], 0xbd +00000000000079A7 626cfc088336bd XOR qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -100142,7 +99394,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000007A82 626cf80883f6bd XOR r22, 0xbd +00000000000079AE 626cfc0883f6bd XOR r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -100163,7 +99415,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000007A89 626c79088336bd XOR word ptr [r22], 0xbd +00000000000079B5 626c7d088336bd XOR word ptr [r22], 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -100185,7 +99437,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000007A90 626c790883f6bd XOR r22w, 0xbd +00000000000079BC 626c7d0883f6bd XOR r22w, 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -100206,7 +99458,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000007A97 626cf9088336bd XOR qword ptr [r22], 0xbd +00000000000079C3 626cfd088336bd XOR qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -100228,7 +99480,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000007A9E 626cf90883f6bd XOR r22, 0xbd +00000000000079CA 626cfd0883f6bd XOR r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -100249,7 +99501,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000007AA5 626c780c301e XORNF byte ptr [r22], r27b +00000000000079D1 626c7c0c301e XORNF byte ptr [r22], r27b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -100268,7 +99520,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 -0000000000007AAB 626c780c30de XORNF r22b, r27b +00000000000079D7 626c7c0c30de XORNF r22b, r27b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -100286,7 +99538,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 -0000000000007AB1 626cf80c301e XORNF byte ptr [r22], r27b +00000000000079DD 626cfc0c301e XORNF byte ptr [r22], r27b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -100305,7 +99557,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 -0000000000007AB7 626cf80c30de XORNF r22b, r27b +00000000000079E3 626cfc0c30de XORNF r22b, r27b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -100323,7 +99575,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 -0000000000007ABD 626c780c311e XORNF dword ptr [r22], r27d +00000000000079E9 626c7c0c311e XORNF dword ptr [r22], r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -100342,7 +99594,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 -0000000000007AC3 626c780c31de XORNF r22d, r27d +00000000000079EF 626c7c0c31de XORNF r22d, r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -100360,7 +99612,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 -0000000000007AC9 626cf80c311e XORNF qword ptr [r22], r27 +00000000000079F5 626cfc0c311e XORNF qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -100379,7 +99631,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 -0000000000007ACF 626cf80c31de XORNF r22, r27 +00000000000079FB 626cfc0c31de XORNF r22, r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -100397,7 +99649,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 -0000000000007AD5 626c790c311e XORNF word ptr [r22], r27w +0000000000007A01 626c7d0c311e XORNF word ptr [r22], r27w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -100416,7 +99668,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 -0000000000007ADB 626c790c31de XORNF r22w, r27w +0000000000007A07 626c7d0c31de XORNF r22w, r27w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -100434,7 +99686,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 -0000000000007AE1 626cf90c311e XORNF qword ptr [r22], r27 +0000000000007A0D 626cfd0c311e XORNF qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -100453,7 +99705,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 -0000000000007AE7 626cf90c31de XORNF r22, r27 +0000000000007A13 626cfd0c31de XORNF r22, r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -100471,7 +99723,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 -0000000000007AED 626c780c321e XORNF r27b, byte ptr [r22] +0000000000007A19 626c7c0c321e XORNF r27b, byte ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -100490,7 +99742,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 1, RawSize: 1, Encoding: M, Segment: 3, Base: 22, -0000000000007AF3 626c780c32de XORNF r27b, r22b +0000000000007A1F 626c7c0c32de XORNF r27b, r22b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -100508,7 +99760,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 -0000000000007AF9 626cf80c321e XORNF r27b, byte ptr [r22] +0000000000007A25 626cfc0c321e XORNF r27b, byte ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -100527,7 +99779,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 1, RawSize: 1, Encoding: M, Segment: 3, Base: 22, -0000000000007AFF 626cf80c32de XORNF r27b, r22b +0000000000007A2B 626cfc0c32de XORNF r27b, r22b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -100545,7 +99797,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 -0000000000007B05 626c780c331e XORNF r27d, dword ptr [r22] +0000000000007A31 626c7c0c331e XORNF r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -100564,7 +99816,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Segment: 3, Base: 22, -0000000000007B0B 626c780c33de XORNF r27d, r22d +0000000000007A37 626c7c0c33de XORNF r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -100582,7 +99834,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 -0000000000007B11 626cf80c331e XORNF r27, qword ptr [r22] +0000000000007A3D 626cfc0c331e XORNF r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -100601,7 +99853,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, Segment: 3, Base: 22, -0000000000007B17 626cf80c33de XORNF r27, r22 +0000000000007A43 626cfc0c33de XORNF r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -100619,7 +99871,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 -0000000000007B1D 626c790c331e XORNF r27w, word ptr [r22] +0000000000007A49 626c7d0c331e XORNF r27w, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -100638,7 +99890,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Segment: 3, Base: 22, -0000000000007B23 626c790c33de XORNF r27w, r22w +0000000000007A4F 626c7d0c33de XORNF r27w, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -100656,7 +99908,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 -0000000000007B29 626cf90c331e XORNF r27, qword ptr [r22] +0000000000007A55 626cfd0c331e XORNF r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -100675,7 +99927,7 @@ Operand: 1, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, Segment: 3, Base: 22, -0000000000007B2F 626cf90c33de XORNF r27, r22 +0000000000007A5B 626cfd0c33de XORNF r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -100693,7 +99945,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 -0000000000007B35 626c780c8036bd XORNF byte ptr [r22], 0xbd +0000000000007A61 626c7c0c8036bd XORNF byte ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -100712,7 +99964,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000007B3C 626c780c80f6bd XORNF r22b, 0xbd +0000000000007A68 626c7c0c80f6bd XORNF r22b, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -100730,7 +99982,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000007B43 626cf80c8036bd XORNF byte ptr [r22], 0xbd +0000000000007A6F 626cfc0c8036bd XORNF byte ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -100749,7 +100001,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000007B4A 626cf80c80f6bd XORNF r22b, 0xbd +0000000000007A76 626cfc0c80f6bd XORNF r22b, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -100767,7 +100019,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000007B51 626c780c8136bdbdbdbd XORNF dword ptr [r22], 0xbdbdbdbd +0000000000007A7D 626c7c0c8136bdbdbdbd XORNF dword ptr [r22], 0xbdbdbdbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -100786,7 +100038,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I -0000000000007B5B 626c780c81f6bdbdbdbd XORNF r22d, 0xbdbdbdbd +0000000000007A87 626c7c0c81f6bdbdbdbd XORNF r22d, 0xbdbdbdbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -100804,7 +100056,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I -0000000000007B65 626cf80c8136bdbdbdbd XORNF qword ptr [r22], 0xbdbdbdbd +0000000000007A91 626cfc0c8136bdbdbdbd XORNF qword ptr [r22], 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -100823,7 +100075,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I -0000000000007B6F 626cf80c81f6bdbdbdbd XORNF r22, 0xbdbdbdbd +0000000000007A9B 626cfc0c81f6bdbdbdbd XORNF r22, 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -100841,7 +100093,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I -0000000000007B79 626c790c8136bdbd XORNF word ptr [r22], 0xbdbd +0000000000007AA5 626c7d0c8136bdbd XORNF word ptr [r22], 0xbdbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -100860,7 +100112,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 2, RawSize: 2, Encoding: I -0000000000007B81 626c790c81f6bdbd XORNF r22w, 0xbdbd +0000000000007AAD 626c7d0c81f6bdbd XORNF r22w, 0xbdbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -100878,7 +100130,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 2, RawSize: 2, Encoding: I -0000000000007B89 626cf90c8136bdbdbdbd XORNF qword ptr [r22], 0xbdbdbdbd +0000000000007AB5 626cfd0c8136bdbdbdbd XORNF qword ptr [r22], 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -100897,7 +100149,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I -0000000000007B93 626cf90c81f6bdbdbdbd XORNF r22, 0xbdbdbdbd +0000000000007ABF 626cfd0c81f6bdbdbdbd XORNF r22, 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -100915,7 +100167,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I -0000000000007B9D 626c780c8336bd XORNF dword ptr [r22], 0xbd +0000000000007AC9 626c7c0c8336bd XORNF dword ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -100934,7 +100186,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000007BA4 626c780c83f6bd XORNF r22d, 0xbd +0000000000007AD0 626c7c0c83f6bd XORNF r22d, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -100952,7 +100204,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000007BAB 626cf80c8336bd XORNF qword ptr [r22], 0xbd +0000000000007AD7 626cfc0c8336bd XORNF qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -100971,7 +100223,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000007BB2 626cf80c83f6bd XORNF r22, 0xbd +0000000000007ADE 626cfc0c83f6bd XORNF r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -100989,7 +100241,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000007BB9 626c790c8336bd XORNF word ptr [r22], 0xbd +0000000000007AE5 626c7d0c8336bd XORNF word ptr [r22], 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -101008,7 +100260,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000007BC0 626c790c83f6bd XORNF r22w, 0xbd +0000000000007AEC 626c7d0c83f6bd XORNF r22w, 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -101026,7 +100278,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000007BC7 626cf90c8336bd XORNF qword ptr [r22], 0xbd +0000000000007AF3 626cfd0c8336bd XORNF qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -101045,7 +100297,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000007BCE 626cf90c83f6bd XORNF r22, 0xbd +0000000000007AFA 626cfd0c83f6bd XORNF r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -101063,7 +100315,7 @@ Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000007BD5 626c7818301e XOR al, byte ptr [r22], r27b +0000000000007B01 626c7c18301e XOR al, byte ptr [r22], r27b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -101086,7 +100338,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000007BDB 626c781830de XOR al, r22b, r27b +0000000000007B07 626c7c1830de XOR al, r22b, r27b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -101108,7 +100360,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000007BE1 626cf818301e XOR al, byte ptr [r22], r27b +0000000000007B0D 626cfc18301e XOR al, byte ptr [r22], r27b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -101131,7 +100383,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000007BE7 626cf81830de XOR al, r22b, r27b +0000000000007B13 626cfc1830de XOR al, r22b, r27b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -101153,7 +100405,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000007BED 626c7818311e XOR eax, dword ptr [r22], r27d +0000000000007B19 626c7c18311e XOR eax, dword ptr [r22], r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -101176,7 +100428,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000007BF3 626c781831de XOR eax, r22d, r27d +0000000000007B1F 626c7c1831de XOR eax, r22d, r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -101198,7 +100450,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000007BF9 626cf818311e XOR rax, qword ptr [r22], r27 +0000000000007B25 626cfc18311e XOR rax, qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -101221,7 +100473,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000007BFF 626cf81831de XOR rax, r22, r27 +0000000000007B2B 626cfc1831de XOR rax, r22, r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -101243,7 +100495,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000007C05 626c7918311e XOR ax, word ptr [r22], r27w +0000000000007B31 626c7d18311e XOR ax, word ptr [r22], r27w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -101266,7 +100518,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000007C0B 626c791831de XOR ax, r22w, r27w +0000000000007B37 626c7d1831de XOR ax, r22w, r27w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -101288,7 +100540,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000007C11 626cf918311e XOR rax, qword ptr [r22], r27 +0000000000007B3D 626cfd18311e XOR rax, qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -101311,7 +100563,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000007C17 626cf91831de XOR rax, r22, r27 +0000000000007B43 626cfd1831de XOR rax, r22, r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -101333,7 +100585,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000007C1D 626c7818321e XOR al, r27b, byte ptr [r22] +0000000000007B49 626c7c18321e XOR al, r27b, byte ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -101356,7 +100608,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000007C23 626c781832de XOR al, r27b, r22b +0000000000007B4F 626c7c1832de XOR al, r27b, r22b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -101378,7 +100630,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000007C29 626cf818321e XOR al, r27b, byte ptr [r22] +0000000000007B55 626cfc18321e XOR al, r27b, byte ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -101401,7 +100653,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000007C2F 626cf81832de XOR al, r27b, r22b +0000000000007B5B 626cfc1832de XOR al, r27b, r22b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -101423,7 +100675,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000007C35 626c7818331e XOR eax, r27d, dword ptr [r22] +0000000000007B61 626c7c18331e XOR eax, r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -101446,7 +100698,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000007C3B 626c781833de XOR eax, r27d, r22d +0000000000007B67 626c7c1833de XOR eax, r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -101468,7 +100720,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000007C41 626cf818331e XOR rax, r27, qword ptr [r22] +0000000000007B6D 626cfc18331e XOR rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -101491,7 +100743,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000007C47 626cf81833de XOR rax, r27, r22 +0000000000007B73 626cfc1833de XOR rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -101513,7 +100765,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000007C4D 626c7918331e XOR ax, r27w, word ptr [r22] +0000000000007B79 626c7d18331e XOR ax, r27w, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -101536,7 +100788,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000007C53 626c791833de XOR ax, r27w, r22w +0000000000007B7F 626c7d1833de XOR ax, r27w, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -101558,7 +100810,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000007C59 626cf918331e XOR rax, r27, qword ptr [r22] +0000000000007B85 626cfd18331e XOR rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -101581,7 +100833,7 @@ Segment: 3, Base: 22, Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000007C5F 626cf91833de XOR rax, r27, r22 +0000000000007B8B 626cfd1833de XOR rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -101603,7 +100855,7 @@ Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000007C65 626c78188036bd XOR al, byte ptr [r22], 0xbd +0000000000007B91 626c7c188036bd XOR al, byte ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -101626,7 +100878,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000007C6C 626c781880f6bd XOR al, r22b, 0xbd +0000000000007B98 626c7c1880f6bd XOR al, r22b, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -101648,7 +100900,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000007C73 626cf8188036bd XOR al, byte ptr [r22], 0xbd +0000000000007B9F 626cfc188036bd XOR al, byte ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -101671,7 +100923,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000007C7A 626cf81880f6bd XOR al, r22b, 0xbd +0000000000007BA6 626cfc1880f6bd XOR al, r22b, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -101693,7 +100945,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000007C81 626c78188136bdbdbdbd XOR eax, dword ptr [r22], 0xbdbdbdbd +0000000000007BAD 626c7c188136bdbdbdbd XOR eax, dword ptr [r22], 0xbdbdbdbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -101716,7 +100968,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000007C8B 626c781881f6bdbdbdbd XOR eax, r22d, 0xbdbdbdbd +0000000000007BB7 626c7c1881f6bdbdbdbd XOR eax, r22d, 0xbdbdbdbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -101738,7 +100990,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000007C95 626cf8188136bdbdbdbd XOR rax, qword ptr [r22], 0xbdbdbdbd +0000000000007BC1 626cfc188136bdbdbdbd XOR rax, qword ptr [r22], 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -101761,7 +101013,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000007C9F 626cf81881f6bdbdbdbd XOR rax, r22, 0xbdbdbdbd +0000000000007BCB 626cfc1881f6bdbdbdbd XOR rax, r22, 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -101783,7 +101035,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000007CA9 626c79188136bdbd XOR ax, word ptr [r22], 0xbdbd +0000000000007BD5 626c7d188136bdbd XOR ax, word ptr [r22], 0xbdbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -101806,7 +101058,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 2, RawSize: 2, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000007CB1 626c791881f6bdbd XOR ax, r22w, 0xbdbd +0000000000007BDD 626c7d1881f6bdbd XOR ax, r22w, 0xbdbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -101828,7 +101080,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 2, RawSize: 2, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000007CB9 626cf9188136bdbdbdbd XOR rax, qword ptr [r22], 0xbdbdbdbd +0000000000007BE5 626cfd188136bdbdbdbd XOR rax, qword ptr [r22], 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -101851,7 +101103,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000007CC3 626cf91881f6bdbdbdbd XOR rax, r22, 0xbdbdbdbd +0000000000007BEF 626cfd1881f6bdbdbdbd XOR rax, r22, 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -101873,7 +101125,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000007CCD 626c78188336bd XOR eax, dword ptr [r22], 0xbd +0000000000007BF9 626c7c188336bd XOR eax, dword ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -101896,7 +101148,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000007CD4 626c781883f6bd XOR eax, r22d, 0xbd +0000000000007C00 626c7c1883f6bd XOR eax, r22d, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -101918,7 +101170,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 -0000000000007CDB 626cf8188336bd XOR rax, qword ptr [r22], 0xbd +0000000000007C07 626cfc188336bd XOR rax, qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -101941,7 +101193,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000007CE2 626cf81883f6bd XOR rax, r22, 0xbd +0000000000007C0E 626cfc1883f6bd XOR rax, r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -101963,7 +101215,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000007CE9 626c79188336bd XOR ax, word ptr [r22], 0xbd +0000000000007C15 626c7d188336bd XOR ax, word ptr [r22], 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -101986,7 +101238,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000007CF0 626c791883f6bd XOR ax, r22w, 0xbd +0000000000007C1C 626c7d1883f6bd XOR ax, r22w, 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -102008,7 +101260,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: Flags, RegSize: 2, RegId: 0, RegCount: 1 -0000000000007CF7 626cf9188336bd XOR rax, qword ptr [r22], 0xbd +0000000000007C23 626cfd188336bd XOR rax, qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -102031,7 +101283,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000007CFE 626cf91883f6bd XOR rax, r22, 0xbd +0000000000007C2A 626cfd1883f6bd XOR rax, r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -102053,7 +101305,7 @@ Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I Operand: 3, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 -0000000000007D05 626c781c301e XORNF al, byte ptr [r22], r27b +0000000000007C31 626c7c1c301e XORNF al, byte ptr [r22], r27b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -102073,7 +101325,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 -0000000000007D0B 626c781c30de XORNF al, r22b, r27b +0000000000007C37 626c7c1c30de XORNF al, r22b, r27b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -102092,7 +101344,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 -0000000000007D11 626cf81c301e XORNF al, byte ptr [r22], r27b +0000000000007C3D 626cfc1c301e XORNF al, byte ptr [r22], r27b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -102112,7 +101364,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 -0000000000007D17 626cf81c30de XORNF al, r22b, r27b +0000000000007C43 626cfc1c30de XORNF al, r22b, r27b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -102131,7 +101383,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 -0000000000007D1D 626c781c311e XORNF eax, dword ptr [r22], r27d +0000000000007C49 626c7c1c311e XORNF eax, dword ptr [r22], r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -102151,7 +101403,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 -0000000000007D23 626c781c31de XORNF eax, r22d, r27d +0000000000007C4F 626c7c1c31de XORNF eax, r22d, r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -102170,7 +101422,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 -0000000000007D29 626cf81c311e XORNF rax, qword ptr [r22], r27 +0000000000007C55 626cfc1c311e XORNF rax, qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -102190,7 +101442,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 -0000000000007D2F 626cf81c31de XORNF rax, r22, r27 +0000000000007C5B 626cfc1c31de XORNF rax, r22, r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -102209,7 +101461,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 -0000000000007D35 626c791c311e XORNF ax, word ptr [r22], r27w +0000000000007C61 626c7d1c311e XORNF ax, word ptr [r22], r27w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -102229,7 +101481,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 -0000000000007D3B 626c791c31de XORNF ax, r22w, r27w +0000000000007C67 626c7d1c31de XORNF ax, r22w, r27w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -102248,7 +101500,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 -0000000000007D41 626cf91c311e XORNF rax, qword ptr [r22], r27 +0000000000007C6D 626cfd1c311e XORNF rax, qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -102268,7 +101520,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 -0000000000007D47 626cf91c31de XORNF rax, r22, r27 +0000000000007C73 626cfd1c31de XORNF rax, r22, r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -102287,7 +101539,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 -0000000000007D4D 626c781c321e XORNF al, r27b, byte ptr [r22] +0000000000007C79 626c7c1c321e XORNF al, r27b, byte ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -102307,7 +101559,7 @@ Operand: 2, Acc: R-, Type: Memory, Size: 1, RawSize: 1, Encoding: M, Segment: 3, Base: 22, -0000000000007D53 626c781c32de XORNF al, r27b, r22b +0000000000007C7F 626c7c1c32de XORNF al, r27b, r22b DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -102326,7 +101578,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 -0000000000007D59 626cf81c321e XORNF al, r27b, byte ptr [r22] +0000000000007C85 626cfc1c321e XORNF al, r27b, byte ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -102346,7 +101598,7 @@ Operand: 2, Acc: R-, Type: Memory, Size: 1, RawSize: 1, Encoding: M, Segment: 3, Base: 22, -0000000000007D5F 626cf81c32de XORNF al, r27b, r22b +0000000000007C8B 626cfc1c32de XORNF al, r27b, r22b DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -102365,7 +101617,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 -0000000000007D65 626c781c331e XORNF eax, r27d, dword ptr [r22] +0000000000007C91 626c7c1c331e XORNF eax, r27d, dword ptr [r22] DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -102385,7 +101637,7 @@ Operand: 2, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Segment: 3, Base: 22, -0000000000007D6B 626c781c33de XORNF eax, r27d, r22d +0000000000007C97 626c7c1c33de XORNF eax, r27d, r22d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -102404,7 +101656,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 -0000000000007D71 626cf81c331e XORNF rax, r27, qword ptr [r22] +0000000000007C9D 626cfc1c331e XORNF rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -102424,7 +101676,7 @@ Operand: 2, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, Segment: 3, Base: 22, -0000000000007D77 626cf81c33de XORNF rax, r27, r22 +0000000000007CA3 626cfc1c33de XORNF rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -102443,7 +101695,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 -0000000000007D7D 626c791c331e XORNF ax, r27w, word ptr [r22] +0000000000007CA9 626c7d1c331e XORNF ax, r27w, word ptr [r22] DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -102463,7 +101715,7 @@ Operand: 2, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Segment: 3, Base: 22, -0000000000007D83 626c791c33de XORNF ax, r27w, r22w +0000000000007CAF 626c7d1c33de XORNF ax, r27w, r22w DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -102482,7 +101734,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: R, RegType: General Purpose, RegSize: 2, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 -0000000000007D89 626cf91c331e XORNF rax, r27, qword ptr [r22] +0000000000007CB5 626cfd1c331e XORNF rax, r27, qword ptr [r22] DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -102502,7 +101754,7 @@ Operand: 2, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, Segment: 3, Base: 22, -0000000000007D8F 626cf91c33de XORNF rax, r27, r22 +0000000000007CBB 626cfd1c33de XORNF rax, r27, r22 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -102521,7 +101773,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 -0000000000007D95 626c781c8036bd XORNF al, byte ptr [r22], 0xbd +0000000000007CC1 626c7c1c8036bd XORNF al, byte ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -102541,7 +101793,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000007D9C 626c781c80f6bd XORNF al, r22b, 0xbd +0000000000007CC8 626c7c1c80f6bd XORNF al, r22b, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -102560,7 +101812,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000007DA3 626cf81c8036bd XORNF al, byte ptr [r22], 0xbd +0000000000007CCF 626cfc1c8036bd XORNF al, byte ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -102580,7 +101832,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000007DAA 626cf81c80f6bd XORNF al, r22b, 0xbd +0000000000007CD6 626cfc1c80f6bd XORNF al, r22b, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -102599,7 +101851,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000007DB1 626c781c8136bdbdbdbd XORNF eax, dword ptr [r22], 0xbdbdbdbd +0000000000007CDD 626c7c1c8136bdbdbdbd XORNF eax, dword ptr [r22], 0xbdbdbdbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -102619,7 +101871,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I -0000000000007DBB 626c781c81f6bdbdbdbd XORNF eax, r22d, 0xbdbdbdbd +0000000000007CE7 626c7c1c81f6bdbdbdbd XORNF eax, r22d, 0xbdbdbdbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -102638,7 +101890,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I -0000000000007DC5 626cf81c8136bdbdbdbd XORNF rax, qword ptr [r22], 0xbdbdbdbd +0000000000007CF1 626cfc1c8136bdbdbdbd XORNF rax, qword ptr [r22], 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -102658,7 +101910,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I -0000000000007DCF 626cf81c81f6bdbdbdbd XORNF rax, r22, 0xbdbdbdbd +0000000000007CFB 626cfc1c81f6bdbdbdbd XORNF rax, r22, 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -102677,7 +101929,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I -0000000000007DD9 626c791c8136bdbd XORNF ax, word ptr [r22], 0xbdbd +0000000000007D05 626c7d1c8136bdbd XORNF ax, word ptr [r22], 0xbdbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -102697,7 +101949,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 2, RawSize: 2, Encoding: I -0000000000007DE1 626c791c81f6bdbd XORNF ax, r22w, 0xbdbd +0000000000007D0D 626c7d1c81f6bdbd XORNF ax, r22w, 0xbdbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -102716,7 +101968,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 2, RawSize: 2, Encoding: I -0000000000007DE9 626cf91c8136bdbdbdbd XORNF rax, qword ptr [r22], 0xbdbdbdbd +0000000000007D15 626cfd1c8136bdbdbdbd XORNF rax, qword ptr [r22], 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -102736,7 +101988,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I -0000000000007DF3 626cf91c81f6bdbdbdbd XORNF rax, r22, 0xbdbdbdbd +0000000000007D1F 626cfd1c81f6bdbdbdbd XORNF rax, r22, 0xbdbdbdbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -102755,7 +102007,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I -0000000000007DFD 626c781c8336bd XORNF eax, dword ptr [r22], 0xbd +0000000000007D29 626c7c1c8336bd XORNF eax, dword ptr [r22], 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -102775,7 +102027,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000007E04 626c781c83f6bd XORNF eax, r22d, 0xbd +0000000000007D30 626c7c1c83f6bd XORNF eax, r22d, 0xbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -102794,7 +102046,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: General Purpose, RegSize: 4, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000007E0B 626cf81c8336bd XORNF rax, qword ptr [r22], 0xbd +0000000000007D37 626cfc1c8336bd XORNF rax, qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -102814,7 +102066,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000007E12 626cf81c83f6bd XORNF rax, r22, 0xbd +0000000000007D3E 626cfc1c83f6bd XORNF rax, r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -102833,7 +102085,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000007E19 626c791c8336bd XORNF ax, word ptr [r22], 0xbd +0000000000007D45 626c7d1c8336bd XORNF ax, word ptr [r22], 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -102853,7 +102105,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000007E20 626c791c83f6bd XORNF ax, r22w, 0xbd +0000000000007D4C 626c7d1c83f6bd XORNF ax, r22w, 0xbd DSIZE: 16, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -102872,7 +102124,7 @@ Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: General Purpose, RegSize: 2, RegId: 22, RegCount: 1 Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000007E27 626cf91c8336bd XORNF rax, qword ptr [r22], 0xbd +0000000000007D53 626cfd1c8336bd XORNF rax, qword ptr [r22], 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -102892,7 +102144,7 @@ Segment: 3, Base: 22, Operand: 2, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I -0000000000007E2E 626cf91c83f6bd XORNF rax, r22, 0xbd +0000000000007D5A 626cfd1c83f6bd XORNF rax, r22, 0xbd DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: LOGIC, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 diff --git a/bddisasm_test/x86/apx/apx1_64.test b/bddisasm_test/x86/apx/apx1_64.test index 289ad4c9c818c6943c712a0ac06bd3c360981a66..17b83a4a1a07ca47a6cc3514c3e625ff9659e50a 100644 GIT binary patch literal 32097 zcmX|}-HsmFb)MO5vRO?Qn{f;X<+#v@<6scSh7iYq5XZnkmTbwgZ0Qz~0V2SNE@AKC z3?>G0mcMJrVc;teFg($r;0Xa84)QzsSK`>7iRE2np7&X`zd3mKvsSHd*Iw`Rs;`^< z^WOK{GVb5|{!qJmsBQTxUE7J*N%!`Xvv!%V_$P(e%0L*QQ_cklUtTn|{ed z?lS5=sX64fm0z0n^Wm|CyLl8oWE5`8LuycX$f)^i z^VjCXV+r>qjKYVE!hAg5_yPC94_Wv?OvI9ikH?$K$Kww#ACG5_kH<5|$051wo=oes4Y@{rrAU#ot}L+&z~K4mn0uKKm= zmptUQ>es4Y@{qfXx=(5jxvk~bT7FeDDr)QO8#?6bbDGLv)88ff~pm0w%=RT1->`!Kkz6#_w(HlfU-FQiOCp|k?_8dDpIx4JXO8FHnd{bN_hhpFd>wSw@Vu-0d{p-_;(3>- z*ENX$s^E~DvFMy=PcRlnBoklU(XtA5Et?lS5=sX1hx zckg(t@~a}AcXig;H_yAXZ=Q1RoX%ZxJm<*Kx0&obYoO`ZT7IqNS4BMUavvUaIRi@~ z9(0LV617dgHvN)^+&2B%^h+Lcm(lboqj1~wYtt`z$ZgZFO~2$JcNujb{gT^Oer@Gf zMLh57th4X7&AxfcO}{R=ZjOe{3f1b6*+FeOL3Vd3l7t-){ci zy$TN*HUI18f8Bg|+=Tm07=;fRh1<>FCy&BIM$P|*`QI=f9yj5B6Gq`fM&Wkz!Mprl zWqHFgDq>00Za#eXeD2?T_~v|iU2@}+>*lh1s!|;&XL;ZTFU-FQx{i^7ws6ErKXZj@% zxjoabXZj@%xyxw!lu@`n)30axB@ekh)30axB@emFsQc)b+@6(R&&scgMn&z}>>HYX zU2@}+>*nywOwKu92Ti}8m0!=wuZl)Ry&@Les4Y@{qfXrcW7- zU#ott`Xvv!t@^dMeT0(4V`_DOAb17-5d>@$vNli zpy}6L`E^%*RWvH<6|v}7MMp*LiGDrNFL}uAiGDrNFL}saM$@N^#;+&(^+dnqA-5;` z^+dnqA$J*dAN`Wslk)3H`Bl-Vs6Cl|L({KIZd`KR9DbR}Ip^!3>DQC;>q+@l(Wt0b z#G+pn9Tl}}{kqmKdC2WrzpnL59&(q_^eLn9>sr6A^-CUdyVkF3{gQ{=Wz>E2OK#WY z*LC?-(Wt0h&%UAQ*CjVDxo!@>%;cQ&bzbYCP^@>>ZtD>W#_FTW7>z6#_ z_FTW7>z6#_E~DvFM&s9W{d%rn@{rqe{d%rn@{qfXx{rRz?Rok2y!@(YRMei&zM<*Y zB{wd)ZVtc9xF*FLvAnh>xF*FL+&!_KKdoM7vbrIs7t{bI#X6 z)2|oh*NgJ2qES(=h(*6DIx1>c`gNsW@{rq=eqHI8JmfB;=~G7I*Oh)<>6bj@cBNle z`Xvv!%c%S4m)x$(udDK_qES)1ntemluS;%Ra@`z$naMfl>!9h^Rrz&QepNIo>J_o* zS4Brf?N+~T^-CUdyVb8-{gQ{=Wi)-tX#Bd>uUq|+hum)U>sG(yA$J*dAN`WsZTWRu zepNIoYPYj*X!>=@jZ3bZ!!I*A=X@PB{kko`Zp*KVMn%0M7X7N|sHi>GugCf&54kz6#__E^6j>z6#_E~Du6XdR%@zF25=o74?c(^sAzyqV_<)9_W`mQ%2+0 z1O0lSU-FRK1O0lSU-FQ%;cQ&b#2S{)h~I- z?Wuk})h~I-T}ItUzvT9`{CZk`RWvGUPiNoI+4s2Qpy`)68a9)2&euWHuczhL)AFmL zQBkjmMZYRKDr%4P>yduRLvD}s>yduRL+&z~K4mn1J<_j7`Xvv!J<_j7`Xvv!%c%S4 zm)steUysVKibh54(d-+VeqD0olI!O1%S_HWUk6RU9+h8@%CCw>MZF>x{i^7ws4d^P z&qw+VQPljtwE_dWEAdJ9x6;djJEw$YKDxaUPj?VM&Y)6?Ouh4j3&QE zhYC{zqum;mtA~uj-O59Ssf5wCpGwV;(bUT*e8?!=mfyQq;US~RuhF5x)WB%B2IcA@ zqj0zKP+=-zwC$%-Gh{UNG729u3b*Au_bNPOH2F0;RG1nV?be`NJ!BN_Rvs!$C5*QH zRBDEdrd~$jLq_4YeDhv~hm0n_Mu!Sh1EbvVQOHsTZ3}-kWsi>d8jazFxvK0sTnewdKrZe8HL;O`}Zn5WHk9T zI#ie%812@eTs>qI?p7WuOeKuA{Zwj(jHX^j;X_8@wtV+qg@=qLzea}&Qv;*j8kDPt zjKbZ@Lxrh?(YBvT&5+U5%P4%vDBPCcyjS5Nqsgz)p~BR_XtxIC>LH_WxAIV7Dq*zk zr&2RyH1#qHA2JHJ<=givJY+QaH9Az78W`=?pjzgweL2O3jeb)XOM*$SB;F-@aGjA*0E! z(V@cBz-YGyL-E)}UNH zWEAdJ9x6;FjJEw$YKDxaUPj?VM&Y*n?!5{R8BKnT4i%;bM!PjAR}UG5yOoCuQwgJO zKb4vxqp6os_>fV!Ex&WG!b3)rU!y~Xse#dM4a(I+M&WMdp~6(cXxmSvX2@vjWfVSS z6mH9J-K+4B(d5_YP+@9dv|EF6^^j4xTY0E3l`z`&Q>hs;ntB<94;h8q_KkZL9x@7d z8HEoSh1>SEdleos3U?WW4;h8q_Ivj#JY*E^G729u3b*Y$_bNPO6z(z#A2JHJ?VI;1 zJY*E^G729u3b*a+_bNPO6z(z#A2JHJ?f36hc*rQ+WfVSS6mHvh?^SrnDBNWfK4cVb zo6qMh&)y-U)+gWP!#rxe&(AH-#<7J_xXUPf$SB-4pKn{9T|-8#Prl2CdDMEJKUfV!ZO+%0*%>lweezvC z%%j%(@xSF`du(A8?lKA=GRpVG`|=szFF(}2{0BMOm!HVdzWh%)+L!+#NBi<0_x^=m8GP(DxfzH>l*WG2WA6@o3 zbL@5I*n^yVk#VoHhP}?3_E29Q>We(&_E29Q>We(&E~D{9M&rxF^5tRqQqic0Yx?p~ zCrIi`MeX7251PJQa^sTg=IF&t?mb@zO#S+d z^yQhp$U|<=^yQhp$V2Wj8ee2IzC0^mo|P{Zjf%LYFVD)Cin!*-%d^>Edp7$UmmGBV z+|AL8ncRE64w}9^n;x*&*&jQcJws=XJ;=Ei8TUGC*z2rmtG=xIA`iK(`m*YaJmfB; z@kK`C%UZsyC2tI$U|;-`f{f)@{qfX#upilFL&k3UHMYcsEBL& za#y}o#5H}noBg%B+26S2py`V_dNGrG&(}fIm%Hf!d!7BU!`U-*=GcRrdy#RkvxdFS zn)XCrp6H7_=tqCK- zO<&B>i<#Vez7CqcJeeM_*V!LCoIOKljy=e^7a8|DYuM|oY1jI4tuOMB+qJ%2>x(?( zE~D{9M&rwM`Ep&pR5U8$n!a3@FBNf3U#@3=?Rxe%E;(rWVvb(SbM#^+_nxnVrZ3N@2kdqB#|~%D(3xWoa_&XOz0Ml; zI&0bseR-iT@{rpLeR-iT@{qfX#upilFE7fM7v)Puqav>9%Zu`*BChGni`id$G5Z^r z95j6~M=xe_@A*1t`to9Wz+Pv6>~QuBojLX(=U!yo>#Sj~v!-3?%ay*!LvC04a-}cw zkh_e=7a5H&SLMr9`BKrSh->5DmfF_U}G*Fn>ltLXuI zo&B-H*)w$J*n^yVk#VoHhP}?3cB?P9`XUdx-RjG&zQ{xFG8$iGG``%HFSq4OMWZ6F z>C0{TQW4km<#zVhZfAevl7pr%=IF&t?mb@zO9%j5E;BChGnsz+Pv6>~QuBojLX(=U!yo>#Sj~v!*@Jmk0VH54k~;3X4rkBMnPU%f?nTDE&KmYQYuchOi@wN1Zi~Jw`XUdx%V>O&(fG2IFH8AS(Wr=P z`m&TS6>&{pmf0UaxqtS@Pwd~EU-eyb-5kA`$-QR{G<{j72kdqB$6ja8(3xWoa_&XO zz0Ml;I&0cfeR--c@{rq8eR--c@{qfX#upilFHg&tr{zmUqav>9%hU3uBChGn)7f8p zI{O=!9CY^F&C!dQ+#S*y^yQJh$U|l9+fW@jf%LYFOSNXinyjPk7j@E(d=(ra?td}9KD#yz31zo z>C2<(0ehYOvBTLjbmrKDoO_XRud{}|&YHHoxyuy1`4RslBBO9y-kN`FK0KCiH;=-H zjKXbopVfWjA-C0iR`-#I++{TT$Y}Q2+-GwidB|;ZpUr*bA$J+gJ~EnpcK6xcM;>z9 z-Dh_ndB|NxvyY5spXKwfsGrAyFbXrN=D#o>W=>&d6h>jD5=LRZc7{=yFPUM~y!))~ zv$~JW*S6H4)bQ0TjKVLM|9Ai1_us1Tt8Y}!`L5@D;|XET33E>KUziVbPM8zID9j0A z6y}653UfjjHSa#F`>gIGb3$rRYB(W`rhfT@`}5zzmOuD(J{4zfTyovIoFr8_#jJtO z*R|yz-*buOQ6&}wf%C2eeN|b zIq2NKo8t^-IK!m|nrGPS411lSqES(=h{ZEhbX3%qKf2HV!aw>n{|Cb;++`F#WEAG( z`OE50QW-{JKAz2gVLr^qGt5UajKX{*!zkQV@4I?mdB|Nxb6*+FeOK?h=3ac{vk&S% z-gouBtM`@p$fpLShL3z0P5tJ5H}5MCxyxwoE2FvZZvAe(JmfB;sh82zFK=$tAI5<& z3iI4H|JHn%=Qhj}8%ANC*f0w7+=fw@CpL_lcc0aLR`-#4VpD@s!xI}uQ@^>-<~}md zZS(H4xzFZ4GEZz?i&DcA8%9&VyU*@EGS6-E?z6kk?mjY4Y+j2}!xI}u;rIQX#2fYf z{9Y!%jUIj9?>)SU{zYH@dFiL&e>=eLl#$*)k`R&Ole8?#5Z&F5Keut8p`c29%qp6qC)Gz;l z8WbKf3U?WW4;h8q@(=G-c*rQ+WfVSS)O_BFj`Q8;FW|96ncR2O&yoqFFq3Qk3-e(n z7iMN*6lP{&6lM}(6lMlt)V%ww?z6g&%nVY4Qo{_w=x6W!^yTt7-?c(<{;iC1e$H8^ zg*hRNn*YN57v{s96Xt|43Ufjjg*hRN!kiFB&AU&2TbGRc$efTGlsqSdQMhgHv$>Bv zrXy-lYUl_?Q@N#)C-OMyN1al&ObUD{p67i$UiC7Y~RlnAF zG-NdAUiE9$FL}saM$@N^TCZQLey!mlw^hGZ{gQ{=Wz>CAbIANEXHLhG)A6gEiCF5a zAL2tC;5RzYzWF`QGY6eHexs8d4V%f%vj#eA_>IoGPx)05ztNfd@T;7;#*&C%6bj@w&~ZVU-FQ`Xvv!%c%S4m&{*^$mv*eI{rjN zB9=Pq?3=$7arVt$iolz=1D!ekLIgP)Hj{JC8tANPTluw>Uls9}B61)8L`3e&l88SM zk%%Qx+x2VLFL}sq*RNf_`&yM;&6n-neZyqK8Mn>by_RoHp|CiCW{L_1t{E$(&%P4%vDBM=-*YJ?h z)XQkT#~XV4dB|Nx-Nzo~wpWjP^;prUsO{C`UOiScD(V%n*keUUMQyjo z-5%v3x7{9hdz6RVWi)4#(e$|6<8F`gklSvLyFJQ7?lS5=_9!!m_cf3Cs+vJe#FD5j zuj<;Xx@N>YCSnkCjU^F-n2042lX$N(`%EH?<~gu@V*V5JVdfEL5@8f(5@8f(5@8f( z5@FQ*YxA$ohnYv1NrX|DNrX|DdCcipaykYv5sPPCtH-r^tcZEcH3l)2EQuJzL@bGz zNA^eApGkyK?`4mxJ+AgBGl|ro)G&!KYP~(K_PE-k%sf(qQo|&|D9j|nD9j|nD9k+O zbSya?gP4fLvu@SnRy|h4JmwmMm`avJ3}PadM9d@mqwLQl!l?JM$ITu$dz6_(YEWvJ zL>RT+9yfd3>``VOsX?h>5@8f(5@8fRWE5r|b2^rsjzLVs;#v3VajzaLVjgpiK};n} zA_g%LOCsixd!g*lB*Liovd7&XcYBnXL~2lKm_!)0-X3>*-0e|j9;rd8VG>~!W)fi( zK4cVT9{owfail`G1nNxRI(&u5EHQ^ViMUOWq&3SM!lCkuJ*Xvqs$~ygHppJ!l?E3xZ2}tk1~@; z4N47@2%|8Q2%|8Q2%|8AnA5T3bPQr57SFm>k6ZOv5%ZX93}Px-5;2I0SQ0Ub?2ocP zlL({U%N{p--0V?i5~)F{VG?1~dVAdLakEF6Nu&m)hDn4`m`Q|Dm`Q|Dm_f|xSaLcB zF%gSr-K)pFdaQ_f%ryovl`M%E#6&EKm_+tR*`G;-QSW7syFKpqC^L!FpwuvlFlxO$ z?)JFbqs$~ygHppJ!YIrn!YIrn!YIr<=Cf>;e9p}vCSpm%`(s^uRo9G|$3zTbuCXLy z5EHQ^Vjl0*A7!gB3iJMG{uA?I<`HHRVH9Q(VH9Q(VH9Q(VbuI<^RLZ^nMasOgi)AD zgi)A5%;{KiItDQji)US5)wSxeBIYsI7{pv-NyH!~VoAg#vOmiHOd^bWFMC|=akWR8 zNu&m)hDn4`>+Ny1$JHKXCXpJH8YU4&VI~nqVI~nqVFod$W69|l#6&Efb$eCUs>h0$ z$6R9&bB!etgP4dV5tGRNDEl*sFzUVRakIzG9%Uwx8k8C)5k{@I$ITu$dz6_(YEWvJ zL>PscL>PscL>Pq`#GH;Lr(+Nkv3S<~Rb8tdD`FmVjX}&cmP8CL@bGz)vu_ZXR9y@ zGppu5F&}1DVWt#DVWt#DVWt#DVWt#D&A&GP+I*NM1f81-KExZ2}tk1|tA4N47D3ZvHB<7$tq zJ<3ceH7GSqDU8BQDU8BQDU8AlX->zI(=nupSUl@iJ#N)wMa*ihF{G(vNyLyQVoAi5 zvOmiHOeu_dFMHhVakEF6DWwLbhAD+n>+Nx~$ITvPrj#0#8m1IRVWt#DVWt#DVTLrP zW69|l(nKttb*~=x>aikbHP;x@RI(&uNE5LnVoKQ`Wq+m=M!lCk?)JFbqs)|2gHpqk z!l?E3xZC4yk1|tA4N47D3ZpPn3ZpPn3ZpQC_->B1eEf!mK}^JwhYHp8Mq%dB{3qta%p=Ss!YIrn!YIrn!YIrn!l?Pz=3ko+GmkKn z2%|8Q2%|8AnA5T3bPQr57SFm?k8AZ<5%ZX93}Px-5;2I0SQ0Ub?2ocPlL({U%N|#I zT}v!C^L!FpwuvlFlxO$ZuYp@qs$~y zgHppJ!YIrn!YIrn!YIrj=5#DM9fO#N#k20!<6b>h#60F2gP2N|L=0jgmPAY<`=jj7 zB*Liovd7&XcYBnXL~2lKm_!)0-X3>*-0e|j5~)F{VG>~!W)fi(W)fla&3iw6Ki^l3 z`ftJEH}yTnWxHpeW&4yJWE5`8&zb)@^Wm|CyLl8oWE5`8U!w+vhm4y4dGkMSK0KCi zU&1JS$SBPBzV2h+^1-JpeA6otOCrAGbzlFk4xK+W!gsvR9CYURo)@|7o=o~^fI=+dMh^5Xt`{sK&XWx7W2XFk|#3je~aLCcHne04k zpy}6Eer@GfMSL$O_u-p3xhqQ|zKN5FCDF^}8=Mv8+;3$Rez|o{)H9P z{O_3$zw|Gipyt10KKyd|CXAX7zm;DuUpN1C^WnEk_@#e=12zBq=EE=jOBks6@0t(4 zTz(Tq&4=I0Fa669sQGW355M#;G@$0cWj_3J`E3|AAAT#pT)t}ltLDRRm+(vfasX=n zcg=@i`WyVH`QI@ge(7)0qvn6he3&=jclh7H@)-+nz=>EA@jhJFUez@t-iH(M2Apdw ziFgA}#FB{j;dj)}vQ-#`c^@|aiTN<^!!Yl_FbeYy45Kjbz%UB)4h*B_Uz>kzKFs?t z%sViQ!n^~+D9jshPREkd@dliT#j~!}<61pd#QSir@dlhqmPEV(Ct^v&J23mB?9V$e zjCwD7T$ES`0%9=GbTBHo8{jW^&_vLxaSI1x)C-htU4Wq;m*Vbpus<7SVWJ<7ZTQ-e~& zJ1~q|Z;zWjZuThi4onS74e!7(3iA#OqcHElFbeYqoYS%7bi4s4V)3kd^|)7$74bft zYrFxck|hyuz=>EA@ea)XDEspc45Qx59(Q}(?NR0(m>QHC-hpA%dVAdMakodAcVKEz zYIp~RQJ8mN7=?KUhEcdJe=|=Yu%@!QBhmH&+2{TA@{0c@jewD6?N;-+($-ppRMk*)qN@&6}8R#Y~Dv6a<3{D z?^DrHQMV4wePlHE+3P-g-KU~aQQN)G?tSDT_o`y?J{27mb?eaFM@ISFh@Udzb0ZYy zr;K1U_g_B#vj2-d{s{{Y&_pbWc#hV!S9Q&Z=V&4xpt;79hzDpQmP9;9zpVZwTZK`W z=cxHl%!hf7!aPA?6y^yEqcBfU7=?L)!l?Pz=3ko+^BjeFg2E`w6BI^a9-uiLOHRiF zG!ctuU8~2ndaQ`&Xs+=9O(jbr9-xU>67d9Of0X@sg2Jfxvd7gPS9_Fsf>MK0!xI!n zt+&V39#?ymd4f`dQo|DzMq!?yFbeYog;AIXXimqH)A0aJ#Nt`E>T#4c zdM|t2?Qyq9nI|YUC^bAmVbpqi-0g9-Io9$k zne9;#OQN>?n|qbH9Wn~{s$%hZP|;CQw+^N5kWsj;b)U8FQ_-lXt=?x%-H_4Tr>a=I zPen&X-8wY)k&7<%kqi|dPHZ>?bWYqjGoBw6=;jx7K5=P-eMq$3(%*Q%QKGykiGZBj)`OAl2 zzI@gBlk;n*OOCHP&m3QEQkUJ6$^P?o&{@M*opqm&>OMw%)tQJdH*<|85npa5VoB6i z{aWMEkkOob)vr~*R{dJ_OCEBUQTIvBA@ie_IUP$*$B$Yj zVyUyvzWIsEvu}RR5^wyf^OEByEy>Zane04kpy}6Iey!zKMf}8N?!%8-=B_M>_)*J5 zEQ#8tUz>i(LvEXXZTck-xyxw!lu@{C`nBnoJmj|N*QQ_ckh_e!kABH~d7jg;ceU-FRKu3x);$wTfk>OT4<^P`qI9ZOEfk6I>T zsk6?$`H9Qv*FJOn?B(>!91WYvIcE(t{o2c~z5J?(pSa9@_)*K;l_e2BYMF?Ih^O1P z_cwW%xxDYf)8o(XIrH*oG&5ur?lPJtWfX3!^{e&rkh_egUPfVlLGRP|-lFF(Yw}Ba z#OVCx&Ei(LvEXXZTck-xyxw!l+pOL>DQ)T z@{rr6Uz>i(L+&!_KKdo|l+Ec_ayp)}iCF5avu_@@XWu+x@kYNcIUcsz6#_E~DvFM&sA6U%P(ELvFi% z?fNATxyz{g=$Fh>Hm76B>3GT}VyUyvzIoVAzxJ8qVSDCy$d+Gba?V);O~3Z?YcIbl W;$fTn@RZG6SrYM-O~mr~5B@*CDNq&w literal 32309 zcmX|}-L7WYRi3MASM6H6_NrYWNY)}OZH0hZAs{OR$qGSgfei*@1GkX06eJX1z?@Yl zZFP`xmcMJ@Fyaa_1-zoi%(s z)_vZq`xx=@n1~O=Tw_VZ2Vx?YL~YftRlnpRw^hGZ{gQ{=Wi)-tX!>0BYt=7#$ZgfH zRlnpRcNuk`)EshK%dfTks%TWy*4a07_B}2+=*)Fx z{i^7wsBQYS>6bj@w&~ZVU-FQ6bj@E~Dw(_eY<~R3YaC29dL=0{smPBpW zuU)_7A-7$>cKwov++{R<%4q!B^=sEJdB|hOLeYyP6UGh=beDvk=r*ib=@{t^+=GuA`{(_9Q<*#!U{V0#EFbcQjC(QqZ z`S4i6-8>2(G77ilZ%~86Lq^U2r1_sTA0A7%FJTluWE5`8yKm*gYI*l#mQfK)BA%yj zU7n{OU!JFDj_2u_>(*uWWU~K!9dy?4Jgxh@SNAdEd77x#HI_t2MJ$Qhs$Z*q$wO|d zey#c?54p=|`jpZ1x$4)dU-FRKs$Z*q$wTfk>OQGCWS*yQd93oQBA%yp*4a1D)3a}$ zqHmqfU2;4}$^y6r>DO9*t>srmJWq2U9;7(~OClbmiC7Y~O}{q%l84+j{o3?P z9&(q_^eLn9YtyeyzvLmeO}{q%l84-7)P3|zZd>`am0uO{Jgu|NzS}nY<|#V;y5zb! z8a9)2&KhX?wUu96`Bf3m)7+<5#FFT!h{ZGP`nBtqJmj|P*REgkkh_egPZ^D0yMFEZ zB@emn`nBtqJmfB;?xSBa&(pW^zi}_WD&l!sXPtfXJU#p7DLVbSPtBagyE zM$P}C`Cl|29@pW19Y*0pM&Wk-?%Vv|WBHtARK${~U4QHC^Z9=LtrwgjsQjvERMabC(XWb*irTGy-RhS-esD)$wO|p`gN;c z@{qfXx{rRz?Y8{7Ex#%n6}8*hH#Gga!b6bj@cBfx=`Xvv!%c%S4m)!2kuel&RjP~!)9{M`8sI&byt4fm0uN&ih4yX`c=_UQG2RiPxVV4a(k*@ zPxVV4a+lHcDWmc0seV1xFL}uAseV1xFL}saM%_ohyjIn zTsMbbW^&H?I%xX!wETKnepNIo>J_o*S4Brf?MlC{^h+LcyV9>K{gQ{=Wi)-tX#Bd; zuPgnMhup68>q@`mA$J*dAN`WsRrz&QepNIoYFD#wX!>=@jZ3bZ!!I*A=X@PB{kkf@ zuF9{9Mn%0M7X7N|sHi>Hujl$D54kz6#__FTW7>z6#_ zE~Du6XdR~4#FTW}p74?c(^sAzy zqV__+Ug(!RQ%2+03;lYbU-FRK3;lYbU-FQ%;cQ&bOT4U-FRKjegzemptSyqv=yd6# zQ+`!6D(V%n=vPHYMeT`xJ<%_D$nA-KJ<%_D$X!O$r;Nt0C;Ih7zvLmeC;Ih7zvLlz z8Fe51lG~H=>q+@l(Wt0BnSDdkuS;%Ra@`z$naMfl>!9h^lk)3H`Bl-Vs8__IUlkn{ zwFmn3K)>W6w+H(5K)>W6cNtBeG8(@g=+^`Nl84+L=+^`Nl84-7)P3|zZV$?@2jy2q zqoVd;_6<$HF1c~Zb#wS-Cg+^5gQi~(%C86IS4E?uUJ;9aRdiI;7X4cEOCEAt^lQ;C zdB|Nx)2EEauSLHW{gQ{=7X4cEOCEBUQTNd=nJ=Wioww0T`Bf2LPtD2sdg|Nf=iAHd zo3EmtIq39)ucMN~FEcsktbxuNzMfk5DZeV>>#4a9Ur5b0mPC9ZH4#gq_DsK?>6bj@ z_DsK?>6bj@E~DvFM&s8r{d%Tf@{rpz{d%Tf@{qfXx{rRz?OFNtto*8IRMei$zM-@4 zamhi`FLN|(Cg+^5gQj24%CBeTS4E?uUJ;9aRdiI;9_!a*{gQ{=9_!a*{gQ{=Wi)-t zX#9GtUyt=m9&&rEUyt=m9&(pa_t7u8JubfQgg^C+^sxRn0gp( z`>E6n8BM*6!iS8)ZTa%O3J)1gevJ+lrUpj4H7HjP8HKx*hYC{(qisKxnjxd9mr?kT zQMfJNxL4sJqsgz)p~BR_XtxIC>LH_WxAIV7Dq*zkr&2RyH1#qHA2JHJ<+tutc*tn- zYjmhEH89$(LAiR!DBP_)RG3N_ZTqRz3>i(mjKYVE!fpArdleosn*16aDohQGc56_s z9x@7dD-RW>5=Ps8Dm6n!Q!k_NA)|0xzH+a^Lq?NdqeF$MfzfUa%GEVQOHsTZ3}-kWsi>d8jazFxvK0sTnewdKrZe z8HL;O+xIFwWHk9TI#ie%812@eTs>qI?p7WuOeKuA{Zwj(jHX^j;X_8@w*2zF3J)1g zevJ+lrUpj4H7HjP8HKx*hYC{(qisKxnjxd9mr?kTQMfH%zgOWQqsgz)p~BR_XtxIC z>LH_WxAIV7Dq*zkr&2RyH1#qHA2JHJVQOHsTZ3}-kWsi>d8jazFxvK0sTnewdKrZe8HL;O>-Q==WHk9TI#ie%812@e zTs>qI?p7WuOeKuA{Zwj(jHX^j;X_8@w*1Py3J)1gevJ+lrUpj4H7HjP8HKx*hYC{( zqisKxnjxd9mr?kTQMheiy;tEOqi~l|_>fV!ZC}1u;US}Nmr?kTQMhg2xL4sJqi~l| z_>fV!ZNGJ|!b3*kE~D@vqj1}P?Ouh4jKW<;;X_8@wteMZg@=s7T}I(UM&Y*o=Di9J z8HKxy!iS8)ZTsze6&^AQcNv8b8HL;C^Lfj&cgU#q$#?lMk6Q2ZbIY@FY+)4cG729u z3b)PY+m>h7kWuTC@A6?Dwch8?mS@Y@!YJHj6h34WZkx}CEwevl)cWMRe3(bAcYe3b z=Gek0++`F#WE5_j^R;DmhKyRDe3uXNsP%sQZ~53BTNs7AjKYVE@_q5Xe9ZUD54A7< zQI7WI2XeG8|4WYc<-f|&zWgUS+L!+$NBi=>u4>S*Hi=b@s;&XV1`?V-IrfMaI3(8umJC+MT}K>5Dw%cBe0Q z`XUdx%V>O&(fD##zTA~B6^)9xrZ0EpOGRAMm%G_tyPN%uOAea8n4=dnx%Ye>G<~_7 z9#S){_2sF)$U|;V_2sF)$V2Wj8ee2IzC0~oo|Z2a zjf%LYFHg&tinyjPPiKGa>FjS@a?td}9KD#yz31zo>C4mU0ehYOvBTLjbmrKDoO_XR zud{}|&YE_mFIV~^54m0G%ay*!L+&yfUt~1CT$L|ZC5xkUwc0L8O&(fIPBe0fp6 zR5U8$n!da!Un=67zPyC40Nr6R8B%fs1U zdpP?WmmD;GF-I?Ea_{*%X!`PSdca<1f9!Df44palAm?6W-0Q4iud}Az=*x}1$U|;7 z`f{T$@{qfX#upilFE{1OP5DyMsEBL&a#Oxk#5H}nnf=tqCK-O<&B>i<#Vez7CqcJeeM_*V!LCoIOKljy=e^ z7a8|DYuM|oX%F<}fxgH?ZV&Y3fxgH??lKx*WHi1!C|@3wFBOf7xTY@;%9o0`rY{d> zf9=8SZ(MTF^u-*#n9058>!9h&gXsZ#o&B-H*)w$J*n^yVk#VoHhP}?3w&=^EFY=Jv zqA!cS$V2Wj8ee2IzAWX-Qod9)D&m^HEagi@T+^3j_Qy}|pZ)O@``71ZeV1G}M=xe_ z?^y#)UzX_sd!7BU*V!|4=GcRrdy#RkvxdFSn)Xazp6QD`=ttbD16Yx?qR_Sc@x{>CK-ojrGR^kOFWp09(ZFVCh2>~;3X4rkBM znPU%f?nTDE&KmYQYuaOdd8{w;klSN@d8{w;kh_e=7a5H&kIR?GOL|j zrv{~llf!80m*2fVzecwF?nm=!IdkKZ>(=EYsmdv44RpS)E&u4AODrF;jEYzi^@>;$ z9Tl-8YU|t!nrFD=#wFLyrHk_nmzv{J)7Cn}T4$(eRMabC@eCCm6}9bhhV62OOKx0p z-5h5yLnoISX!@|#8MZn@MWdo#5sPQ2=%}demow~huW`vi=lkJi*ih4yXo}r?nqPG0Oef}5z!AJQ&7)IePqwpc4FdxrfRDY1lFbebWZ2nX8VLqN= zK9XS+<|7$K;kJ6;)%(gr?lPMD%4qJpdfzqo;v=7ZQ1|h^tM^^Kugph2H7GTF@Wx?CvA;BL~ z=||yzF8>SpU!sRsQ8`y%ExGz?$<^UiRL<2mUVY=$=2eud&7GT9TdwlklV9VU{w8IV z|C|0MWfboDt;#5T$SCY@SVm!fx00Ir4a+X0sh82zFMppJ6dp1PcNv8b8HL;O5AIcX z$SB-p6h36seEuam&VPLlcq~yS_bv6~WWp%S?*htnMQ-gVdnZFoQ7q@jIWrT0Y^sSt!oGkx|aiIqS4ACxlV+pPK*Fe3)~>oDfD~ zP6(qgCxlU$6T+x@_sMVZl5roI6HyQ(d;9m*=Kj3 z-F@UCx7~eq_mPL(Wibom*rmNY(qvp=Z*Or^Wm|C`w~XsLq_4YJR^_7Lq^Ttn!hz4 z9!t0{VH7@O6y`^o{VZU4H}CuTk>*4!eipEN>wE{!&p4m&!1;ORGY6eHexjLNc26ez z&l>2g;U}BxKJV3ijQGjsMEpo|uCXNIN179{Bxz`=sWO`4!KcjwPq#S3DE3)LCcW{HEvGH^1MBH*p0zbNr?! zIT|*Too5Yn*6^F2b)WL9B7V~|_u*GObB!etzv7vQB~jb-Ytt`z$ZgZFO~2$JcNtBe zG77g%zc&4nhuk*(+Vo2va+gu}(Jz_56p_=h(u`L&f_74erMav%OgMDEIxh(8gLh$T_m^=sEJdB|)cAsQ(Uy-^ee`qvSu6 z(fG3c)9>Vec(g75~XV4dB|PscL>Psc z$DEEOr(+Nkv3S2J{>sCE()ni4>W3DlX zsbopSASPl-#5}S;%Kl6ujCwD7-0X3)N0~{a2Bn5cgi-75akIzG9%bf{8k8C)5k_Gq z5k}!dMq%bLr(?M1R81-KExZ2}tk1~@;4N47@2&2~9<7$tqJ<3cXH7GSqB8+Nx~$ITvPCXpJH8YU4&VI~nqVI~nqVFod$W69|l#6&Efb*~=x>ail`G1nNxRI(&u z5EHQ^ViMUOWq&3SM!lCk?)JFbqs$~ygHppJ!l?E3xZC4yk1~@;4N47@2%|8Q2%|8Q z2%|9bn0MJMdC$!tCSpm%zmIk8gSuwKJSJigbB!etgP4dV5%YMbem7f%QJ8-p&3|Y< z%sj$OB8h0$$6R9&Q^}HuK}^Jwh)HCBl>M1R z81-KExY^@ok1~@;4N47@2&2~9<7SVWJ<3cXH7GSqB8+Ny3 z$K4)fCXpJH8YU4&VI~nqVI~nqzx&RcSA5O=+b;a;{pL+YEdE=*y#J*fd3pa67KStt zOCn~qu6hBw|Ptu_R(vzodSWt->hGteXGOe3)5qnNk>qnNk>q znNk=v|JwX(^I>KcW=dfcW=dfcW=L~7mYj|uO~m3^*XnVt9xGy2bB!TQB}*cPG!aW8 zrj-3r_Ge0A)O*?EYLBZu%1kLWC^bwej9PDxt39svC^Mzhpwuv>FbXrJFbXrJFbXrI zIUP$*$B-ss@vK|*xK)o8F{`=8kfxF)5ks1YB@t7~{wVu1r7-Hf>~XWl%^qc@lp2&8 zrW8i4x5v#MH+z(sQfg3Ym{J&pnNk>qnNk>q8Pc4NC8uLZ6R~*Ky?WfM$BLNMTw_R6 z$&!d6O~jIjDP@0@{h3l2^Tw_VZASPl-#5}&Oex9wuD9k*X z|ImDxd4!on7=@Wc7=@Wc7=@Wc7&ZUe{A=@J<`HHRVH9Q(VH9Q%b2^rsjzLVs;#t?~ zajhOJVjgpiK};n}A_g%LOClzb{ZaO35@FPP+2d-Dt3Aq0A~h&AOd^b0Z;z`zuJ$N1 ziPWIfFo`eb>l7v&YRIWhRjtlo}=xMyV&7=@Wc7=@Wc7=;Tp6_PE>QZjUmPNDWF2lL({M z+v9GJyFJQGA~h&AOd^cJOd^cJOd^ba{?2DF^L@prUkeU@R^MY>wtMzjwvX6BM&Y*n znE4+wA0A7%n@8b8M&Y*nHEK|J$f)@rH~-`2!($2eC5*y{jKX~H>pu1^?|#I>H@y_w{`U==`Y>zTlRd${=&{@;A@@p%{0W- zVm{oKe+#4VkWur0Y(75=IF>MK{*TQ6k@@gg!fp9C`M=7N|Er@SmPBp&Q(yC^z9u}D za9h4_{`=;`V+ptAPt5;``S9@P5P7rkmfOAmvG*|IJwqbiGt{*Y>Y5Sn84~ekA=g+E z@n#_rOCsJgyrq7eyM$4g_YCGgG#}T#_eE8;yvuJL9el`M&Pvyg}-5$_h*A7y{u zEx@Svvd7gPS9_Fsw?GX_4eu6U)Oved?Qyk7nRg4+pw#eg0Y+ioEx;(uy9F49d9#qy zvE+2TSxCgT$0g zE8;yvuJL9el`M&Pvyg}-5$_h*A7y{uEx@Svvd7&XcYBn1w?GX_4eu6U)Ovf|?Qyq9 znRg4+pw#eg0Y+ioEx;(uy9F49+wxO2^FLKHZ!{L8w*0;`{QJ&ucr4*wuVKk+j*3_k zbzg&0cgQH**1FGH_o--9)K>4adLMbny{cHePen&X-8wY)kj5pfC#a z0L|%GaylNMiC8@AT0O4SV?{hibBzaRDp?Zo08PY_h$krfqwLQU6h^(5J+Ah++M~=9 zlp2&8o}e&ly*;k>xZ0!46Ok6ZOv z5zo}v!DDwoR2Bn54D2!TfkDEPi_9*iN zr3R&jCn$`$dq61C-D-K)&)kWsi-6^qYb`Jibh3k^*(Fr zhK%MuRmI|cDmp6a)}gtNjOIRD-Dj)&R5U7ToA=qgk38gFRV?18qNAd29h&>dXzsJu zefGLfMWdp&d!OC=$V2W`#o~P`Ix6bcp}CKY^6Y%&vlE5i$SBO;V!O`&o4GCs6pW&qvn6c{Lh#Vk0sofFbW?s3iGLPKGs?CvCgN) ziCFx|U%vIl%V)?xI6u$3_1-zoi%)hT=#je?qkGf$cgyWIM-Mb z@u_hlmPBpUuQeVG8O^y@{aW=)9&(q_^eLm(>({DZYk0_Q)vr~*i(LvEXXZTck-xyz{g=$Fiw z5^_40oQ^LgBx0$v&c6AI!t`sKIli`V=J-lN`DG^OoHfw&Yb(FD@~a}gqLBOWrG(s- zB@tgrNW_w;?fSLrmptUQ>({Pd@{qfXrcW7-U%P(o`Xvv!?fSLrmptSyqwb?$GCvlY z)3M}q{8(rrmOAU~o1YGye(f{IPlryw%+au!oO9Md)33e!+RLws`03ExhaU^gU0D+G zW1)#yhSZ+b%kSK0 z=V)L4A$q87`P(r1QLctjxGg_t{^!hx#}e-5QTUKixGjH&8WbKfYX0ZV|GfF|Si*e? zqwpc4Fi+8Z6NM$;MByo#h{bQIEZ_Rl?0tA4HeB@el+`nBqp zJmfB;?vt8B<|&%fvE+0-MH8{qS!droOwYb~nBvX(Fg6bj@E~DvFM&s9}Uz>i(LvEXXZTck- zxyz{g=$Fh>G^b<9>3E7JVyUyvzIm9Qee(##8~wWEc$k)7W^&G115LlS@@p%z6#_w(HlfU-FQz6#_E~D6zmpT7H?yIcE(t{o2c~z5J?(hiUG^Q#5yF NNyJk$5z8mv{{NkiWrP3# diff --git a/bddisasm_test/x86/apx/apx2_64.result b/bddisasm_test/x86/apx/apx2_64.result index a5a3f4c..9e72789 100644 --- a/bddisasm_test/x86/apx/apx2_64.result +++ b/bddisasm_test/x86/apx/apx2_64.result @@ -1,4 +1,4 @@ -0000000000000000 626c7808fc1e AADD dword ptr [r22], r27d +0000000000000000 626c7c08fc1e AADD dword ptr [r22], r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: RAO-INT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -17,7 +17,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 -0000000000000006 626cf808fc1e AADD qword ptr [r22], r27 +0000000000000006 626cfc08fc1e AADD qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: RAO-INT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -36,7 +36,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 -000000000000000C 626c7908fc1e AAND dword ptr [r22], r27d +000000000000000C 626c7d08fc1e AAND dword ptr [r22], r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: RAO-INT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -55,7 +55,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 -0000000000000012 626cf908fc1e AAND qword ptr [r22], r27 +0000000000000012 626cfd08fc1e AAND qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: RAO-INT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -74,7 +74,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 -0000000000000018 626c7b08fc1e AOR dword ptr [r22], r27d +0000000000000018 626c7f08fc1e AOR dword ptr [r22], r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: RAO-INT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -93,7 +93,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 -000000000000001E 626cfb08fc1e AOR qword ptr [r22], r27 +000000000000001E 626cff08fc1e AOR qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: RAO-INT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -112,7 +112,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 -0000000000000024 626c7a08fc1e AXOR dword ptr [r22], r27d +0000000000000024 626c7e08fc1e AXOR dword ptr [r22], r27d DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: RAO-INT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -131,7 +131,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 27, RegCount: 1 -000000000000002A 626cfa08fc1e AXOR qword ptr [r22], r27 +000000000000002A 626cfe08fc1e AXOR qword ptr [r22], r27 DSIZE: 64, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: RAO-INT, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -150,7 +150,7 @@ Segment: 3, Base: 22, Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 -0000000000000030 626c7b08f8de URDMSR r22, r27 +0000000000000030 626c7f08f8de URDMSR r22, r27 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: USER_MSR, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -168,7 +168,7 @@ Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 -0000000000000036 62ff7b08f8c6bdbdbdbd URDMSR r22, 0xbdbdbdbd +0000000000000036 62ff7f08f8c6bdbdbdbd URDMSR r22, 0xbdbdbdbd DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: USER_MSR, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -186,7 +186,7 @@ Operand: 1, Acc: R-, Type: Immediate, Size: 4, RawSize: 4, Encoding: I Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: E, RegType: Model Specific, RegSize: 8, RegId: 0xffffffff, RegCount: 1 -0000000000000040 626c7a08f8de UWRMSR r27, r22 +0000000000000040 626c7e08f8de UWRMSR r27, r22 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: USER_MSR, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 @@ -204,7 +204,7 @@ Operand: 0, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 27, RegCount: 1 Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: General Purpose, RegSize: 8, RegId: 22, RegCount: 1 -0000000000000046 62ff7a08f8c6bdbdbdbd UWRMSR 0xbdbdbdbd, r22 +0000000000000046 62ff7e08f8c6bdbdbdbd UWRMSR 0xbdbdbdbd, r22 DSIZE: 32, ASIZE: 64, VLEN: - ISA Set: APX_F, Ins cat: USER_MSR, CET tracked: no CPUID leaf: 0x00000007, sub-leaf: 0x00000001, reg: edx, bit: 21 diff --git a/bddisasm_test/x86/apx/apx2_64.test b/bddisasm_test/x86/apx/apx2_64.test index 931e970..5ab06a9 100644 --- a/bddisasm_test/x86/apx/apx2_64.test +++ b/bddisasm_test/x86/apx/apx2_64.test @@ -1 +1 @@ -blxübløüblyüblùübl{üblûüblzüblúübl{øÞbÿ{øƽ½½½blzøÞbÿzøƽ½½½ \ No newline at end of file +bl|üblüübl}üblýüblüblÿübl~üblþübløÞbÿøƽ½½½bl~øÞbÿ~øƽ½½½ \ No newline at end of file diff --git a/bddisasm_test/x86/apx/evex_bad_64_skip.asm b/bddisasm_test/x86/apx/evex_bad_64_skip.asm index 3706585..e3f7676 100644 --- a/bddisasm_test/x86/apx/evex_bad_64_skip.asm +++ b/bddisasm_test/x86/apx/evex_bad_64_skip.asm @@ -10,7 +10,9 @@ db 0x62, 0x6C, 0x78, 0x09, 0x10, 0x1E, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, db 0x62, 0x6C, 0x78, 0x88, 0x10, 0x1E, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, ; Invalid PUSH2 register (RSP). - db 0x62, 0x6C, 0x58, 0x18, 0xFF, 0xF4, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, + db 0x62, 0x6C, 0x5C, 0x18, 0xFF, 0xF4, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, ; Invalid POP2 registers (same dest register, RAX). - db 0x62, 0x64, 0x78, 0x18, 0x8F, 0xC0, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, + db 0x62, 0x64, 0x7C, 0x18, 0x8F, 0xC0, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, + ; EVEX.U bit logical 0 (binary 1) with ModRM.Mod == 3 + db 0x62, 0x6c, 0xf8, 0x08, 0x11, 0xde, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, \ No newline at end of file diff --git a/bddisasm_test/x86/apx/evex_bad_64_skip.result b/bddisasm_test/x86/apx/evex_bad_64_skip.result index 9fbdc56..892849e 100644 --- a/bddisasm_test/x86/apx/evex_bad_64_skip.result +++ b/bddisasm_test/x86/apx/evex_bad_64_skip.result @@ -5,3 +5,4 @@ 0000000000000040 62 db 0x62 (0x80000045) 0000000000000050 62 db 0x62 (0x80000044) 0000000000000060 62 db 0x62 (0x80000044) +0000000000000070 62 db 0x62 (0x80000046) diff --git a/bddisasm_test/x86/apx/evex_bad_64_skip.test b/bddisasm_test/x86/apx/evex_bad_64_skip.test index aabbf18249da71478e4e950a37ae1ad2069bcad0..92d4d5dd30f289971aad5e7145572ef5ef1f899a 100644 GIT binary patch delta 52 lcmXSDV4M)77bEfi%LF(`N~w|PKLF=WNXq%aA$SkL2LP(b8m|BV delta 36 dcmZo*ESL}^7a{Tg%LF(`N~w_OKLF=W002Jd5;_0? diff --git a/bddisasm_test/x86/avx10/avx101_64.asm b/bddisasm_test/x86/avx10/avx101_64.asm new file mode 100644 index 0000000..53accac --- /dev/null +++ b/bddisasm_test/x86/avx10/avx101_64.asm @@ -0,0 +1,7 @@ + bits 64 + + ; VCVTPD2QQ zmm24, zmm31, {rd-sae} + db 0x62, 0x01, 0xfd, 0x38, 0x7b, 0xc7 + + ; VCVTPD2QQ ymm24, ymm31, {rd-sae} + db 0x62, 0x01, 0xf9, 0x38, 0x7b, 0xc7 diff --git a/bddisasm_test/x86/avx10/avx101_64.result b/bddisasm_test/x86/avx10/avx101_64.result new file mode 100644 index 0000000..73a39a3 --- /dev/null +++ b/bddisasm_test/x86/avx10/avx101_64.result @@ -0,0 +1,38 @@ +0000000000000000 6201fd387bc7 VCVTPD2QQ zmm24, zmm31, {rd-sae} + DSIZE: 64, ASIZE: 64, VLEN: 512 + ISA Set: AVX512DQ, Ins cat: CONVERT, CET tracked: no + CPUID leaf: 0x00000007, sub-leaf: 0x00000000, reg: ebx, bit: 17 + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 24, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 31, RegCount: 1 + +0000000000000006 6201f9387bc7 VCVTPD2QQ ymm24, ymm31, {rd-sae} + DSIZE: 64, ASIZE: 64, VLEN: 256 + ISA Set: AVX512DQ, Ins cat: CONVERT, CET tracked: no + CPUID leaf: 0x00000007, sub-leaf: 0x00000000, reg: ebx, bit: 17 + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 24, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 31, RegCount: 1 + diff --git a/bddisasm_test/x86/avx10/avx101_64.test b/bddisasm_test/x86/avx10/avx101_64.test new file mode 100644 index 0000000..1b19f6f --- /dev/null +++ b/bddisasm_test/x86/avx10/avx101_64.test @@ -0,0 +1 @@ +bý8{Çbù8{Ç \ No newline at end of file diff --git a/bddisasm_test/x86/avx10/avx102_64.result b/bddisasm_test/x86/avx10/avx102_64.result new file mode 100644 index 0000000..781ad9b --- /dev/null +++ b/bddisasm_test/x86/avx10/avx102_64.result @@ -0,0 +1,30981 @@ +0000000000000000 62fd7d08581e VADDNEPBF16 xmm3, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000000006 62fd7d28581e VADDNEPBF16 ymm3, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +000000000000000C 62fd7d48581e VADDNEPBF16 zmm3, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000000012 62fd7d0858de VADDNEPBF16 xmm3, xmm0, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000000018 62fd7d2858de VADDNEPBF16 ymm3, ymm0, ymm6 + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +000000000000001E 62fd7d4858de VADDNEPBF16 zmm3, zmm0, zmm6 + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +0000000000000024 62fd7d18581e VADDNEPBF16 xmm3, xmm0, word ptr [r22]{1to8} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 8 times + +000000000000002A 62fd7d38581e VADDNEPBF16 ymm3, ymm0, word ptr [r22]{1to16} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 16 times + +0000000000000030 62fd7d58581e VADDNEPBF16 zmm3, zmm0, word ptr [r22]{1to32} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 32 times + +0000000000000036 62fd7d0f581e VADDNEPBF16 xmm3{k7}, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +000000000000003C 62fd7d2f581e VADDNEPBF16 ymm3{k7}, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000000042 62fd7d4f581e VADDNEPBF16 zmm3{k7}, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000000048 62fd7d8f581e VADDNEPBF16 xmm3{k7}{z}, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +000000000000004E 62fd7daf581e VADDNEPBF16 ymm3{k7}{z}, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000000054 62fd7dcf581e VADDNEPBF16 zmm3{k7}{z}, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +000000000000005A 62fb7f08c21ebd VCMPPBF16 k3, xmm0, xmmword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: Mask, RegSize: 8, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000000061 62fb7f28c21ebd VCMPPBF16 k3, ymm0, ymmword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: Mask, RegSize: 8, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000000068 62fb7f48c21ebd VCMPPBF16 k3, zmm0, zmmword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: Mask, RegSize: 8, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +000000000000006F 62fb7f08c2debd VCMPPBF16 k3, xmm0, xmm6, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: Mask, RegSize: 8, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000000076 62fb7f28c2debd VCMPPBF16 k3, ymm0, ymm6, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: Mask, RegSize: 8, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +000000000000007D 62fb7f48c2debd VCMPPBF16 k3, zmm0, zmm6, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: Mask, RegSize: 8, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000000084 62fb7f18c21ebd VCMPPBF16 k3, xmm0, word ptr [r22]{1to8}, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: Mask, RegSize: 8, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 8 times + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +000000000000008B 62fb7f38c21ebd VCMPPBF16 k3, ymm0, word ptr [r22]{1to16}, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: Mask, RegSize: 8, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 16 times + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000000092 62fb7f58c21ebd VCMPPBF16 k3, zmm0, word ptr [r22]{1to32}, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: Mask, RegSize: 8, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 32 times + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000000099 62fb7f0fc21ebd VCMPPBF16 k3{k7}, xmm0, xmmword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: Mask, RegSize: 8, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +00000000000000A0 62fb7f2fc21ebd VCMPPBF16 k3{k7}, ymm0, ymmword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: Mask, RegSize: 8, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +00000000000000A7 62fb7f4fc21ebd VCMPPBF16 k3{k7}, zmm0, zmmword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: Mask, RegSize: 8, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +00000000000000AE 62fd7d082f1e VCOMSBF16 xmm3, word ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Tuple 1 scalar, 16 bit + Exception class: EVEX, exception type: E10NF + FLAGS access + CF: m, PF: m, AF: 0, ZF: m, SF: 0, OF: 0, + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, + Segment: 3, Base: 22, + Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 + +00000000000000B4 62fd7d282f1e VCOMSBF16 xmm3, word ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Tuple 1 scalar, 16 bit + Exception class: EVEX, exception type: E10NF + FLAGS access + CF: m, PF: m, AF: 0, ZF: m, SF: 0, OF: 0, + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, + Segment: 3, Base: 22, + Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 + +00000000000000BA 62fd7d482f1e VCOMSBF16 xmm3, word ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Tuple 1 scalar, 16 bit + Exception class: EVEX, exception type: E10NF + FLAGS access + CF: m, PF: m, AF: 0, ZF: m, SF: 0, OF: 0, + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, + Segment: 3, Base: 22, + Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 + +00000000000000C0 62fd7d082fde VCOMSBF16 xmm3, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Tuple 1 scalar, 16 bit + Exception class: EVEX, exception type: E10NF + FLAGS access + CF: m, PF: m, AF: 0, ZF: m, SF: 0, OF: 0, + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 + +00000000000000C6 62fd7d282fde VCOMSBF16 xmm3, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Tuple 1 scalar, 16 bit + Exception class: EVEX, exception type: E10NF + FLAGS access + CF: m, PF: m, AF: 0, ZF: m, SF: 0, OF: 0, + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 + +00000000000000CC 62fd7d482fde VCOMSBF16 xmm3, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Tuple 1 scalar, 16 bit + Exception class: EVEX, exception type: E10NF + FLAGS access + CF: m, PF: m, AF: 0, ZF: m, SF: 0, OF: 0, + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 + +00000000000000D2 62f9fe082f1e VCOMXSD xmm3, qword ptr [r22] + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CMPSFP, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + FLAGS access + CF: m, PF: m, AF: 0, ZF: m, SF: m, OF: m, + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, + Segment: 3, Base: 22, + Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 + +00000000000000D8 62f9fe082fde VCOMXSD xmm3, xmm6 + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CMPSFP, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + FLAGS access + CF: m, PF: m, AF: 0, ZF: m, SF: m, OF: m, + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 + +00000000000000DE 62f9fe182fde VCOMXSD xmm3, xmm6, {sae} + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CMPSFP, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + FLAGS access + CF: m, PF: m, AF: 0, ZF: m, SF: m, OF: m, + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 + +00000000000000E4 62f9fa182fde VCOMXSD xmm3, xmm6, {sae} + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CMPSFP, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + FLAGS access + CF: m, PF: m, AF: 0, ZF: m, SF: m, OF: m, + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 + +00000000000000EA 62fd7f082f1e VCOMXSH xmm3, word ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CMPSFP, CET tracked: no + EVEX Tuple Type: Tuple 1 scalar, 16 bit + Exception class: EVEX, exception type: E3NF + FLAGS access + CF: m, PF: m, AF: 0, ZF: m, SF: m, OF: m, + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, + Segment: 3, Base: 22, + Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 + +00000000000000F0 62fd7f082fde VCOMXSH xmm3, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CMPSFP, CET tracked: no + EVEX Tuple Type: Tuple 1 scalar, 16 bit + Exception class: EVEX, exception type: E3NF + FLAGS access + CF: m, PF: m, AF: 0, ZF: m, SF: m, OF: m, + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 + +00000000000000F6 62fd7f182fde VCOMXSH xmm3, xmm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CMPSFP, CET tracked: no + EVEX Tuple Type: Tuple 1 scalar, 16 bit + Exception class: EVEX, exception type: E3NF + FLAGS access + CF: m, PF: m, AF: 0, ZF: m, SF: m, OF: m, + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 + +00000000000000FC 62fd7b182fde VCOMXSH xmm3, xmm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CMPSFP, CET tracked: no + EVEX Tuple Type: Tuple 1 scalar, 16 bit + Exception class: EVEX, exception type: E3NF + FLAGS access + CF: m, PF: m, AF: 0, ZF: m, SF: m, OF: m, + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 + +0000000000000102 62f97f082f1e VCOMXSS xmm3, dword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CMPSFP, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + FLAGS access + CF: m, PF: m, AF: 0, ZF: m, SF: m, OF: m, + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, + Segment: 3, Base: 22, + Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 + +0000000000000108 62f97f082fde VCOMXSS xmm3, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CMPSFP, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + FLAGS access + CF: m, PF: m, AF: 0, ZF: m, SF: m, OF: m, + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 + +000000000000010E 62f97f182fde VCOMXSS xmm3, xmm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CMPSFP, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + FLAGS access + CF: m, PF: m, AF: 0, ZF: m, SF: m, OF: m, + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 + +0000000000000114 62f97b182fde VCOMXSS xmm3, xmm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CMPSFP, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + FLAGS access + CF: m, PF: m, AF: 0, ZF: m, SF: m, OF: m, + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 + +000000000000011A 62fa7d08671e VCVT2PS2PHX xmm3, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000000120 62fa7d28671e VCVT2PS2PHX ymm3, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000000126 62fa7d48671e VCVT2PS2PHX zmm3, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +000000000000012C 62fa7d0867de VCVT2PS2PHX xmm3, xmm0, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000000132 62fa7d2867de VCVT2PS2PHX ymm3, ymm0, ymm6 + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000000138 62fa7d4867de VCVT2PS2PHX zmm3, zmm0, zmm6 + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +000000000000013E 62fa7d18671e VCVT2PS2PHX xmm3, xmm0, dword ptr [r22]{1to4} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 4 bytes element 4 times + +0000000000000144 62fa7d38671e VCVT2PS2PHX ymm3, ymm0, dword ptr [r22]{1to8} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 4 bytes element 8 times + +000000000000014A 62fa7d58671e VCVT2PS2PHX zmm3, zmm0, dword ptr [r22]{1to16} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 4 bytes element 16 times + +0000000000000150 62fa7d0f671e VCVT2PS2PHX xmm3{k7}, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000000156 62fa7d2f671e VCVT2PS2PHX ymm3{k7}, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +000000000000015C 62fa7d4f671e VCVT2PS2PHX zmm3{k7}, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000000162 62fa7d8f671e VCVT2PS2PHX xmm3{k7}{z}, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000000168 62fa7daf671e VCVT2PS2PHX ymm3{k7}{z}, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +000000000000016E 62fa7dcf671e VCVT2PS2PHX zmm3{k7}{z}, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000000174 62fa7d1867de VCVT2PS2PHX zmm3, zmm0, zmm6, {rn-sae} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +000000000000017A 62fa7d3867de VCVT2PS2PHX zmm3, zmm0, zmm6, {rd-sae} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +0000000000000180 62fa7d5867de VCVT2PS2PHX zmm3, zmm0, zmm6, {ru-sae} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +0000000000000186 62fa7d7867de VCVT2PS2PHX zmm3, zmm0, zmm6, {rz-sae} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +000000000000018C 62fa791867de VCVT2PS2PHX ymm3, ymm0, ymm6, {rn-sae} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000000192 62fa793867de VCVT2PS2PHX ymm3, ymm0, ymm6, {rd-sae} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000000198 62fa795867de VCVT2PS2PHX ymm3, ymm0, ymm6, {ru-sae} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +000000000000019E 62fa797867de VCVT2PS2PHX ymm3, ymm0, ymm6, {rz-sae} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +00000000000001A4 62fa7c08741e VCVTBIASPH2BF8 xmm3, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +00000000000001AA 62fa7c28741e VCVTBIASPH2BF8 xmm3, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +00000000000001B0 62fa7c48741e VCVTBIASPH2BF8 ymm3, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +00000000000001B6 62fa7c0874de VCVTBIASPH2BF8 xmm3, xmm0, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +00000000000001BC 62fa7c2874de VCVTBIASPH2BF8 xmm3, ymm0, ymm6 + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +00000000000001C2 62fa7c4874de VCVTBIASPH2BF8 ymm3, zmm0, zmm6 + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +00000000000001C8 62fa7c18741e VCVTBIASPH2BF8 xmm3, xmm0, word ptr [r22]{1to8} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 8 times + +00000000000001CE 62fa7c38741e VCVTBIASPH2BF8 xmm3, ymm0, word ptr [r22]{1to16} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 16 times + +00000000000001D4 62fa7c58741e VCVTBIASPH2BF8 ymm3, zmm0, word ptr [r22]{1to32} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 32 times + +00000000000001DA 62fa7c0f741e VCVTBIASPH2BF8 xmm3{k7}, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +00000000000001E0 62fa7c2f741e VCVTBIASPH2BF8 xmm3{k7}, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +00000000000001E6 62fa7c4f741e VCVTBIASPH2BF8 ymm3{k7}, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +00000000000001EC 62fa7c8f741e VCVTBIASPH2BF8 xmm3{k7}{z}, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +00000000000001F2 62fa7caf741e VCVTBIASPH2BF8 xmm3{k7}{z}, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +00000000000001F8 62fa7ccf741e VCVTBIASPH2BF8 ymm3{k7}{z}, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +00000000000001FE 62fd7c08741e VCVTBIASPH2BF8S xmm3, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000000204 62fd7c28741e VCVTBIASPH2BF8S xmm3, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +000000000000020A 62fd7c48741e VCVTBIASPH2BF8S ymm3, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000000210 62fd7c0874de VCVTBIASPH2BF8S xmm3, xmm0, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000000216 62fd7c2874de VCVTBIASPH2BF8S xmm3, ymm0, ymm6 + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +000000000000021C 62fd7c4874de VCVTBIASPH2BF8S ymm3, zmm0, zmm6 + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +0000000000000222 62fd7c18741e VCVTBIASPH2BF8S xmm3, xmm0, word ptr [r22]{1to8} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 8 times + +0000000000000228 62fd7c38741e VCVTBIASPH2BF8S xmm3, ymm0, word ptr [r22]{1to16} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 16 times + +000000000000022E 62fd7c58741e VCVTBIASPH2BF8S ymm3, zmm0, word ptr [r22]{1to32} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 32 times + +0000000000000234 62fd7c0f741e VCVTBIASPH2BF8S xmm3{k7}, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +000000000000023A 62fd7c2f741e VCVTBIASPH2BF8S xmm3{k7}, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000000240 62fd7c4f741e VCVTBIASPH2BF8S ymm3{k7}, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000000246 62fd7c8f741e VCVTBIASPH2BF8S xmm3{k7}{z}, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +000000000000024C 62fd7caf741e VCVTBIASPH2BF8S xmm3{k7}{z}, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000000252 62fd7ccf741e VCVTBIASPH2BF8S ymm3{k7}{z}, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000000258 62fd7c08181e VCVTBIASPH2HF8 xmm3, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +000000000000025E 62fd7c28181e VCVTBIASPH2HF8 xmm3, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000000264 62fd7c48181e VCVTBIASPH2HF8 ymm3, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +000000000000026A 62fd7c0818de VCVTBIASPH2HF8 xmm3, xmm0, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000000270 62fd7c2818de VCVTBIASPH2HF8 xmm3, ymm0, ymm6 + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000000276 62fd7c4818de VCVTBIASPH2HF8 ymm3, zmm0, zmm6 + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +000000000000027C 62fd7c18181e VCVTBIASPH2HF8 xmm3, xmm0, word ptr [r22]{1to8} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 8 times + +0000000000000282 62fd7c38181e VCVTBIASPH2HF8 xmm3, ymm0, word ptr [r22]{1to16} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 16 times + +0000000000000288 62fd7c58181e VCVTBIASPH2HF8 ymm3, zmm0, word ptr [r22]{1to32} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 32 times + +000000000000028E 62fd7c0f181e VCVTBIASPH2HF8 xmm3{k7}, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000000294 62fd7c2f181e VCVTBIASPH2HF8 xmm3{k7}, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +000000000000029A 62fd7c4f181e VCVTBIASPH2HF8 ymm3{k7}, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +00000000000002A0 62fd7c8f181e VCVTBIASPH2HF8 xmm3{k7}{z}, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +00000000000002A6 62fd7caf181e VCVTBIASPH2HF8 xmm3{k7}{z}, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +00000000000002AC 62fd7ccf181e VCVTBIASPH2HF8 ymm3{k7}{z}, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +00000000000002B2 62fd7c081b1e VCVTBIASPH2HF8S xmm3, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +00000000000002B8 62fd7c281b1e VCVTBIASPH2HF8S xmm3, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +00000000000002BE 62fd7c481b1e VCVTBIASPH2HF8S ymm3, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +00000000000002C4 62fd7c081bde VCVTBIASPH2HF8S xmm3, xmm0, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +00000000000002CA 62fd7c281bde VCVTBIASPH2HF8S xmm3, ymm0, ymm6 + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +00000000000002D0 62fd7c481bde VCVTBIASPH2HF8S ymm3, zmm0, zmm6 + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +00000000000002D6 62fd7c181b1e VCVTBIASPH2HF8S xmm3, xmm0, word ptr [r22]{1to8} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 8 times + +00000000000002DC 62fd7c381b1e VCVTBIASPH2HF8S xmm3, ymm0, word ptr [r22]{1to16} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 16 times + +00000000000002E2 62fd7c581b1e VCVTBIASPH2HF8S ymm3, zmm0, word ptr [r22]{1to32} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 32 times + +00000000000002E8 62fd7c0f1b1e VCVTBIASPH2HF8S xmm3{k7}, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +00000000000002EE 62fd7c2f1b1e VCVTBIASPH2HF8S xmm3{k7}, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +00000000000002F4 62fd7c4f1b1e VCVTBIASPH2HF8S ymm3{k7}, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +00000000000002FA 62fd7c8f1b1e VCVTBIASPH2HF8S xmm3{k7}{z}, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000000300 62fd7caf1b1e VCVTBIASPH2HF8S xmm3{k7}{z}, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000000306 62fd7ccf1b1e VCVTBIASPH2HF8S ymm3{k7}{z}, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +000000000000030C 62fd7f081e1e VCVTHF82PH xmm3, qword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Half + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, + Segment: 3, Base: 22, + +0000000000000312 62fd7f281e1e VCVTHF82PH ymm3, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Half + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000000318 62fd7f481e1e VCVTHF82PH zmm3, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Half + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +000000000000031E 62fd7f081ede VCVTHF82PH xmm3, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Half + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000000324 62fd7f281ede VCVTHF82PH ymm3, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Half + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +000000000000032A 62fd7f481ede VCVTHF82PH zmm3, ymm6 + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Half + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000000330 62fd7f0f1e1e VCVTHF82PH xmm3{k7}, qword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Half + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, + Segment: 3, Base: 22, + +0000000000000336 62fd7f2f1e1e VCVTHF82PH ymm3{k7}, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Half + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +000000000000033C 62fd7f4f1e1e VCVTHF82PH zmm3{k7}, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Half + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000000342 62fd7f8f1e1e VCVTHF82PH xmm3{k7}{z}, qword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Half + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, + Segment: 3, Base: 22, + +0000000000000348 62fd7faf1e1e VCVTHF82PH ymm3{k7}{z}, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Half + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +000000000000034E 62fd7fcf1e1e VCVTHF82PH zmm3{k7}{z}, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Half + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000000354 62f97f08741e VCVTNE2PH2BF8 xmm3, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +000000000000035A 62f97f28741e VCVTNE2PH2BF8 ymm3, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000000360 62f97f48741e VCVTNE2PH2BF8 zmm3, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000000366 62f97f0874de VCVTNE2PH2BF8 xmm3, xmm0, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +000000000000036C 62f97f2874de VCVTNE2PH2BF8 ymm3, ymm0, ymm6 + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000000372 62f97f4874de VCVTNE2PH2BF8 zmm3, zmm0, zmm6 + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +0000000000000378 62f97f18741e VCVTNE2PH2BF8 xmm3, xmm0, word ptr [r22]{1to8} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 8 times + +000000000000037E 62f97f38741e VCVTNE2PH2BF8 ymm3, ymm0, word ptr [r22]{1to16} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 16 times + +0000000000000384 62f97f58741e VCVTNE2PH2BF8 zmm3, zmm0, word ptr [r22]{1to32} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 32 times + +000000000000038A 62f97f0f741e VCVTNE2PH2BF8 xmm3{k7}, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000000390 62f97f2f741e VCVTNE2PH2BF8 ymm3{k7}, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000000396 62f97f4f741e VCVTNE2PH2BF8 zmm3{k7}, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +000000000000039C 62f97f8f741e VCVTNE2PH2BF8 xmm3{k7}{z}, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +00000000000003A2 62f97faf741e VCVTNE2PH2BF8 ymm3{k7}{z}, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +00000000000003A8 62f97fcf741e VCVTNE2PH2BF8 zmm3{k7}{z}, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +00000000000003AE 62fd7f08741e VCVTNE2PH2BF8S xmm3, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +00000000000003B4 62fd7f28741e VCVTNE2PH2BF8S ymm3, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +00000000000003BA 62fd7f48741e VCVTNE2PH2BF8S zmm3, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +00000000000003C0 62fd7f0874de VCVTNE2PH2BF8S xmm3, xmm0, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +00000000000003C6 62fd7f2874de VCVTNE2PH2BF8S ymm3, ymm0, ymm6 + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +00000000000003CC 62fd7f4874de VCVTNE2PH2BF8S zmm3, zmm0, zmm6 + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +00000000000003D2 62fd7f18741e VCVTNE2PH2BF8S xmm3, xmm0, word ptr [r22]{1to8} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 8 times + +00000000000003D8 62fd7f38741e VCVTNE2PH2BF8S ymm3, ymm0, word ptr [r22]{1to16} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 16 times + +00000000000003DE 62fd7f58741e VCVTNE2PH2BF8S zmm3, zmm0, word ptr [r22]{1to32} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 32 times + +00000000000003E4 62fd7f0f741e VCVTNE2PH2BF8S xmm3{k7}, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +00000000000003EA 62fd7f2f741e VCVTNE2PH2BF8S ymm3{k7}, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +00000000000003F0 62fd7f4f741e VCVTNE2PH2BF8S zmm3{k7}, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +00000000000003F6 62fd7f8f741e VCVTNE2PH2BF8S xmm3{k7}{z}, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +00000000000003FC 62fd7faf741e VCVTNE2PH2BF8S ymm3{k7}{z}, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000000402 62fd7fcf741e VCVTNE2PH2BF8S zmm3{k7}{z}, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000000408 62fd7f08181e VCVTNE2PH2HF8 xmm3, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +000000000000040E 62fd7f28181e VCVTNE2PH2HF8 ymm3, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000000414 62fd7f48181e VCVTNE2PH2HF8 zmm3, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +000000000000041A 62fd7f0818de VCVTNE2PH2HF8 xmm3, xmm0, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000000420 62fd7f2818de VCVTNE2PH2HF8 ymm3, ymm0, ymm6 + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000000426 62fd7f4818de VCVTNE2PH2HF8 zmm3, zmm0, zmm6 + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +000000000000042C 62fd7f18181e VCVTNE2PH2HF8 xmm3, xmm0, word ptr [r22]{1to8} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 8 times + +0000000000000432 62fd7f38181e VCVTNE2PH2HF8 ymm3, ymm0, word ptr [r22]{1to16} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 16 times + +0000000000000438 62fd7f58181e VCVTNE2PH2HF8 zmm3, zmm0, word ptr [r22]{1to32} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 32 times + +000000000000043E 62fd7f0f181e VCVTNE2PH2HF8 xmm3{k7}, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000000444 62fd7f2f181e VCVTNE2PH2HF8 ymm3{k7}, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +000000000000044A 62fd7f4f181e VCVTNE2PH2HF8 zmm3{k7}, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000000450 62fd7f8f181e VCVTNE2PH2HF8 xmm3{k7}{z}, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000000456 62fd7faf181e VCVTNE2PH2HF8 ymm3{k7}{z}, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +000000000000045C 62fd7fcf181e VCVTNE2PH2HF8 zmm3{k7}{z}, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000000462 62fd7f081b1e VCVTNE2PH2HF8S xmm3, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000000468 62fd7f281b1e VCVTNE2PH2HF8S ymm3, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +000000000000046E 62fd7f481b1e VCVTNE2PH2HF8S zmm3, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000000474 62fd7f081bde VCVTNE2PH2HF8S xmm3, xmm0, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +000000000000047A 62fd7f281bde VCVTNE2PH2HF8S ymm3, ymm0, ymm6 + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000000480 62fd7f481bde VCVTNE2PH2HF8S zmm3, zmm0, zmm6 + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +0000000000000486 62fd7f181b1e VCVTNE2PH2HF8S xmm3, xmm0, word ptr [r22]{1to8} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 8 times + +000000000000048C 62fd7f381b1e VCVTNE2PH2HF8S ymm3, ymm0, word ptr [r22]{1to16} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 16 times + +0000000000000492 62fd7f581b1e VCVTNE2PH2HF8S zmm3, zmm0, word ptr [r22]{1to32} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 32 times + +0000000000000498 62fd7f0f1b1e VCVTNE2PH2HF8S xmm3{k7}, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +000000000000049E 62fd7f2f1b1e VCVTNE2PH2HF8S ymm3{k7}, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +00000000000004A4 62fd7f4f1b1e VCVTNE2PH2HF8S zmm3{k7}, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +00000000000004AA 62fd7f8f1b1e VCVTNE2PH2HF8S xmm3{k7}{z}, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +00000000000004B0 62fd7faf1b1e VCVTNE2PH2HF8S ymm3{k7}{z}, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +00000000000004B6 62fd7fcf1b1e VCVTNE2PH2HF8S zmm3{k7}{z}, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +00000000000004BC 62fd7f08691e VCVTNEBF162IBS xmm3, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +00000000000004C2 62fd7f28691e VCVTNEBF162IBS ymm3, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +00000000000004C8 62fd7f48691e VCVTNEBF162IBS zmm3, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +00000000000004CE 62fd7f0869de VCVTNEBF162IBS xmm3, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +00000000000004D4 62fd7f2869de VCVTNEBF162IBS ymm3, ymm6 + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +00000000000004DA 62fd7f4869de VCVTNEBF162IBS zmm3, zmm6 + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +00000000000004E0 62fd7f18691e VCVTNEBF162IBS xmm3, word ptr [r22]{1to8} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 8 times + +00000000000004E6 62fd7f38691e VCVTNEBF162IBS ymm3, word ptr [r22]{1to16} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 16 times + +00000000000004EC 62fd7f58691e VCVTNEBF162IBS zmm3, word ptr [r22]{1to32} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 32 times + +00000000000004F2 62fd7f0f691e VCVTNEBF162IBS xmm3{k7}, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +00000000000004F8 62fd7f2f691e VCVTNEBF162IBS ymm3{k7}, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +00000000000004FE 62fd7f4f691e VCVTNEBF162IBS zmm3{k7}, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000000504 62fd7f8f691e VCVTNEBF162IBS xmm3{k7}{z}, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +000000000000050A 62fd7faf691e VCVTNEBF162IBS ymm3{k7}{z}, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000000510 62fd7fcf691e VCVTNEBF162IBS zmm3{k7}{z}, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000000516 62fd7f086b1e VCVTNEBF162IUBS xmm3, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +000000000000051C 62fd7f286b1e VCVTNEBF162IUBS ymm3, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000000522 62fd7f486b1e VCVTNEBF162IUBS zmm3, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000000528 62fd7f086bde VCVTNEBF162IUBS xmm3, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +000000000000052E 62fd7f286bde VCVTNEBF162IUBS ymm3, ymm6 + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000000534 62fd7f486bde VCVTNEBF162IUBS zmm3, zmm6 + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +000000000000053A 62fd7f186b1e VCVTNEBF162IUBS xmm3, word ptr [r22]{1to8} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 8 times + +0000000000000540 62fd7f386b1e VCVTNEBF162IUBS ymm3, word ptr [r22]{1to16} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 16 times + +0000000000000546 62fd7f586b1e VCVTNEBF162IUBS zmm3, word ptr [r22]{1to32} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 32 times + +000000000000054C 62fd7f0f6b1e VCVTNEBF162IUBS xmm3{k7}, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000000552 62fd7f2f6b1e VCVTNEBF162IUBS ymm3{k7}, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000000558 62fd7f4f6b1e VCVTNEBF162IUBS zmm3{k7}, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +000000000000055E 62fd7f8f6b1e VCVTNEBF162IUBS xmm3{k7}{z}, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000000564 62fd7faf6b1e VCVTNEBF162IUBS ymm3{k7}{z}, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +000000000000056A 62fd7fcf6b1e VCVTNEBF162IUBS zmm3{k7}{z}, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000000570 62f97e08741e VCVTNEPH2BF8 xmm3, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000000576 62f97e28741e VCVTNEPH2BF8 xmm3, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +000000000000057C 62f97e48741e VCVTNEPH2BF8 ymm3, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000000582 62f97e0874de VCVTNEPH2BF8 xmm3, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000000588 62f97e2874de VCVTNEPH2BF8 xmm3, ymm6 + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +000000000000058E 62f97e4874de VCVTNEPH2BF8 ymm3, zmm6 + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +0000000000000594 62f97e18741e VCVTNEPH2BF8 xmm3, word ptr [r22]{1to8} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 8 times + +000000000000059A 62f97e38741e VCVTNEPH2BF8 xmm3, word ptr [r22]{1to16} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 16 times + +00000000000005A0 62f97e58741e VCVTNEPH2BF8 ymm3, word ptr [r22]{1to32} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 32 times + +00000000000005A6 62f97e0f741e VCVTNEPH2BF8 xmm3{k7}, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +00000000000005AC 62f97e2f741e VCVTNEPH2BF8 xmm3{k7}, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +00000000000005B2 62f97e4f741e VCVTNEPH2BF8 ymm3{k7}, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +00000000000005B8 62f97e8f741e VCVTNEPH2BF8 xmm3{k7}{z}, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +00000000000005BE 62f97eaf741e VCVTNEPH2BF8 xmm3{k7}{z}, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +00000000000005C4 62f97ecf741e VCVTNEPH2BF8 ymm3{k7}{z}, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +00000000000005CA 62fd7e08741e VCVTNEPH2BF8S xmm3, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +00000000000005D0 62fd7e28741e VCVTNEPH2BF8S xmm3, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +00000000000005D6 62fd7e48741e VCVTNEPH2BF8S ymm3, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +00000000000005DC 62fd7e0874de VCVTNEPH2BF8S xmm3, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +00000000000005E2 62fd7e2874de VCVTNEPH2BF8S xmm3, ymm6 + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +00000000000005E8 62fd7e4874de VCVTNEPH2BF8S ymm3, zmm6 + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +00000000000005EE 62fd7e18741e VCVTNEPH2BF8S xmm3, word ptr [r22]{1to8} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 8 times + +00000000000005F4 62fd7e38741e VCVTNEPH2BF8S xmm3, word ptr [r22]{1to16} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 16 times + +00000000000005FA 62fd7e58741e VCVTNEPH2BF8S ymm3, word ptr [r22]{1to32} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 32 times + +0000000000000600 62fd7e0f741e VCVTNEPH2BF8S xmm3{k7}, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000000606 62fd7e2f741e VCVTNEPH2BF8S xmm3{k7}, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +000000000000060C 62fd7e4f741e VCVTNEPH2BF8S ymm3{k7}, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000000612 62fd7e8f741e VCVTNEPH2BF8S xmm3{k7}{z}, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000000618 62fd7eaf741e VCVTNEPH2BF8S xmm3{k7}{z}, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +000000000000061E 62fd7ecf741e VCVTNEPH2BF8S ymm3{k7}{z}, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000000624 62fd7e08181e VCVTNEPH2HF8 xmm3, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +000000000000062A 62fd7e28181e VCVTNEPH2HF8 xmm3, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000000630 62fd7e48181e VCVTNEPH2HF8 ymm3, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000000636 62fd7e0818de VCVTNEPH2HF8 xmm3, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +000000000000063C 62fd7e2818de VCVTNEPH2HF8 xmm3, ymm6 + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000000642 62fd7e4818de VCVTNEPH2HF8 ymm3, zmm6 + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +0000000000000648 62fd7e18181e VCVTNEPH2HF8 xmm3, word ptr [r22]{1to8} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 8 times + +000000000000064E 62fd7e38181e VCVTNEPH2HF8 xmm3, word ptr [r22]{1to16} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 16 times + +0000000000000654 62fd7e58181e VCVTNEPH2HF8 ymm3, word ptr [r22]{1to32} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 32 times + +000000000000065A 62fd7e0f181e VCVTNEPH2HF8 xmm3{k7}, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000000660 62fd7e2f181e VCVTNEPH2HF8 xmm3{k7}, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000000666 62fd7e4f181e VCVTNEPH2HF8 ymm3{k7}, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +000000000000066C 62fd7e8f181e VCVTNEPH2HF8 xmm3{k7}{z}, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000000672 62fd7eaf181e VCVTNEPH2HF8 xmm3{k7}{z}, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000000678 62fd7ecf181e VCVTNEPH2HF8 ymm3{k7}{z}, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +000000000000067E 62fd7e081b1e VCVTNEPH2HF8S xmm3, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000000684 62fd7e281b1e VCVTNEPH2HF8S xmm3, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +000000000000068A 62fd7e481b1e VCVTNEPH2HF8S ymm3, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000000690 62fd7e081bde VCVTNEPH2HF8S xmm3, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000000696 62fd7e281bde VCVTNEPH2HF8S xmm3, ymm6 + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +000000000000069C 62fd7e481bde VCVTNEPH2HF8S ymm3, zmm6 + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +00000000000006A2 62fd7e181b1e VCVTNEPH2HF8S xmm3, word ptr [r22]{1to8} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 8 times + +00000000000006A8 62fd7e381b1e VCVTNEPH2HF8S xmm3, word ptr [r22]{1to16} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 16 times + +00000000000006AE 62fd7e581b1e VCVTNEPH2HF8S ymm3, word ptr [r22]{1to32} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 32 times + +00000000000006B4 62fd7e0f1b1e VCVTNEPH2HF8S xmm3{k7}, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +00000000000006BA 62fd7e2f1b1e VCVTNEPH2HF8S xmm3{k7}, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +00000000000006C0 62fd7e4f1b1e VCVTNEPH2HF8S ymm3{k7}, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +00000000000006C6 62fd7e8f1b1e VCVTNEPH2HF8S xmm3{k7}{z}, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +00000000000006CC 62fd7eaf1b1e VCVTNEPH2HF8S xmm3{k7}{z}, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +00000000000006D2 62fd7ecf1b1e VCVTNEPH2HF8S ymm3{k7}{z}, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10CONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +00000000000006D8 62fd7c08691e VCVTPH2IBS xmm3, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +00000000000006DE 62fd7c28691e VCVTPH2IBS ymm3, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +00000000000006E4 62fd7c48691e VCVTPH2IBS zmm3, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +00000000000006EA 62fd7c0869de VCVTPH2IBS xmm3, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +00000000000006F0 62fd7c2869de VCVTPH2IBS ymm3, ymm6 + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +00000000000006F6 62fd7c4869de VCVTPH2IBS zmm3, zmm6 + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +00000000000006FC 62fd7c18691e VCVTPH2IBS xmm3, word ptr [r22]{1to8} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 8 times + +0000000000000702 62fd7c38691e VCVTPH2IBS ymm3, word ptr [r22]{1to16} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 16 times + +0000000000000708 62fd7c58691e VCVTPH2IBS zmm3, word ptr [r22]{1to32} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 32 times + +000000000000070E 62fd7c0f691e VCVTPH2IBS xmm3{k7}, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000000714 62fd7c2f691e VCVTPH2IBS ymm3{k7}, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +000000000000071A 62fd7c4f691e VCVTPH2IBS zmm3{k7}, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000000720 62fd7c8f691e VCVTPH2IBS xmm3{k7}{z}, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000000726 62fd7caf691e VCVTPH2IBS ymm3{k7}{z}, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +000000000000072C 62fd7ccf691e VCVTPH2IBS zmm3{k7}{z}, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000000732 62fd7c1869de VCVTPH2IBS zmm3, zmm6, {rn-sae} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +0000000000000738 62fd7c3869de VCVTPH2IBS zmm3, zmm6, {rd-sae} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +000000000000073E 62fd7c5869de VCVTPH2IBS zmm3, zmm6, {ru-sae} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +0000000000000744 62fd7c7869de VCVTPH2IBS zmm3, zmm6, {rz-sae} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +000000000000074A 62fd781869de VCVTPH2IBS ymm3, ymm6, {rn-sae} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000000750 62fd783869de VCVTPH2IBS ymm3, ymm6, {rd-sae} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000000756 62fd785869de VCVTPH2IBS ymm3, ymm6, {ru-sae} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +000000000000075C 62fd787869de VCVTPH2IBS ymm3, ymm6, {rz-sae} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000000762 62fd7c086b1e VCVTPH2IUBS xmm3, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000000768 62fd7c286b1e VCVTPH2IUBS ymm3, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +000000000000076E 62fd7c486b1e VCVTPH2IUBS zmm3, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000000774 62fd7c086bde VCVTPH2IUBS xmm3, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +000000000000077A 62fd7c286bde VCVTPH2IUBS ymm3, ymm6 + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000000780 62fd7c486bde VCVTPH2IUBS zmm3, zmm6 + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +0000000000000786 62fd7c186b1e VCVTPH2IUBS xmm3, word ptr [r22]{1to8} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 8 times + +000000000000078C 62fd7c386b1e VCVTPH2IUBS ymm3, word ptr [r22]{1to16} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 16 times + +0000000000000792 62fd7c586b1e VCVTPH2IUBS zmm3, word ptr [r22]{1to32} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 32 times + +0000000000000798 62fd7c0f6b1e VCVTPH2IUBS xmm3{k7}, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +000000000000079E 62fd7c2f6b1e VCVTPH2IUBS ymm3{k7}, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +00000000000007A4 62fd7c4f6b1e VCVTPH2IUBS zmm3{k7}, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +00000000000007AA 62fd7c8f6b1e VCVTPH2IUBS xmm3{k7}{z}, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +00000000000007B0 62fd7caf6b1e VCVTPH2IUBS ymm3{k7}{z}, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +00000000000007B6 62fd7ccf6b1e VCVTPH2IUBS zmm3{k7}{z}, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +00000000000007BC 62fd7c186bde VCVTPH2IUBS zmm3, zmm6, {rn-sae} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +00000000000007C2 62fd7c386bde VCVTPH2IUBS zmm3, zmm6, {rd-sae} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +00000000000007C8 62fd7c586bde VCVTPH2IUBS zmm3, zmm6, {ru-sae} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +00000000000007CE 62fd7c786bde VCVTPH2IUBS zmm3, zmm6, {rz-sae} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +00000000000007D4 62fd78186bde VCVTPH2IUBS ymm3, ymm6, {rn-sae} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +00000000000007DA 62fd78386bde VCVTPH2IUBS ymm3, ymm6, {rd-sae} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +00000000000007E0 62fd78586bde VCVTPH2IUBS ymm3, ymm6, {ru-sae} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +00000000000007E6 62fd78786bde VCVTPH2IUBS ymm3, ymm6, {rz-sae} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +00000000000007EC 62fd7d08691e VCVTPS2IBS xmm3, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +00000000000007F2 62fd7d28691e VCVTPS2IBS ymm3, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +00000000000007F8 62fd7d48691e VCVTPS2IBS zmm3, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +00000000000007FE 62fd7d0869de VCVTPS2IBS xmm3, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000000804 62fd7d2869de VCVTPS2IBS ymm3, ymm6 + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +000000000000080A 62fd7d4869de VCVTPS2IBS zmm3, zmm6 + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +0000000000000810 62fd7d18691e VCVTPS2IBS xmm3, dword ptr [r22]{1to4} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 4 bytes element 4 times + +0000000000000816 62fd7d38691e VCVTPS2IBS ymm3, dword ptr [r22]{1to8} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 4 bytes element 8 times + +000000000000081C 62fd7d58691e VCVTPS2IBS zmm3, dword ptr [r22]{1to16} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 4 bytes element 16 times + +0000000000000822 62fd7d0f691e VCVTPS2IBS xmm3{k7}, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000000828 62fd7d2f691e VCVTPS2IBS ymm3{k7}, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +000000000000082E 62fd7d4f691e VCVTPS2IBS zmm3{k7}, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000000834 62fd7d8f691e VCVTPS2IBS xmm3{k7}{z}, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +000000000000083A 62fd7daf691e VCVTPS2IBS ymm3{k7}{z}, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000000840 62fd7dcf691e VCVTPS2IBS zmm3{k7}{z}, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000000846 62fd7d1869de VCVTPS2IBS zmm3, zmm6, {rn-sae} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +000000000000084C 62fd7d3869de VCVTPS2IBS zmm3, zmm6, {rd-sae} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +0000000000000852 62fd7d5869de VCVTPS2IBS zmm3, zmm6, {ru-sae} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +0000000000000858 62fd7d7869de VCVTPS2IBS zmm3, zmm6, {rz-sae} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +000000000000085E 62fd791869de VCVTPS2IBS ymm3, ymm6, {rn-sae} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000000864 62fd793869de VCVTPS2IBS ymm3, ymm6, {rd-sae} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +000000000000086A 62fd795869de VCVTPS2IBS ymm3, ymm6, {ru-sae} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000000870 62fd797869de VCVTPS2IBS ymm3, ymm6, {rz-sae} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000000876 62fd7d086b1e VCVTPS2IUBS xmm3, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +000000000000087C 62fd7d286b1e VCVTPS2IUBS ymm3, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000000882 62fd7d486b1e VCVTPS2IUBS zmm3, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000000888 62fd7d086bde VCVTPS2IUBS xmm3, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +000000000000088E 62fd7d286bde VCVTPS2IUBS ymm3, ymm6 + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000000894 62fd7d486bde VCVTPS2IUBS zmm3, zmm6 + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +000000000000089A 62fd7d186b1e VCVTPS2IUBS xmm3, dword ptr [r22]{1to4} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 4 bytes element 4 times + +00000000000008A0 62fd7d386b1e VCVTPS2IUBS ymm3, dword ptr [r22]{1to8} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 4 bytes element 8 times + +00000000000008A6 62fd7d586b1e VCVTPS2IUBS zmm3, dword ptr [r22]{1to16} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 4 bytes element 16 times + +00000000000008AC 62fd7d0f6b1e VCVTPS2IUBS xmm3{k7}, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +00000000000008B2 62fd7d2f6b1e VCVTPS2IUBS ymm3{k7}, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +00000000000008B8 62fd7d4f6b1e VCVTPS2IUBS zmm3{k7}, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +00000000000008BE 62fd7d8f6b1e VCVTPS2IUBS xmm3{k7}{z}, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +00000000000008C4 62fd7daf6b1e VCVTPS2IUBS ymm3{k7}{z}, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +00000000000008CA 62fd7dcf6b1e VCVTPS2IUBS zmm3{k7}{z}, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +00000000000008D0 62fd7d186bde VCVTPS2IUBS zmm3, zmm6, {rn-sae} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +00000000000008D6 62fd7d386bde VCVTPS2IUBS zmm3, zmm6, {rd-sae} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +00000000000008DC 62fd7d586bde VCVTPS2IUBS zmm3, zmm6, {ru-sae} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +00000000000008E2 62fd7d786bde VCVTPS2IUBS zmm3, zmm6, {rz-sae} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +00000000000008E8 62fd79186bde VCVTPS2IUBS ymm3, ymm6, {rn-sae} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +00000000000008EE 62fd79386bde VCVTPS2IUBS ymm3, ymm6, {rd-sae} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +00000000000008F4 62fd79586bde VCVTPS2IUBS ymm3, ymm6, {ru-sae} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +00000000000008FA 62fd79786bde VCVTPS2IUBS ymm3, ymm6, {rz-sae} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000000900 62fd7f08681e VCVTTNEBF162IBS xmm3, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000000906 62fd7f28681e VCVTTNEBF162IBS ymm3, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +000000000000090C 62fd7f48681e VCVTTNEBF162IBS zmm3, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000000912 62fd7f0868de VCVTTNEBF162IBS xmm3, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000000918 62fd7f2868de VCVTTNEBF162IBS ymm3, ymm6 + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +000000000000091E 62fd7f4868de VCVTTNEBF162IBS zmm3, zmm6 + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +0000000000000924 62fd7f18681e VCVTTNEBF162IBS xmm3, word ptr [r22]{1to8} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 8 times + +000000000000092A 62fd7f38681e VCVTTNEBF162IBS ymm3, word ptr [r22]{1to16} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 16 times + +0000000000000930 62fd7f58681e VCVTTNEBF162IBS zmm3, word ptr [r22]{1to32} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 32 times + +0000000000000936 62fd7f0f681e VCVTTNEBF162IBS xmm3{k7}, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +000000000000093C 62fd7f2f681e VCVTTNEBF162IBS ymm3{k7}, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000000942 62fd7f4f681e VCVTTNEBF162IBS zmm3{k7}, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000000948 62fd7f8f681e VCVTTNEBF162IBS xmm3{k7}{z}, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +000000000000094E 62fd7faf681e VCVTTNEBF162IBS ymm3{k7}{z}, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000000954 62fd7fcf681e VCVTTNEBF162IBS zmm3{k7}{z}, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +000000000000095A 62fd7f086a1e VCVTTNEBF162IUBS xmm3, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000000960 62fd7f286a1e VCVTTNEBF162IUBS ymm3, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000000966 62fd7f486a1e VCVTTNEBF162IUBS zmm3, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +000000000000096C 62fd7f086ade VCVTTNEBF162IUBS xmm3, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000000972 62fd7f286ade VCVTTNEBF162IUBS ymm3, ymm6 + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000000978 62fd7f486ade VCVTTNEBF162IUBS zmm3, zmm6 + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +000000000000097E 62fd7f186a1e VCVTTNEBF162IUBS xmm3, word ptr [r22]{1to8} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 8 times + +0000000000000984 62fd7f386a1e VCVTTNEBF162IUBS ymm3, word ptr [r22]{1to16} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 16 times + +000000000000098A 62fd7f586a1e VCVTTNEBF162IUBS zmm3, word ptr [r22]{1to32} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 32 times + +0000000000000990 62fd7f0f6a1e VCVTTNEBF162IUBS xmm3{k7}, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000000996 62fd7f2f6a1e VCVTTNEBF162IUBS ymm3{k7}, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +000000000000099C 62fd7f4f6a1e VCVTTNEBF162IUBS zmm3{k7}, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +00000000000009A2 62fd7f8f6a1e VCVTTNEBF162IUBS xmm3{k7}{z}, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +00000000000009A8 62fd7faf6a1e VCVTTNEBF162IUBS ymm3{k7}{z}, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +00000000000009AE 62fd7fcf6a1e VCVTTNEBF162IUBS zmm3{k7}{z}, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +00000000000009B4 62fdfc086d1e VCVTTPD2DQS xmm3, xmmword ptr [r22] + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +00000000000009BA 62fdfc286d1e VCVTTPD2DQS xmm3, ymmword ptr [r22] + DSIZE: 64, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +00000000000009C0 62fdfc486d1e VCVTTPD2DQS ymm3, zmmword ptr [r22] + DSIZE: 64, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +00000000000009C6 62fdfc086dde VCVTTPD2DQS xmm3, xmm6 + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +00000000000009CC 62fdfc286dde VCVTTPD2DQS xmm3, ymm6 + DSIZE: 64, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +00000000000009D2 62fdfc486dde VCVTTPD2DQS ymm3, zmm6 + DSIZE: 64, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +00000000000009D8 62fdfc186d1e VCVTTPD2DQS xmm3, qword ptr [r22]{1to2} + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 8 bytes element 2 times + +00000000000009DE 62fdfc386d1e VCVTTPD2DQS xmm3, qword ptr [r22]{1to4} + DSIZE: 64, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 8 bytes element 4 times + +00000000000009E4 62fdfc586d1e VCVTTPD2DQS ymm3, qword ptr [r22]{1to8} + DSIZE: 64, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 8 bytes element 8 times + +00000000000009EA 62fdfc0f6d1e VCVTTPD2DQS xmm3{k7}, xmmword ptr [r22] + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +00000000000009F0 62fdfc2f6d1e VCVTTPD2DQS xmm3{k7}, ymmword ptr [r22] + DSIZE: 64, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +00000000000009F6 62fdfc4f6d1e VCVTTPD2DQS ymm3{k7}, zmmword ptr [r22] + DSIZE: 64, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +00000000000009FC 62fdfc8f6d1e VCVTTPD2DQS xmm3{k7}{z}, xmmword ptr [r22] + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000000A02 62fdfcaf6d1e VCVTTPD2DQS xmm3{k7}{z}, ymmword ptr [r22] + DSIZE: 64, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000000A08 62fdfccf6d1e VCVTTPD2DQS ymm3{k7}{z}, zmmword ptr [r22] + DSIZE: 64, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000000A0E 62fdfc186dde VCVTTPD2DQS ymm3, zmm6, {sae} + DSIZE: 64, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +0000000000000A14 62fdfc386dde VCVTTPD2DQS ymm3, zmm6, {sae} + DSIZE: 64, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +0000000000000A1A 62fdfc586dde VCVTTPD2DQS ymm3, zmm6, {sae} + DSIZE: 64, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +0000000000000A20 62fdfc786dde VCVTTPD2DQS ymm3, zmm6, {sae} + DSIZE: 64, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +0000000000000A26 62fdf8186dde VCVTTPD2DQS xmm3, ymm6, {sae} + DSIZE: 64, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000000A2C 62fdf8386dde VCVTTPD2DQS xmm3, ymm6, {sae} + DSIZE: 64, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000000A32 62fdf8586dde VCVTTPD2DQS xmm3, ymm6, {sae} + DSIZE: 64, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000000A38 62fdf8786dde VCVTTPD2DQS xmm3, ymm6, {sae} + DSIZE: 64, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000000A3E 62fdfd086d1e VCVTTPD2QQS xmm3, xmmword ptr [r22] + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000000A44 62fdfd286d1e VCVTTPD2QQS ymm3, ymmword ptr [r22] + DSIZE: 64, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000000A4A 62fdfd486d1e VCVTTPD2QQS zmm3, zmmword ptr [r22] + DSIZE: 64, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000000A50 62fdfd086dde VCVTTPD2QQS xmm3, xmm6 + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000000A56 62fdfd286dde VCVTTPD2QQS ymm3, ymm6 + DSIZE: 64, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000000A5C 62fdfd486dde VCVTTPD2QQS zmm3, zmm6 + DSIZE: 64, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +0000000000000A62 62fdfd186d1e VCVTTPD2QQS xmm3, qword ptr [r22]{1to2} + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 8 bytes element 2 times + +0000000000000A68 62fdfd386d1e VCVTTPD2QQS ymm3, qword ptr [r22]{1to4} + DSIZE: 64, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 8 bytes element 4 times + +0000000000000A6E 62fdfd586d1e VCVTTPD2QQS zmm3, qword ptr [r22]{1to8} + DSIZE: 64, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 8 bytes element 8 times + +0000000000000A74 62fdfd0f6d1e VCVTTPD2QQS xmm3{k7}, xmmword ptr [r22] + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000000A7A 62fdfd2f6d1e VCVTTPD2QQS ymm3{k7}, ymmword ptr [r22] + DSIZE: 64, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000000A80 62fdfd4f6d1e VCVTTPD2QQS zmm3{k7}, zmmword ptr [r22] + DSIZE: 64, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000000A86 62fdfd8f6d1e VCVTTPD2QQS xmm3{k7}{z}, xmmword ptr [r22] + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000000A8C 62fdfdaf6d1e VCVTTPD2QQS ymm3{k7}{z}, ymmword ptr [r22] + DSIZE: 64, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000000A92 62fdfdcf6d1e VCVTTPD2QQS zmm3{k7}{z}, zmmword ptr [r22] + DSIZE: 64, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000000A98 62fdfd186dde VCVTTPD2QQS zmm3, zmm6, {sae} + DSIZE: 64, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +0000000000000A9E 62fdfd386dde VCVTTPD2QQS zmm3, zmm6, {sae} + DSIZE: 64, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +0000000000000AA4 62fdfd586dde VCVTTPD2QQS zmm3, zmm6, {sae} + DSIZE: 64, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +0000000000000AAA 62fdfd786dde VCVTTPD2QQS zmm3, zmm6, {sae} + DSIZE: 64, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +0000000000000AB0 62fdf9186dde VCVTTPD2QQS ymm3, ymm6, {sae} + DSIZE: 64, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000000AB6 62fdf9386dde VCVTTPD2QQS ymm3, ymm6, {sae} + DSIZE: 64, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000000ABC 62fdf9586dde VCVTTPD2QQS ymm3, ymm6, {sae} + DSIZE: 64, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000000AC2 62fdf9786dde VCVTTPD2QQS ymm3, ymm6, {sae} + DSIZE: 64, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000000AC8 62fdfc086c1e VCVTTPD2UDQS xmm3, xmmword ptr [r22] + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000000ACE 62fdfc286c1e VCVTTPD2UDQS xmm3, ymmword ptr [r22] + DSIZE: 64, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000000AD4 62fdfc486c1e VCVTTPD2UDQS ymm3, zmmword ptr [r22] + DSIZE: 64, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000000ADA 62fdfc086cde VCVTTPD2UDQS xmm3, xmm6 + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000000AE0 62fdfc286cde VCVTTPD2UDQS xmm3, ymm6 + DSIZE: 64, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000000AE6 62fdfc486cde VCVTTPD2UDQS ymm3, zmm6 + DSIZE: 64, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +0000000000000AEC 62fdfc186c1e VCVTTPD2UDQS xmm3, qword ptr [r22]{1to2} + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 8 bytes element 2 times + +0000000000000AF2 62fdfc386c1e VCVTTPD2UDQS xmm3, qword ptr [r22]{1to4} + DSIZE: 64, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 8 bytes element 4 times + +0000000000000AF8 62fdfc586c1e VCVTTPD2UDQS ymm3, qword ptr [r22]{1to8} + DSIZE: 64, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 8 bytes element 8 times + +0000000000000AFE 62fdfc0f6c1e VCVTTPD2UDQS xmm3{k7}, xmmword ptr [r22] + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000000B04 62fdfc2f6c1e VCVTTPD2UDQS xmm3{k7}, ymmword ptr [r22] + DSIZE: 64, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000000B0A 62fdfc4f6c1e VCVTTPD2UDQS ymm3{k7}, zmmword ptr [r22] + DSIZE: 64, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000000B10 62fdfc8f6c1e VCVTTPD2UDQS xmm3{k7}{z}, xmmword ptr [r22] + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000000B16 62fdfcaf6c1e VCVTTPD2UDQS xmm3{k7}{z}, ymmword ptr [r22] + DSIZE: 64, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000000B1C 62fdfccf6c1e VCVTTPD2UDQS ymm3{k7}{z}, zmmword ptr [r22] + DSIZE: 64, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000000B22 62fdfc186cde VCVTTPD2UDQS ymm3, zmm6, {sae} + DSIZE: 64, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +0000000000000B28 62fdfc386cde VCVTTPD2UDQS ymm3, zmm6, {sae} + DSIZE: 64, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +0000000000000B2E 62fdfc586cde VCVTTPD2UDQS ymm3, zmm6, {sae} + DSIZE: 64, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +0000000000000B34 62fdfc786cde VCVTTPD2UDQS ymm3, zmm6, {sae} + DSIZE: 64, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +0000000000000B3A 62fdf8186cde VCVTTPD2UDQS xmm3, ymm6, {sae} + DSIZE: 64, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000000B40 62fdf8386cde VCVTTPD2UDQS xmm3, ymm6, {sae} + DSIZE: 64, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000000B46 62fdf8586cde VCVTTPD2UDQS xmm3, ymm6, {sae} + DSIZE: 64, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000000B4C 62fdf8786cde VCVTTPD2UDQS xmm3, ymm6, {sae} + DSIZE: 64, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000000B52 62fdfd086c1e VCVTTPD2UQQS xmm3, xmmword ptr [r22] + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000000B58 62fdfd286c1e VCVTTPD2UQQS ymm3, ymmword ptr [r22] + DSIZE: 64, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000000B5E 62fdfd486c1e VCVTTPD2UQQS zmm3, zmmword ptr [r22] + DSIZE: 64, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000000B64 62fdfd086cde VCVTTPD2UQQS xmm3, xmm6 + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000000B6A 62fdfd286cde VCVTTPD2UQQS ymm3, ymm6 + DSIZE: 64, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000000B70 62fdfd486cde VCVTTPD2UQQS zmm3, zmm6 + DSIZE: 64, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +0000000000000B76 62fdfd186c1e VCVTTPD2UQQS xmm3, qword ptr [r22]{1to2} + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 8 bytes element 2 times + +0000000000000B7C 62fdfd386c1e VCVTTPD2UQQS ymm3, qword ptr [r22]{1to4} + DSIZE: 64, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 8 bytes element 4 times + +0000000000000B82 62fdfd586c1e VCVTTPD2UQQS zmm3, qword ptr [r22]{1to8} + DSIZE: 64, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 8 bytes element 8 times + +0000000000000B88 62fdfd0f6c1e VCVTTPD2UQQS xmm3{k7}, xmmword ptr [r22] + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000000B8E 62fdfd2f6c1e VCVTTPD2UQQS ymm3{k7}, ymmword ptr [r22] + DSIZE: 64, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000000B94 62fdfd4f6c1e VCVTTPD2UQQS zmm3{k7}, zmmword ptr [r22] + DSIZE: 64, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000000B9A 62fdfd8f6c1e VCVTTPD2UQQS xmm3{k7}{z}, xmmword ptr [r22] + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000000BA0 62fdfdaf6c1e VCVTTPD2UQQS ymm3{k7}{z}, ymmword ptr [r22] + DSIZE: 64, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000000BA6 62fdfdcf6c1e VCVTTPD2UQQS zmm3{k7}{z}, zmmword ptr [r22] + DSIZE: 64, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000000BAC 62fdfd186cde VCVTTPD2UQQS zmm3, zmm6, {sae} + DSIZE: 64, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +0000000000000BB2 62fdfd386cde VCVTTPD2UQQS zmm3, zmm6, {sae} + DSIZE: 64, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +0000000000000BB8 62fdfd586cde VCVTTPD2UQQS zmm3, zmm6, {sae} + DSIZE: 64, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +0000000000000BBE 62fdfd786cde VCVTTPD2UQQS zmm3, zmm6, {sae} + DSIZE: 64, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +0000000000000BC4 62fdf9186cde VCVTTPD2UQQS ymm3, ymm6, {sae} + DSIZE: 64, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000000BCA 62fdf9386cde VCVTTPD2UQQS ymm3, ymm6, {sae} + DSIZE: 64, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000000BD0 62fdf9586cde VCVTTPD2UQQS ymm3, ymm6, {sae} + DSIZE: 64, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000000BD6 62fdf9786cde VCVTTPD2UQQS ymm3, ymm6, {sae} + DSIZE: 64, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000000BDC 62fd7c08681e VCVTTPH2IBS xmm3, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000000BE2 62fd7c28681e VCVTTPH2IBS ymm3, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000000BE8 62fd7c48681e VCVTTPH2IBS zmm3, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000000BEE 62fd7c0868de VCVTTPH2IBS xmm3, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000000BF4 62fd7c2868de VCVTTPH2IBS ymm3, ymm6 + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000000BFA 62fd7c4868de VCVTTPH2IBS zmm3, zmm6 + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +0000000000000C00 62fd7c18681e VCVTTPH2IBS xmm3, word ptr [r22]{1to8} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 8 times + +0000000000000C06 62fd7c38681e VCVTTPH2IBS ymm3, word ptr [r22]{1to16} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 16 times + +0000000000000C0C 62fd7c58681e VCVTTPH2IBS zmm3, word ptr [r22]{1to32} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 32 times + +0000000000000C12 62fd7c0f681e VCVTTPH2IBS xmm3{k7}, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000000C18 62fd7c2f681e VCVTTPH2IBS ymm3{k7}, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000000C1E 62fd7c4f681e VCVTTPH2IBS zmm3{k7}, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000000C24 62fd7c8f681e VCVTTPH2IBS xmm3{k7}{z}, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000000C2A 62fd7caf681e VCVTTPH2IBS ymm3{k7}{z}, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000000C30 62fd7ccf681e VCVTTPH2IBS zmm3{k7}{z}, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000000C36 62fd7c1868de VCVTTPH2IBS zmm3, zmm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +0000000000000C3C 62fd7c3868de VCVTTPH2IBS zmm3, zmm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +0000000000000C42 62fd7c5868de VCVTTPH2IBS zmm3, zmm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +0000000000000C48 62fd7c7868de VCVTTPH2IBS zmm3, zmm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +0000000000000C4E 62fd781868de VCVTTPH2IBS ymm3, ymm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000000C54 62fd783868de VCVTTPH2IBS ymm3, ymm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000000C5A 62fd785868de VCVTTPH2IBS ymm3, ymm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000000C60 62fd787868de VCVTTPH2IBS ymm3, ymm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000000C66 62fd7c086a1e VCVTTPH2IUBS xmm3, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000000C6C 62fd7c286a1e VCVTTPH2IUBS ymm3, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000000C72 62fd7c486a1e VCVTTPH2IUBS zmm3, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000000C78 62fd7c086ade VCVTTPH2IUBS xmm3, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000000C7E 62fd7c286ade VCVTTPH2IUBS ymm3, ymm6 + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000000C84 62fd7c486ade VCVTTPH2IUBS zmm3, zmm6 + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +0000000000000C8A 62fd7c186a1e VCVTTPH2IUBS xmm3, word ptr [r22]{1to8} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 8 times + +0000000000000C90 62fd7c386a1e VCVTTPH2IUBS ymm3, word ptr [r22]{1to16} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 16 times + +0000000000000C96 62fd7c586a1e VCVTTPH2IUBS zmm3, word ptr [r22]{1to32} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 32 times + +0000000000000C9C 62fd7c0f6a1e VCVTTPH2IUBS xmm3{k7}, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000000CA2 62fd7c2f6a1e VCVTTPH2IUBS ymm3{k7}, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000000CA8 62fd7c4f6a1e VCVTTPH2IUBS zmm3{k7}, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000000CAE 62fd7c8f6a1e VCVTTPH2IUBS xmm3{k7}{z}, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000000CB4 62fd7caf6a1e VCVTTPH2IUBS ymm3{k7}{z}, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000000CBA 62fd7ccf6a1e VCVTTPH2IUBS zmm3{k7}{z}, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000000CC0 62fd7c186ade VCVTTPH2IUBS zmm3, zmm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +0000000000000CC6 62fd7c386ade VCVTTPH2IUBS zmm3, zmm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +0000000000000CCC 62fd7c586ade VCVTTPH2IUBS zmm3, zmm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +0000000000000CD2 62fd7c786ade VCVTTPH2IUBS zmm3, zmm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +0000000000000CD8 62fd78186ade VCVTTPH2IUBS ymm3, ymm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000000CDE 62fd78386ade VCVTTPH2IUBS ymm3, ymm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000000CE4 62fd78586ade VCVTTPH2IUBS ymm3, ymm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000000CEA 62fd78786ade VCVTTPH2IUBS ymm3, ymm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000000CF0 62fd7c086d1e VCVTTPS2DQS xmm3, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000000CF6 62fd7c286d1e VCVTTPS2DQS ymm3, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000000CFC 62fd7c486d1e VCVTTPS2DQS zmm3, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000000D02 62fd7c086dde VCVTTPS2DQS xmm3, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000000D08 62fd7c286dde VCVTTPS2DQS ymm3, ymm6 + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000000D0E 62fd7c486dde VCVTTPS2DQS zmm3, zmm6 + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +0000000000000D14 62fd7c186d1e VCVTTPS2DQS xmm3, dword ptr [r22]{1to4} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 4 bytes element 4 times + +0000000000000D1A 62fd7c386d1e VCVTTPS2DQS ymm3, dword ptr [r22]{1to8} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 4 bytes element 8 times + +0000000000000D20 62fd7c586d1e VCVTTPS2DQS zmm3, dword ptr [r22]{1to16} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 4 bytes element 16 times + +0000000000000D26 62fd7c0f6d1e VCVTTPS2DQS xmm3{k7}, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000000D2C 62fd7c2f6d1e VCVTTPS2DQS ymm3{k7}, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000000D32 62fd7c4f6d1e VCVTTPS2DQS zmm3{k7}, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000000D38 62fd7c8f6d1e VCVTTPS2DQS xmm3{k7}{z}, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000000D3E 62fd7caf6d1e VCVTTPS2DQS ymm3{k7}{z}, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000000D44 62fd7ccf6d1e VCVTTPS2DQS zmm3{k7}{z}, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000000D4A 62fd7c186dde VCVTTPS2DQS zmm3, zmm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +0000000000000D50 62fd7c386dde VCVTTPS2DQS zmm3, zmm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +0000000000000D56 62fd7c586dde VCVTTPS2DQS zmm3, zmm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +0000000000000D5C 62fd7c786dde VCVTTPS2DQS zmm3, zmm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +0000000000000D62 62fd78186dde VCVTTPS2DQS ymm3, ymm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000000D68 62fd78386dde VCVTTPS2DQS ymm3, ymm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000000D6E 62fd78586dde VCVTTPS2DQS ymm3, ymm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000000D74 62fd78786dde VCVTTPS2DQS ymm3, ymm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000000D7A 62fd7d08681e VCVTTPS2IBS xmm3, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000000D80 62fd7d28681e VCVTTPS2IBS ymm3, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000000D86 62fd7d48681e VCVTTPS2IBS zmm3, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000000D8C 62fd7d0868de VCVTTPS2IBS xmm3, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000000D92 62fd7d2868de VCVTTPS2IBS ymm3, ymm6 + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000000D98 62fd7d4868de VCVTTPS2IBS zmm3, zmm6 + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +0000000000000D9E 62fd7d18681e VCVTTPS2IBS xmm3, dword ptr [r22]{1to4} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 4 bytes element 4 times + +0000000000000DA4 62fd7d38681e VCVTTPS2IBS ymm3, dword ptr [r22]{1to8} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 4 bytes element 8 times + +0000000000000DAA 62fd7d58681e VCVTTPS2IBS zmm3, dword ptr [r22]{1to16} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 4 bytes element 16 times + +0000000000000DB0 62fd7d0f681e VCVTTPS2IBS xmm3{k7}, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000000DB6 62fd7d2f681e VCVTTPS2IBS ymm3{k7}, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000000DBC 62fd7d4f681e VCVTTPS2IBS zmm3{k7}, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000000DC2 62fd7d8f681e VCVTTPS2IBS xmm3{k7}{z}, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000000DC8 62fd7daf681e VCVTTPS2IBS ymm3{k7}{z}, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000000DCE 62fd7dcf681e VCVTTPS2IBS zmm3{k7}{z}, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000000DD4 62fd7d1868de VCVTTPS2IBS zmm3, zmm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +0000000000000DDA 62fd7d3868de VCVTTPS2IBS zmm3, zmm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +0000000000000DE0 62fd7d5868de VCVTTPS2IBS zmm3, zmm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +0000000000000DE6 62fd7d7868de VCVTTPS2IBS zmm3, zmm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +0000000000000DEC 62fd791868de VCVTTPS2IBS ymm3, ymm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000000DF2 62fd793868de VCVTTPS2IBS ymm3, ymm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000000DF8 62fd795868de VCVTTPS2IBS ymm3, ymm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000000DFE 62fd797868de VCVTTPS2IBS ymm3, ymm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000000E04 62fd7d086a1e VCVTTPS2IUBS xmm3, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000000E0A 62fd7d286a1e VCVTTPS2IUBS ymm3, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000000E10 62fd7d486a1e VCVTTPS2IUBS zmm3, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000000E16 62fd7d086ade VCVTTPS2IUBS xmm3, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000000E1C 62fd7d286ade VCVTTPS2IUBS ymm3, ymm6 + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000000E22 62fd7d486ade VCVTTPS2IUBS zmm3, zmm6 + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +0000000000000E28 62fd7d186a1e VCVTTPS2IUBS xmm3, dword ptr [r22]{1to4} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 4 bytes element 4 times + +0000000000000E2E 62fd7d386a1e VCVTTPS2IUBS ymm3, dword ptr [r22]{1to8} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 4 bytes element 8 times + +0000000000000E34 62fd7d586a1e VCVTTPS2IUBS zmm3, dword ptr [r22]{1to16} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 4 bytes element 16 times + +0000000000000E3A 62fd7d0f6a1e VCVTTPS2IUBS xmm3{k7}, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000000E40 62fd7d2f6a1e VCVTTPS2IUBS ymm3{k7}, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000000E46 62fd7d4f6a1e VCVTTPS2IUBS zmm3{k7}, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000000E4C 62fd7d8f6a1e VCVTTPS2IUBS xmm3{k7}{z}, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000000E52 62fd7daf6a1e VCVTTPS2IUBS ymm3{k7}{z}, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000000E58 62fd7dcf6a1e VCVTTPS2IUBS zmm3{k7}{z}, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000000E5E 62fd7d186ade VCVTTPS2IUBS zmm3, zmm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +0000000000000E64 62fd7d386ade VCVTTPS2IUBS zmm3, zmm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +0000000000000E6A 62fd7d586ade VCVTTPS2IUBS zmm3, zmm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +0000000000000E70 62fd7d786ade VCVTTPS2IUBS zmm3, zmm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +0000000000000E76 62fd79186ade VCVTTPS2IUBS ymm3, ymm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000000E7C 62fd79386ade VCVTTPS2IUBS ymm3, ymm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000000E82 62fd79586ade VCVTTPS2IUBS ymm3, ymm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000000E88 62fd79786ade VCVTTPS2IUBS ymm3, ymm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000000E8E 62fd7d086d1e VCVTTPS2QQS xmm3, qword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Half + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, + Segment: 3, Base: 22, + +0000000000000E94 62fd7d286d1e VCVTTPS2QQS ymm3, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Half + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000000E9A 62fd7d486d1e VCVTTPS2QQS zmm3, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Half + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000000EA0 62fd7d086dde VCVTTPS2QQS xmm3, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Half + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000000EA6 62fd7d286dde VCVTTPS2QQS ymm3, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Half + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000000EAC 62fd7d486dde VCVTTPS2QQS zmm3, ymm6 + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Half + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000000EB2 62fd7d186d1e VCVTTPS2QQS xmm3, dword ptr [r22]{1to2} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Half + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 4 bytes element 2 times + +0000000000000EB8 62fd7d386d1e VCVTTPS2QQS ymm3, dword ptr [r22]{1to4} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Half + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 4 bytes element 4 times + +0000000000000EBE 62fd7d586d1e VCVTTPS2QQS zmm3, dword ptr [r22]{1to8} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Half + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 4 bytes element 8 times + +0000000000000EC4 62fd7d0f6d1e VCVTTPS2QQS xmm3{k7}, qword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Half + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, + Segment: 3, Base: 22, + +0000000000000ECA 62fd7d2f6d1e VCVTTPS2QQS ymm3{k7}, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Half + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000000ED0 62fd7d4f6d1e VCVTTPS2QQS zmm3{k7}, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Half + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000000ED6 62fd7d8f6d1e VCVTTPS2QQS xmm3{k7}{z}, qword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Half + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, + Segment: 3, Base: 22, + +0000000000000EDC 62fd7daf6d1e VCVTTPS2QQS ymm3{k7}{z}, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Half + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000000EE2 62fd7dcf6d1e VCVTTPS2QQS zmm3{k7}{z}, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Half + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000000EE8 62fd7d186dde VCVTTPS2QQS zmm3, ymm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Half + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000000EEE 62fd7d386dde VCVTTPS2QQS zmm3, ymm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Half + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000000EF4 62fd7d586dde VCVTTPS2QQS zmm3, ymm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Half + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000000EFA 62fd7d786dde VCVTTPS2QQS zmm3, ymm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Half + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000000F00 62fd79186dde VCVTTPS2QQS ymm3, xmm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Half + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000000F06 62fd79386dde VCVTTPS2QQS ymm3, xmm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Half + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000000F0C 62fd79586dde VCVTTPS2QQS ymm3, xmm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Half + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000000F12 62fd79786dde VCVTTPS2QQS ymm3, xmm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Half + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000000F18 62fd7c086c1e VCVTTPS2UDQS xmm3, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000000F1E 62fd7c286c1e VCVTTPS2UDQS ymm3, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000000F24 62fd7c486c1e VCVTTPS2UDQS zmm3, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000000F2A 62fd7c086cde VCVTTPS2UDQS xmm3, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000000F30 62fd7c286cde VCVTTPS2UDQS ymm3, ymm6 + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000000F36 62fd7c486cde VCVTTPS2UDQS zmm3, zmm6 + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +0000000000000F3C 62fd7c186c1e VCVTTPS2UDQS xmm3, dword ptr [r22]{1to4} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 4 bytes element 4 times + +0000000000000F42 62fd7c386c1e VCVTTPS2UDQS ymm3, dword ptr [r22]{1to8} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 4 bytes element 8 times + +0000000000000F48 62fd7c586c1e VCVTTPS2UDQS zmm3, dword ptr [r22]{1to16} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 4 bytes element 16 times + +0000000000000F4E 62fd7c0f6c1e VCVTTPS2UDQS xmm3{k7}, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000000F54 62fd7c2f6c1e VCVTTPS2UDQS ymm3{k7}, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000000F5A 62fd7c4f6c1e VCVTTPS2UDQS zmm3{k7}, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000000F60 62fd7c8f6c1e VCVTTPS2UDQS xmm3{k7}{z}, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000000F66 62fd7caf6c1e VCVTTPS2UDQS ymm3{k7}{z}, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000000F6C 62fd7ccf6c1e VCVTTPS2UDQS zmm3{k7}{z}, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000000F72 62fd7c186cde VCVTTPS2UDQS zmm3, zmm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +0000000000000F78 62fd7c386cde VCVTTPS2UDQS zmm3, zmm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +0000000000000F7E 62fd7c586cde VCVTTPS2UDQS zmm3, zmm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +0000000000000F84 62fd7c786cde VCVTTPS2UDQS zmm3, zmm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +0000000000000F8A 62fd78186cde VCVTTPS2UDQS ymm3, ymm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000000F90 62fd78386cde VCVTTPS2UDQS ymm3, ymm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000000F96 62fd78586cde VCVTTPS2UDQS ymm3, ymm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000000F9C 62fd78786cde VCVTTPS2UDQS ymm3, ymm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000000FA2 62fd7d086c1e VCVTTPS2UQQS xmm3, qword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Half + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, + Segment: 3, Base: 22, + +0000000000000FA8 62fd7d286c1e VCVTTPS2UQQS ymm3, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Half + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000000FAE 62fd7d486c1e VCVTTPS2UQQS zmm3, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Half + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000000FB4 62fd7d086cde VCVTTPS2UQQS xmm3, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Half + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000000FBA 62fd7d286cde VCVTTPS2UQQS ymm3, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Half + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000000FC0 62fd7d486cde VCVTTPS2UQQS zmm3, ymm6 + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Half + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000000FC6 62fd7d186c1e VCVTTPS2UQQS xmm3, dword ptr [r22]{1to2} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Half + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 4 bytes element 2 times + +0000000000000FCC 62fd7d386c1e VCVTTPS2UQQS ymm3, dword ptr [r22]{1to4} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Half + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 4 bytes element 4 times + +0000000000000FD2 62fd7d586c1e VCVTTPS2UQQS zmm3, dword ptr [r22]{1to8} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Half + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 4 bytes element 8 times + +0000000000000FD8 62fd7d0f6c1e VCVTTPS2UQQS xmm3{k7}, qword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Half + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, + Segment: 3, Base: 22, + +0000000000000FDE 62fd7d2f6c1e VCVTTPS2UQQS ymm3{k7}, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Half + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000000FE4 62fd7d4f6c1e VCVTTPS2UQQS zmm3{k7}, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Half + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000000FEA 62fd7d8f6c1e VCVTTPS2UQQS xmm3{k7}{z}, qword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Half + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, + Segment: 3, Base: 22, + +0000000000000FF0 62fd7daf6c1e VCVTTPS2UQQS ymm3{k7}{z}, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Half + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000000FF6 62fd7dcf6c1e VCVTTPS2UQQS zmm3{k7}{z}, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Half + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000000FFC 62fd7d186cde VCVTTPS2UQQS zmm3, ymm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Half + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000001002 62fd7d386cde VCVTTPS2UQQS zmm3, ymm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Half + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000001008 62fd7d586cde VCVTTPS2UQQS zmm3, ymm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Half + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +000000000000100E 62fd7d786cde VCVTTPS2UQQS zmm3, ymm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Half + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000001014 62fd79186cde VCVTTPS2UQQS ymm3, xmm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Half + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +000000000000101A 62fd79386cde VCVTTPS2UQQS ymm3, xmm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Half + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000001020 62fd79586cde VCVTTPS2UQQS ymm3, xmm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Half + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000001026 62fd79786cde VCVTTPS2UQQS ymm3, xmm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Half + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +000000000000102C 62fd7e086d1e VCVTTSS2SIS ebx, dword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, + Segment: 3, Base: 22, + +0000000000001032 62fd7e286d1e VCVTTSS2SIS ebx, dword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, + Segment: 3, Base: 22, + +0000000000001038 62fd7e486d1e VCVTTSS2SIS ebx, dword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, + Segment: 3, Base: 22, + +000000000000103E 62fdfe086d1e VCVTTSS2SIS rbx, dword ptr [r22] + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, + Segment: 3, Base: 22, + +0000000000001044 62fdfe286d1e VCVTTSS2SIS rbx, dword ptr [r22] + DSIZE: 64, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, + Segment: 3, Base: 22, + +000000000000104A 62fdfe486d1e VCVTTSS2SIS rbx, dword ptr [r22] + DSIZE: 64, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, + Segment: 3, Base: 22, + +0000000000001050 62fd7e086dde VCVTTSS2SIS ebx, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000001056 62fd7e286dde VCVTTSS2SIS ebx, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +000000000000105C 62fd7e486dde VCVTTSS2SIS ebx, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000001062 62fdfe086dde VCVTTSS2SIS rbx, xmm6 + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000001068 62fdfe286dde VCVTTSS2SIS rbx, xmm6 + DSIZE: 64, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +000000000000106E 62fdfe486dde VCVTTSS2SIS rbx, xmm6 + DSIZE: 64, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000001074 62fd7e186dde VCVTTSS2SIS ebx, xmm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +000000000000107A 62fd7e386dde VCVTTSS2SIS ebx, xmm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000001080 62fd7e586dde VCVTTSS2SIS ebx, xmm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000001086 62fd7e786dde VCVTTSS2SIS ebx, xmm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +000000000000108C 62fdfe186dde VCVTTSS2SIS rbx, xmm6, {sae} + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000001092 62fdfe386dde VCVTTSS2SIS rbx, xmm6, {sae} + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000001098 62fdfe586dde VCVTTSS2SIS rbx, xmm6, {sae} + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +000000000000109E 62fdfe786dde VCVTTSS2SIS rbx, xmm6, {sae} + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +00000000000010A4 62fd7a186dde VCVTTSS2SIS ebx, xmm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +00000000000010AA 62fd7a386dde VCVTTSS2SIS ebx, xmm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +00000000000010B0 62fd7a586dde VCVTTSS2SIS ebx, xmm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +00000000000010B6 62fd7a786dde VCVTTSS2SIS ebx, xmm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +00000000000010BC 62fdfa186dde VCVTTSS2SIS rbx, xmm6, {sae} + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +00000000000010C2 62fdfa386dde VCVTTSS2SIS rbx, xmm6, {sae} + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +00000000000010C8 62fdfa586dde VCVTTSS2SIS rbx, xmm6, {sae} + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +00000000000010CE 62fdfa786dde VCVTTSS2SIS rbx, xmm6, {sae} + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +00000000000010D4 62fd7f086d1e VCVTTSD2SIS ebx, qword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, + Segment: 3, Base: 22, + +00000000000010DA 62fd7f286d1e VCVTTSD2SIS ebx, qword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, + Segment: 3, Base: 22, + +00000000000010E0 62fd7f486d1e VCVTTSD2SIS ebx, qword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, + Segment: 3, Base: 22, + +00000000000010E6 62fdff086d1e VCVTTSD2SIS rbx, qword ptr [r22] + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, + Segment: 3, Base: 22, + +00000000000010EC 62fdff286d1e VCVTTSD2SIS rbx, qword ptr [r22] + DSIZE: 64, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, + Segment: 3, Base: 22, + +00000000000010F2 62fdff486d1e VCVTTSD2SIS rbx, qword ptr [r22] + DSIZE: 64, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, + Segment: 3, Base: 22, + +00000000000010F8 62fd7f086dde VCVTTSD2SIS ebx, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +00000000000010FE 62fd7f286dde VCVTTSD2SIS ebx, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000001104 62fd7f486dde VCVTTSD2SIS ebx, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +000000000000110A 62fdff086dde VCVTTSD2SIS rbx, xmm6 + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000001110 62fdff286dde VCVTTSD2SIS rbx, xmm6 + DSIZE: 64, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000001116 62fdff486dde VCVTTSD2SIS rbx, xmm6 + DSIZE: 64, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +000000000000111C 62fd7f186dde VCVTTSD2SIS ebx, xmm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000001122 62fd7f386dde VCVTTSD2SIS ebx, xmm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000001128 62fd7f586dde VCVTTSD2SIS ebx, xmm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +000000000000112E 62fd7f786dde VCVTTSD2SIS ebx, xmm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000001134 62fdff186dde VCVTTSD2SIS rbx, xmm6, {sae} + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +000000000000113A 62fdff386dde VCVTTSD2SIS rbx, xmm6, {sae} + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000001140 62fdff586dde VCVTTSD2SIS rbx, xmm6, {sae} + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000001146 62fdff786dde VCVTTSD2SIS rbx, xmm6, {sae} + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +000000000000114C 62fd7b186dde VCVTTSD2SIS ebx, xmm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000001152 62fd7b386dde VCVTTSD2SIS ebx, xmm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000001158 62fd7b586dde VCVTTSD2SIS ebx, xmm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +000000000000115E 62fd7b786dde VCVTTSD2SIS ebx, xmm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000001164 62fdfb186dde VCVTTSD2SIS rbx, xmm6, {sae} + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +000000000000116A 62fdfb386dde VCVTTSD2SIS rbx, xmm6, {sae} + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000001170 62fdfb586dde VCVTTSD2SIS rbx, xmm6, {sae} + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000001176 62fdfb786dde VCVTTSD2SIS rbx, xmm6, {sae} + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +000000000000117C 62fd7f086c1e VCVTTSD2USIS ebx, qword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, + Segment: 3, Base: 22, + +0000000000001182 62fd7f286c1e VCVTTSD2USIS ebx, qword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, + Segment: 3, Base: 22, + +0000000000001188 62fd7f486c1e VCVTTSD2USIS ebx, qword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, + Segment: 3, Base: 22, + +000000000000118E 62fdff086c1e VCVTTSD2USIS rbx, qword ptr [r22] + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, + Segment: 3, Base: 22, + +0000000000001194 62fdff286c1e VCVTTSD2USIS rbx, qword ptr [r22] + DSIZE: 64, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, + Segment: 3, Base: 22, + +000000000000119A 62fdff486c1e VCVTTSD2USIS rbx, qword ptr [r22] + DSIZE: 64, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, + Segment: 3, Base: 22, + +00000000000011A0 62fd7f086cde VCVTTSD2USIS ebx, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +00000000000011A6 62fd7f286cde VCVTTSD2USIS ebx, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +00000000000011AC 62fd7f486cde VCVTTSD2USIS ebx, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +00000000000011B2 62fdff086cde VCVTTSD2USIS rbx, xmm6 + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +00000000000011B8 62fdff286cde VCVTTSD2USIS rbx, xmm6 + DSIZE: 64, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +00000000000011BE 62fdff486cde VCVTTSD2USIS rbx, xmm6 + DSIZE: 64, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +00000000000011C4 62fd7f186cde VCVTTSD2USIS ebx, xmm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +00000000000011CA 62fd7f386cde VCVTTSD2USIS ebx, xmm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +00000000000011D0 62fd7f586cde VCVTTSD2USIS ebx, xmm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +00000000000011D6 62fd7f786cde VCVTTSD2USIS ebx, xmm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +00000000000011DC 62fdff186cde VCVTTSD2USIS rbx, xmm6, {sae} + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +00000000000011E2 62fdff386cde VCVTTSD2USIS rbx, xmm6, {sae} + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +00000000000011E8 62fdff586cde VCVTTSD2USIS rbx, xmm6, {sae} + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +00000000000011EE 62fdff786cde VCVTTSD2USIS rbx, xmm6, {sae} + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +00000000000011F4 62fd7b186cde VCVTTSD2USIS ebx, xmm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +00000000000011FA 62fd7b386cde VCVTTSD2USIS ebx, xmm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000001200 62fd7b586cde VCVTTSD2USIS ebx, xmm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000001206 62fd7b786cde VCVTTSD2USIS ebx, xmm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +000000000000120C 62fdfb186cde VCVTTSD2USIS rbx, xmm6, {sae} + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000001212 62fdfb386cde VCVTTSD2USIS rbx, xmm6, {sae} + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000001218 62fdfb586cde VCVTTSD2USIS rbx, xmm6, {sae} + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +000000000000121E 62fdfb786cde VCVTTSD2USIS rbx, xmm6, {sae} + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000001224 62fd7e086c1e VCVTTSS2USIS ebx, dword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, + Segment: 3, Base: 22, + +000000000000122A 62fd7e286c1e VCVTTSS2USIS ebx, dword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, + Segment: 3, Base: 22, + +0000000000001230 62fd7e486c1e VCVTTSS2USIS ebx, dword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, + Segment: 3, Base: 22, + +0000000000001236 62fdfe086c1e VCVTTSS2USIS rbx, dword ptr [r22] + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, + Segment: 3, Base: 22, + +000000000000123C 62fdfe286c1e VCVTTSS2USIS rbx, dword ptr [r22] + DSIZE: 64, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, + Segment: 3, Base: 22, + +0000000000001242 62fdfe486c1e VCVTTSS2USIS rbx, dword ptr [r22] + DSIZE: 64, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, + Segment: 3, Base: 22, + +0000000000001248 62fd7e086cde VCVTTSS2USIS ebx, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +000000000000124E 62fd7e286cde VCVTTSS2USIS ebx, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000001254 62fd7e486cde VCVTTSS2USIS ebx, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +000000000000125A 62fdfe086cde VCVTTSS2USIS rbx, xmm6 + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000001260 62fdfe286cde VCVTTSS2USIS rbx, xmm6 + DSIZE: 64, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000001266 62fdfe486cde VCVTTSS2USIS rbx, xmm6 + DSIZE: 64, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +000000000000126C 62fd7e186cde VCVTTSS2USIS ebx, xmm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000001272 62fd7e386cde VCVTTSS2USIS ebx, xmm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000001278 62fd7e586cde VCVTTSS2USIS ebx, xmm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +000000000000127E 62fd7e786cde VCVTTSS2USIS ebx, xmm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000001284 62fdfe186cde VCVTTSS2USIS rbx, xmm6, {sae} + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +000000000000128A 62fdfe386cde VCVTTSS2USIS rbx, xmm6, {sae} + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000001290 62fdfe586cde VCVTTSS2USIS rbx, xmm6, {sae} + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000001296 62fdfe786cde VCVTTSS2USIS rbx, xmm6, {sae} + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +000000000000129C 62fd7a186cde VCVTTSS2USIS ebx, xmm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +00000000000012A2 62fd7a386cde VCVTTSS2USIS ebx, xmm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +00000000000012A8 62fd7a586cde VCVTTSS2USIS ebx, xmm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +00000000000012AE 62fd7a786cde VCVTTSS2USIS ebx, xmm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: R, RegType: General Purpose, RegSize: 4, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +00000000000012B4 62fdfa186cde VCVTTSS2USIS rbx, xmm6, {sae} + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +00000000000012BA 62fdfa386cde VCVTTSS2USIS rbx, xmm6, {sae} + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +00000000000012C0 62fdfa586cde VCVTTSS2USIS rbx, xmm6, {sae} + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +00000000000012C6 62fdfa786cde VCVTTSS2USIS rbx, xmm6, {sae} + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10SCONVERT, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: General Purpose, RegSize: 8, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +00000000000012CC 62fd7d085e1e VDIVNEPBF16 xmm3, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +00000000000012D2 62fd7d285e1e VDIVNEPBF16 ymm3, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +00000000000012D8 62fd7d485e1e VDIVNEPBF16 zmm3, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +00000000000012DE 62fd7d085ede VDIVNEPBF16 xmm3, xmm0, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +00000000000012E4 62fd7d285ede VDIVNEPBF16 ymm3, ymm0, ymm6 + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +00000000000012EA 62fd7d485ede VDIVNEPBF16 zmm3, zmm0, zmm6 + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +00000000000012F0 62fd7d185e1e VDIVNEPBF16 xmm3, xmm0, word ptr [r22]{1to8} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 8 times + +00000000000012F6 62fd7d385e1e VDIVNEPBF16 ymm3, ymm0, word ptr [r22]{1to16} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 16 times + +00000000000012FC 62fd7d585e1e VDIVNEPBF16 zmm3, zmm0, word ptr [r22]{1to32} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 32 times + +0000000000001302 62fd7d0f5e1e VDIVNEPBF16 xmm3{k7}, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000001308 62fd7d2f5e1e VDIVNEPBF16 ymm3{k7}, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +000000000000130E 62fd7d4f5e1e VDIVNEPBF16 zmm3{k7}, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000001314 62fd7d8f5e1e VDIVNEPBF16 xmm3{k7}{z}, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +000000000000131A 62fd7daf5e1e VDIVNEPBF16 ymm3{k7}{z}, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000001320 62fd7dcf5e1e VDIVNEPBF16 zmm3{k7}{z}, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000001326 62fa7c08521e VDPPHPS xmm3, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +000000000000132C 62fa7c28521e VDPPHPS ymm3, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000001332 62fa7c48521e VDPPHPS zmm3, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000001338 62fa7c0852de VDPPHPS xmm3, xmm0, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +000000000000133E 62fa7c2852de VDPPHPS ymm3, ymm0, ymm6 + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000001344 62fa7c4852de VDPPHPS zmm3, zmm0, zmm6 + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +000000000000134A 62fa7c18521e VDPPHPS xmm3, xmm0, dword ptr [r22]{1to4} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 4 bytes element 4 times + +0000000000001350 62fa7c38521e VDPPHPS ymm3, ymm0, dword ptr [r22]{1to8} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 4 bytes element 8 times + +0000000000001356 62fa7c58521e VDPPHPS zmm3, zmm0, dword ptr [r22]{1to16} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 4 bytes element 16 times + +000000000000135C 62fa7c0f521e VDPPHPS xmm3{k7}, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000001362 62fa7c2f521e VDPPHPS ymm3{k7}, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000001368 62fa7c4f521e VDPPHPS zmm3{k7}, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +000000000000136E 62fa7c8f521e VDPPHPS xmm3{k7}{z}, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000001374 62fa7caf521e VDPPHPS ymm3{k7}{z}, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +000000000000137A 62fa7ccf521e VDPPHPS zmm3{k7}{z}, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000001380 62fe7c08981e VFMADD132NEPBF16 xmm3, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000001386 62fe7c28981e VFMADD132NEPBF16 ymm3, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +000000000000138C 62fe7c48981e VFMADD132NEPBF16 zmm3, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000001392 62fe7c0898de VFMADD132NEPBF16 xmm3, xmm0, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000001398 62fe7c2898de VFMADD132NEPBF16 ymm3, ymm0, ymm6 + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +000000000000139E 62fe7c4898de VFMADD132NEPBF16 zmm3, zmm0, zmm6 + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +00000000000013A4 62fe7c18981e VFMADD132NEPBF16 xmm3, xmm0, word ptr [r22]{1to8} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 8 times + +00000000000013AA 62fe7c38981e VFMADD132NEPBF16 ymm3, ymm0, word ptr [r22]{1to16} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 16 times + +00000000000013B0 62fe7c58981e VFMADD132NEPBF16 zmm3, zmm0, word ptr [r22]{1to32} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 32 times + +00000000000013B6 62fe7c0f981e VFMADD132NEPBF16 xmm3{k7}, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +00000000000013BC 62fe7c2f981e VFMADD132NEPBF16 ymm3{k7}, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +00000000000013C2 62fe7c4f981e VFMADD132NEPBF16 zmm3{k7}, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +00000000000013C8 62fe7c8f981e VFMADD132NEPBF16 xmm3{k7}{z}, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +00000000000013CE 62fe7caf981e VFMADD132NEPBF16 ymm3{k7}{z}, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +00000000000013D4 62fe7ccf981e VFMADD132NEPBF16 zmm3{k7}{z}, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +00000000000013DA 62fe7c08a81e VFMADD213NEPBF16 xmm3, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +00000000000013E0 62fe7c28a81e VFMADD213NEPBF16 ymm3, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +00000000000013E6 62fe7c48a81e VFMADD213NEPBF16 zmm3, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +00000000000013EC 62fe7c08a8de VFMADD213NEPBF16 xmm3, xmm0, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +00000000000013F2 62fe7c28a8de VFMADD213NEPBF16 ymm3, ymm0, ymm6 + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +00000000000013F8 62fe7c48a8de VFMADD213NEPBF16 zmm3, zmm0, zmm6 + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +00000000000013FE 62fe7c18a81e VFMADD213NEPBF16 xmm3, xmm0, word ptr [r22]{1to8} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 8 times + +0000000000001404 62fe7c38a81e VFMADD213NEPBF16 ymm3, ymm0, word ptr [r22]{1to16} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 16 times + +000000000000140A 62fe7c58a81e VFMADD213NEPBF16 zmm3, zmm0, word ptr [r22]{1to32} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 32 times + +0000000000001410 62fe7c0fa81e VFMADD213NEPBF16 xmm3{k7}, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000001416 62fe7c2fa81e VFMADD213NEPBF16 ymm3{k7}, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +000000000000141C 62fe7c4fa81e VFMADD213NEPBF16 zmm3{k7}, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000001422 62fe7c8fa81e VFMADD213NEPBF16 xmm3{k7}{z}, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000001428 62fe7cafa81e VFMADD213NEPBF16 ymm3{k7}{z}, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +000000000000142E 62fe7ccfa81e VFMADD213NEPBF16 zmm3{k7}{z}, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000001434 62fe7c08b81e VFMADD231NEPBF16 xmm3, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +000000000000143A 62fe7c28b81e VFMADD231NEPBF16 ymm3, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000001440 62fe7c48b81e VFMADD231NEPBF16 zmm3, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000001446 62fe7c08b8de VFMADD231NEPBF16 xmm3, xmm0, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +000000000000144C 62fe7c28b8de VFMADD231NEPBF16 ymm3, ymm0, ymm6 + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000001452 62fe7c48b8de VFMADD231NEPBF16 zmm3, zmm0, zmm6 + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +0000000000001458 62fe7c18b81e VFMADD231NEPBF16 xmm3, xmm0, word ptr [r22]{1to8} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 8 times + +000000000000145E 62fe7c38b81e VFMADD231NEPBF16 ymm3, ymm0, word ptr [r22]{1to16} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 16 times + +0000000000001464 62fe7c58b81e VFMADD231NEPBF16 zmm3, zmm0, word ptr [r22]{1to32} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 32 times + +000000000000146A 62fe7c0fb81e VFMADD231NEPBF16 xmm3{k7}, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000001470 62fe7c2fb81e VFMADD231NEPBF16 ymm3{k7}, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000001476 62fe7c4fb81e VFMADD231NEPBF16 zmm3{k7}, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +000000000000147C 62fe7c8fb81e VFMADD231NEPBF16 xmm3{k7}{z}, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000001482 62fe7cafb81e VFMADD231NEPBF16 ymm3{k7}{z}, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000001488 62fe7ccfb81e VFMADD231NEPBF16 zmm3{k7}{z}, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +000000000000148E 62fe7c089a1e VFMSUB132NEPBF16 xmm3, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000001494 62fe7c289a1e VFMSUB132NEPBF16 ymm3, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +000000000000149A 62fe7c489a1e VFMSUB132NEPBF16 zmm3, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +00000000000014A0 62fe7c089ade VFMSUB132NEPBF16 xmm3, xmm0, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +00000000000014A6 62fe7c289ade VFMSUB132NEPBF16 ymm3, ymm0, ymm6 + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +00000000000014AC 62fe7c489ade VFMSUB132NEPBF16 zmm3, zmm0, zmm6 + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +00000000000014B2 62fe7c189a1e VFMSUB132NEPBF16 xmm3, xmm0, word ptr [r22]{1to8} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 8 times + +00000000000014B8 62fe7c389a1e VFMSUB132NEPBF16 ymm3, ymm0, word ptr [r22]{1to16} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 16 times + +00000000000014BE 62fe7c589a1e VFMSUB132NEPBF16 zmm3, zmm0, word ptr [r22]{1to32} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 32 times + +00000000000014C4 62fe7c0f9a1e VFMSUB132NEPBF16 xmm3{k7}, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +00000000000014CA 62fe7c2f9a1e VFMSUB132NEPBF16 ymm3{k7}, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +00000000000014D0 62fe7c4f9a1e VFMSUB132NEPBF16 zmm3{k7}, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +00000000000014D6 62fe7c8f9a1e VFMSUB132NEPBF16 xmm3{k7}{z}, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +00000000000014DC 62fe7caf9a1e VFMSUB132NEPBF16 ymm3{k7}{z}, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +00000000000014E2 62fe7ccf9a1e VFMSUB132NEPBF16 zmm3{k7}{z}, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +00000000000014E8 62fe7c08aa1e VFMSUB213NEPBF16 xmm3, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +00000000000014EE 62fe7c28aa1e VFMSUB213NEPBF16 ymm3, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +00000000000014F4 62fe7c48aa1e VFMSUB213NEPBF16 zmm3, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +00000000000014FA 62fe7c08aade VFMSUB213NEPBF16 xmm3, xmm0, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000001500 62fe7c28aade VFMSUB213NEPBF16 ymm3, ymm0, ymm6 + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000001506 62fe7c48aade VFMSUB213NEPBF16 zmm3, zmm0, zmm6 + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +000000000000150C 62fe7c18aa1e VFMSUB213NEPBF16 xmm3, xmm0, word ptr [r22]{1to8} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 8 times + +0000000000001512 62fe7c38aa1e VFMSUB213NEPBF16 ymm3, ymm0, word ptr [r22]{1to16} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 16 times + +0000000000001518 62fe7c58aa1e VFMSUB213NEPBF16 zmm3, zmm0, word ptr [r22]{1to32} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 32 times + +000000000000151E 62fe7c0faa1e VFMSUB213NEPBF16 xmm3{k7}, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000001524 62fe7c2faa1e VFMSUB213NEPBF16 ymm3{k7}, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +000000000000152A 62fe7c4faa1e VFMSUB213NEPBF16 zmm3{k7}, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000001530 62fe7c8faa1e VFMSUB213NEPBF16 xmm3{k7}{z}, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000001536 62fe7cafaa1e VFMSUB213NEPBF16 ymm3{k7}{z}, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +000000000000153C 62fe7ccfaa1e VFMSUB213NEPBF16 zmm3{k7}{z}, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000001542 62fe7c08ba1e VFMSUB231NEPBF16 xmm3, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000001548 62fe7c28ba1e VFMSUB231NEPBF16 ymm3, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +000000000000154E 62fe7c48ba1e VFMSUB231NEPBF16 zmm3, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000001554 62fe7c08bade VFMSUB231NEPBF16 xmm3, xmm0, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +000000000000155A 62fe7c28bade VFMSUB231NEPBF16 ymm3, ymm0, ymm6 + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000001560 62fe7c48bade VFMSUB231NEPBF16 zmm3, zmm0, zmm6 + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +0000000000001566 62fe7c18ba1e VFMSUB231NEPBF16 xmm3, xmm0, word ptr [r22]{1to8} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 8 times + +000000000000156C 62fe7c38ba1e VFMSUB231NEPBF16 ymm3, ymm0, word ptr [r22]{1to16} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 16 times + +0000000000001572 62fe7c58ba1e VFMSUB231NEPBF16 zmm3, zmm0, word ptr [r22]{1to32} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 32 times + +0000000000001578 62fe7c0fba1e VFMSUB231NEPBF16 xmm3{k7}, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +000000000000157E 62fe7c2fba1e VFMSUB231NEPBF16 ymm3{k7}, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000001584 62fe7c4fba1e VFMSUB231NEPBF16 zmm3{k7}, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +000000000000158A 62fe7c8fba1e VFMSUB231NEPBF16 xmm3{k7}{z}, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000001590 62fe7cafba1e VFMSUB231NEPBF16 ymm3{k7}{z}, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000001596 62fe7ccfba1e VFMSUB231NEPBF16 zmm3{k7}{z}, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +000000000000159C 62fe7c089c1e VFNMADD132NEPBF16 xmm3, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +00000000000015A2 62fe7c289c1e VFNMADD132NEPBF16 ymm3, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +00000000000015A8 62fe7c489c1e VFNMADD132NEPBF16 zmm3, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +00000000000015AE 62fe7c089cde VFNMADD132NEPBF16 xmm3, xmm0, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +00000000000015B4 62fe7c289cde VFNMADD132NEPBF16 ymm3, ymm0, ymm6 + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +00000000000015BA 62fe7c489cde VFNMADD132NEPBF16 zmm3, zmm0, zmm6 + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +00000000000015C0 62fe7c189c1e VFNMADD132NEPBF16 xmm3, xmm0, word ptr [r22]{1to8} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 8 times + +00000000000015C6 62fe7c389c1e VFNMADD132NEPBF16 ymm3, ymm0, word ptr [r22]{1to16} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 16 times + +00000000000015CC 62fe7c589c1e VFNMADD132NEPBF16 zmm3, zmm0, word ptr [r22]{1to32} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 32 times + +00000000000015D2 62fe7c0f9c1e VFNMADD132NEPBF16 xmm3{k7}, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +00000000000015D8 62fe7c2f9c1e VFNMADD132NEPBF16 ymm3{k7}, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +00000000000015DE 62fe7c4f9c1e VFNMADD132NEPBF16 zmm3{k7}, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +00000000000015E4 62fe7c8f9c1e VFNMADD132NEPBF16 xmm3{k7}{z}, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +00000000000015EA 62fe7caf9c1e VFNMADD132NEPBF16 ymm3{k7}{z}, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +00000000000015F0 62fe7ccf9c1e VFNMADD132NEPBF16 zmm3{k7}{z}, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +00000000000015F6 62fe7c08ac1e VFNMADD213NEPBF16 xmm3, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +00000000000015FC 62fe7c28ac1e VFNMADD213NEPBF16 ymm3, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000001602 62fe7c48ac1e VFNMADD213NEPBF16 zmm3, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000001608 62fe7c08acde VFNMADD213NEPBF16 xmm3, xmm0, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +000000000000160E 62fe7c28acde VFNMADD213NEPBF16 ymm3, ymm0, ymm6 + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000001614 62fe7c48acde VFNMADD213NEPBF16 zmm3, zmm0, zmm6 + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +000000000000161A 62fe7c18ac1e VFNMADD213NEPBF16 xmm3, xmm0, word ptr [r22]{1to8} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 8 times + +0000000000001620 62fe7c38ac1e VFNMADD213NEPBF16 ymm3, ymm0, word ptr [r22]{1to16} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 16 times + +0000000000001626 62fe7c58ac1e VFNMADD213NEPBF16 zmm3, zmm0, word ptr [r22]{1to32} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 32 times + +000000000000162C 62fe7c0fac1e VFNMADD213NEPBF16 xmm3{k7}, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000001632 62fe7c2fac1e VFNMADD213NEPBF16 ymm3{k7}, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000001638 62fe7c4fac1e VFNMADD213NEPBF16 zmm3{k7}, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +000000000000163E 62fe7c8fac1e VFNMADD213NEPBF16 xmm3{k7}{z}, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000001644 62fe7cafac1e VFNMADD213NEPBF16 ymm3{k7}{z}, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +000000000000164A 62fe7ccfac1e VFNMADD213NEPBF16 zmm3{k7}{z}, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000001650 62fe7c08bc1e VFNMADD231NEPBF16 xmm3, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000001656 62fe7c28bc1e VFNMADD231NEPBF16 ymm3, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +000000000000165C 62fe7c48bc1e VFNMADD231NEPBF16 zmm3, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000001662 62fe7c08bcde VFNMADD231NEPBF16 xmm3, xmm0, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000001668 62fe7c28bcde VFNMADD231NEPBF16 ymm3, ymm0, ymm6 + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +000000000000166E 62fe7c48bcde VFNMADD231NEPBF16 zmm3, zmm0, zmm6 + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +0000000000001674 62fe7c18bc1e VFNMADD231NEPBF16 xmm3, xmm0, word ptr [r22]{1to8} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 8 times + +000000000000167A 62fe7c38bc1e VFNMADD231NEPBF16 ymm3, ymm0, word ptr [r22]{1to16} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 16 times + +0000000000001680 62fe7c58bc1e VFNMADD231NEPBF16 zmm3, zmm0, word ptr [r22]{1to32} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 32 times + +0000000000001686 62fe7c0fbc1e VFNMADD231NEPBF16 xmm3{k7}, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +000000000000168C 62fe7c2fbc1e VFNMADD231NEPBF16 ymm3{k7}, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000001692 62fe7c4fbc1e VFNMADD231NEPBF16 zmm3{k7}, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000001698 62fe7c8fbc1e VFNMADD231NEPBF16 xmm3{k7}{z}, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +000000000000169E 62fe7cafbc1e VFNMADD231NEPBF16 ymm3{k7}{z}, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +00000000000016A4 62fe7ccfbc1e VFNMADD231NEPBF16 zmm3{k7}{z}, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +00000000000016AA 62fe7c089e1e VFNMSUB132NEPBF16 xmm3, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +00000000000016B0 62fe7c289e1e VFNMSUB132NEPBF16 ymm3, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +00000000000016B6 62fe7c489e1e VFNMSUB132NEPBF16 zmm3, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +00000000000016BC 62fe7c089ede VFNMSUB132NEPBF16 xmm3, xmm0, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +00000000000016C2 62fe7c289ede VFNMSUB132NEPBF16 ymm3, ymm0, ymm6 + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +00000000000016C8 62fe7c489ede VFNMSUB132NEPBF16 zmm3, zmm0, zmm6 + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +00000000000016CE 62fe7c189e1e VFNMSUB132NEPBF16 xmm3, xmm0, word ptr [r22]{1to8} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 8 times + +00000000000016D4 62fe7c389e1e VFNMSUB132NEPBF16 ymm3, ymm0, word ptr [r22]{1to16} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 16 times + +00000000000016DA 62fe7c589e1e VFNMSUB132NEPBF16 zmm3, zmm0, word ptr [r22]{1to32} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 32 times + +00000000000016E0 62fe7c0f9e1e VFNMSUB132NEPBF16 xmm3{k7}, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +00000000000016E6 62fe7c2f9e1e VFNMSUB132NEPBF16 ymm3{k7}, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +00000000000016EC 62fe7c4f9e1e VFNMSUB132NEPBF16 zmm3{k7}, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +00000000000016F2 62fe7c8f9e1e VFNMSUB132NEPBF16 xmm3{k7}{z}, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +00000000000016F8 62fe7caf9e1e VFNMSUB132NEPBF16 ymm3{k7}{z}, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +00000000000016FE 62fe7ccf9e1e VFNMSUB132NEPBF16 zmm3{k7}{z}, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000001704 62fe7c08ae1e VFNMSUB213NEPBF16 xmm3, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +000000000000170A 62fe7c28ae1e VFNMSUB213NEPBF16 ymm3, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000001710 62fe7c48ae1e VFNMSUB213NEPBF16 zmm3, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000001716 62fe7c08aede VFNMSUB213NEPBF16 xmm3, xmm0, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +000000000000171C 62fe7c28aede VFNMSUB213NEPBF16 ymm3, ymm0, ymm6 + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000001722 62fe7c48aede VFNMSUB213NEPBF16 zmm3, zmm0, zmm6 + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +0000000000001728 62fe7c18ae1e VFNMSUB213NEPBF16 xmm3, xmm0, word ptr [r22]{1to8} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 8 times + +000000000000172E 62fe7c38ae1e VFNMSUB213NEPBF16 ymm3, ymm0, word ptr [r22]{1to16} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 16 times + +0000000000001734 62fe7c58ae1e VFNMSUB213NEPBF16 zmm3, zmm0, word ptr [r22]{1to32} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 32 times + +000000000000173A 62fe7c0fae1e VFNMSUB213NEPBF16 xmm3{k7}, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000001740 62fe7c2fae1e VFNMSUB213NEPBF16 ymm3{k7}, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000001746 62fe7c4fae1e VFNMSUB213NEPBF16 zmm3{k7}, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +000000000000174C 62fe7c8fae1e VFNMSUB213NEPBF16 xmm3{k7}{z}, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000001752 62fe7cafae1e VFNMSUB213NEPBF16 ymm3{k7}{z}, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000001758 62fe7ccfae1e VFNMSUB213NEPBF16 zmm3{k7}{z}, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +000000000000175E 62fe7c08be1e VFNMSUB231NEPBF16 xmm3, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000001764 62fe7c28be1e VFNMSUB231NEPBF16 ymm3, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +000000000000176A 62fe7c48be1e VFNMSUB231NEPBF16 zmm3, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000001770 62fe7c08bede VFNMSUB231NEPBF16 xmm3, xmm0, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000001776 62fe7c28bede VFNMSUB231NEPBF16 ymm3, ymm0, ymm6 + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +000000000000177C 62fe7c48bede VFNMSUB231NEPBF16 zmm3, zmm0, zmm6 + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +0000000000001782 62fe7c18be1e VFNMSUB231NEPBF16 xmm3, xmm0, word ptr [r22]{1to8} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 8 times + +0000000000001788 62fe7c38be1e VFNMSUB231NEPBF16 ymm3, ymm0, word ptr [r22]{1to16} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 16 times + +000000000000178E 62fe7c58be1e VFNMSUB231NEPBF16 zmm3, zmm0, word ptr [r22]{1to32} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 32 times + +0000000000001794 62fe7c0fbe1e VFNMSUB231NEPBF16 xmm3{k7}, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +000000000000179A 62fe7c2fbe1e VFNMSUB231NEPBF16 ymm3{k7}, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +00000000000017A0 62fe7c4fbe1e VFNMSUB231NEPBF16 zmm3{k7}, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +00000000000017A6 62fe7c8fbe1e VFNMSUB231NEPBF16 xmm3{k7}{z}, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +00000000000017AC 62fe7cafbe1e VFNMSUB231NEPBF16 ymm3{k7}{z}, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +00000000000017B2 62fe7ccfbe1e VFNMSUB231NEPBF16 zmm3{k7}{z}, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +00000000000017B8 62fb7f08661ebd VFPCLASSPBF16 k3, xmmword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: Mask, RegSize: 8, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +00000000000017BF 62fb7f28661ebd VFPCLASSPBF16 k3, ymmword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: Mask, RegSize: 8, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +00000000000017C6 62fb7f48661ebd VFPCLASSPBF16 k3, zmmword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: Mask, RegSize: 8, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +00000000000017CD 62fb7f0866debd VFPCLASSPBF16 k3, xmm6, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: Mask, RegSize: 8, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +00000000000017D4 62fb7f2866debd VFPCLASSPBF16 k3, ymm6, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: Mask, RegSize: 8, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +00000000000017DB 62fb7f4866debd VFPCLASSPBF16 k3, zmm6, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: Mask, RegSize: 8, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +00000000000017E2 62fb7f18661ebd VFPCLASSPBF16 k3, word ptr [r22]{1to8}, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: Mask, RegSize: 8, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 8 times + Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +00000000000017E9 62fb7f38661ebd VFPCLASSPBF16 k3, word ptr [r22]{1to16}, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: Mask, RegSize: 8, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 16 times + Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +00000000000017F0 62fb7f58661ebd VFPCLASSPBF16 k3, word ptr [r22]{1to32}, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: Mask, RegSize: 8, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 32 times + Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +00000000000017F7 62fb7f0f661ebd VFPCLASSPBF16 k3{k7}, xmmword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: Mask, RegSize: 8, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +00000000000017FE 62fb7f2f661ebd VFPCLASSPBF16 k3{k7}, ymmword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: Mask, RegSize: 8, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001805 62fb7f4f661ebd VFPCLASSPBF16 k3{k7}, zmmword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: R, RegType: Mask, RegSize: 8, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +000000000000180C 62fd7d08421e VGETEXPPBF16 xmm3, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000001812 62fd7d28421e VGETEXPPBF16 ymm3, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000001818 62fd7d48421e VGETEXPPBF16 zmm3, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +000000000000181E 62fd7d0842de VGETEXPPBF16 xmm3, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000001824 62fd7d2842de VGETEXPPBF16 ymm3, ymm6 + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +000000000000182A 62fd7d4842de VGETEXPPBF16 zmm3, zmm6 + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +0000000000001830 62fd7d18421e VGETEXPPBF16 xmm3, word ptr [r22]{1to8} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 8 times + +0000000000001836 62fd7d38421e VGETEXPPBF16 ymm3, word ptr [r22]{1to16} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 16 times + +000000000000183C 62fd7d58421e VGETEXPPBF16 zmm3, word ptr [r22]{1to32} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 32 times + +0000000000001842 62fd7d0f421e VGETEXPPBF16 xmm3{k7}, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000001848 62fd7d2f421e VGETEXPPBF16 ymm3{k7}, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +000000000000184E 62fd7d4f421e VGETEXPPBF16 zmm3{k7}, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000001854 62fd7d8f421e VGETEXPPBF16 xmm3{k7}{z}, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +000000000000185A 62fd7daf421e VGETEXPPBF16 ymm3{k7}{z}, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000001860 62fd7dcf421e VGETEXPPBF16 zmm3{k7}{z}, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000001866 62fb7f08261ebd VGETMANTPBF16 xmm3, xmmword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +000000000000186D 62fb7f28261ebd VGETMANTPBF16 ymm3, ymmword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001874 62fb7f48261ebd VGETMANTPBF16 zmm3, zmmword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +000000000000187B 62fb7f0826debd VGETMANTPBF16 xmm3, xmm6, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001882 62fb7f2826debd VGETMANTPBF16 ymm3, ymm6, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001889 62fb7f4826debd VGETMANTPBF16 zmm3, zmm6, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001890 62fb7f18261ebd VGETMANTPBF16 xmm3, word ptr [r22]{1to8}, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 8 times + Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001897 62fb7f38261ebd VGETMANTPBF16 ymm3, word ptr [r22]{1to16}, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 16 times + Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +000000000000189E 62fb7f58261ebd VGETMANTPBF16 zmm3, word ptr [r22]{1to32}, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 32 times + Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +00000000000018A5 62fb7f0f261ebd VGETMANTPBF16 xmm3{k7}, xmmword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +00000000000018AC 62fb7f2f261ebd VGETMANTPBF16 ymm3{k7}, ymmword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +00000000000018B3 62fb7f4f261ebd VGETMANTPBF16 zmm3{k7}, zmmword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +00000000000018BA 62fb7f8f261ebd VGETMANTPBF16 xmm3{k7}{z}, xmmword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +00000000000018C1 62fb7faf261ebd VGETMANTPBF16 ymm3{k7}{z}, ymmword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +00000000000018C8 62fb7fcf261ebd VGETMANTPBF16 zmm3{k7}{z}, zmmword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +00000000000018CF 62fd7d085f1e VMAXPBF16 xmm3, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +00000000000018D5 62fd7d285f1e VMAXPBF16 ymm3, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +00000000000018DB 62fd7d485f1e VMAXPBF16 zmm3, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +00000000000018E1 62fd7d085fde VMAXPBF16 xmm3, xmm0, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +00000000000018E7 62fd7d285fde VMAXPBF16 ymm3, ymm0, ymm6 + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +00000000000018ED 62fd7d485fde VMAXPBF16 zmm3, zmm0, zmm6 + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +00000000000018F3 62fd7d185f1e VMAXPBF16 xmm3, xmm0, word ptr [r22]{1to8} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 8 times + +00000000000018F9 62fd7d385f1e VMAXPBF16 ymm3, ymm0, word ptr [r22]{1to16} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 16 times + +00000000000018FF 62fd7d585f1e VMAXPBF16 zmm3, zmm0, word ptr [r22]{1to32} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 32 times + +0000000000001905 62fd7d0f5f1e VMAXPBF16 xmm3{k7}, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +000000000000190B 62fd7d2f5f1e VMAXPBF16 ymm3{k7}, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000001911 62fd7d4f5f1e VMAXPBF16 zmm3{k7}, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000001917 62fd7d8f5f1e VMAXPBF16 xmm3{k7}{z}, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +000000000000191D 62fd7daf5f1e VMAXPBF16 ymm3{k7}{z}, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000001923 62fd7dcf5f1e VMAXPBF16 zmm3{k7}{z}, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000001929 62fb7f08521ebd VMINMAXNEPBF16 xmm3, xmm0, xmmword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001930 62fb7f28521ebd VMINMAXNEPBF16 ymm3, ymm0, ymmword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001937 62fb7f48521ebd VMINMAXNEPBF16 zmm3, zmm0, zmmword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +000000000000193E 62fb7f0852debd VMINMAXNEPBF16 xmm3, xmm0, xmm6, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001945 62fb7f2852debd VMINMAXNEPBF16 ymm3, ymm0, ymm6, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +000000000000194C 62fb7f4852debd VMINMAXNEPBF16 zmm3, zmm0, zmm6, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001953 62fb7f18521ebd VMINMAXNEPBF16 xmm3, xmm0, word ptr [r22]{1to8}, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 8 times + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +000000000000195A 62fb7f38521ebd VMINMAXNEPBF16 ymm3, ymm0, word ptr [r22]{1to16}, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 16 times + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001961 62fb7f58521ebd VMINMAXNEPBF16 zmm3, zmm0, word ptr [r22]{1to32}, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 32 times + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001968 62fb7f0f521ebd VMINMAXNEPBF16 xmm3{k7}, xmm0, xmmword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +000000000000196F 62fb7f2f521ebd VMINMAXNEPBF16 ymm3{k7}, ymm0, ymmword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001976 62fb7f4f521ebd VMINMAXNEPBF16 zmm3{k7}, zmm0, zmmword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +000000000000197D 62fb7f8f521ebd VMINMAXNEPBF16 xmm3{k7}{z}, xmm0, xmmword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001984 62fb7faf521ebd VMINMAXNEPBF16 ymm3{k7}{z}, ymm0, ymmword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +000000000000198B 62fb7fcf521ebd VMINMAXNEPBF16 zmm3{k7}{z}, zmm0, zmmword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001992 62fbfd08521ebd VMINMAXPD xmm3, xmm0, xmmword ptr [r22], 0xbd + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001999 62fbfd28521ebd VMINMAXPD ymm3, ymm0, ymmword ptr [r22], 0xbd + DSIZE: 64, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +00000000000019A0 62fbfd48521ebd VMINMAXPD zmm3, zmm0, zmmword ptr [r22], 0xbd + DSIZE: 64, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +00000000000019A7 62fbfd0852debd VMINMAXPD xmm3, xmm0, xmm6, 0xbd + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +00000000000019AE 62fbfd2852debd VMINMAXPD ymm3, ymm0, ymm6, 0xbd + DSIZE: 64, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +00000000000019B5 62fbfd4852debd VMINMAXPD zmm3, zmm0, zmm6, 0xbd + DSIZE: 64, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +00000000000019BC 62fbfd18521ebd VMINMAXPD xmm3, xmm0, qword ptr [r22]{1to2}, 0xbd + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 8 bytes element 2 times + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +00000000000019C3 62fbfd38521ebd VMINMAXPD ymm3, ymm0, qword ptr [r22]{1to4}, 0xbd + DSIZE: 64, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 8 bytes element 4 times + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +00000000000019CA 62fbfd58521ebd VMINMAXPD zmm3, zmm0, qword ptr [r22]{1to8}, 0xbd + DSIZE: 64, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 8 bytes element 8 times + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +00000000000019D1 62fbfd0f521ebd VMINMAXPD xmm3{k7}, xmm0, xmmword ptr [r22], 0xbd + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +00000000000019D8 62fbfd2f521ebd VMINMAXPD ymm3{k7}, ymm0, ymmword ptr [r22], 0xbd + DSIZE: 64, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +00000000000019DF 62fbfd4f521ebd VMINMAXPD zmm3{k7}, zmm0, zmmword ptr [r22], 0xbd + DSIZE: 64, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +00000000000019E6 62fbfd8f521ebd VMINMAXPD xmm3{k7}{z}, xmm0, xmmword ptr [r22], 0xbd + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +00000000000019ED 62fbfdaf521ebd VMINMAXPD ymm3{k7}{z}, ymm0, ymmword ptr [r22], 0xbd + DSIZE: 64, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +00000000000019F4 62fbfdcf521ebd VMINMAXPD zmm3{k7}{z}, zmm0, zmmword ptr [r22], 0xbd + DSIZE: 64, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +00000000000019FB 62fbfd1852debd VMINMAXPD zmm3, zmm0, zmm6, {sae}, 0xbd + DSIZE: 64, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001A02 62fbfd3852debd VMINMAXPD zmm3, zmm0, zmm6, {sae}, 0xbd + DSIZE: 64, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001A09 62fbfd5852debd VMINMAXPD zmm3, zmm0, zmm6, {sae}, 0xbd + DSIZE: 64, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001A10 62fbfd7852debd VMINMAXPD zmm3, zmm0, zmm6, {sae}, 0xbd + DSIZE: 64, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001A17 62fbf91852debd VMINMAXPD ymm3, ymm0, ymm6, {sae}, 0xbd + DSIZE: 64, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001A1E 62fbf93852debd VMINMAXPD ymm3, ymm0, ymm6, {sae}, 0xbd + DSIZE: 64, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001A25 62fbf95852debd VMINMAXPD ymm3, ymm0, ymm6, {sae}, 0xbd + DSIZE: 64, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001A2C 62fbf97852debd VMINMAXPD ymm3, ymm0, ymm6, {sae}, 0xbd + DSIZE: 64, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001A33 62fb7c08521ebd VMINMAXPH xmm3, xmm0, xmmword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001A3A 62fb7c28521ebd VMINMAXPH ymm3, ymm0, ymmword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001A41 62fb7c48521ebd VMINMAXPH zmm3, zmm0, zmmword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001A48 62fb7c0852debd VMINMAXPH xmm3, xmm0, xmm6, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001A4F 62fb7c2852debd VMINMAXPH ymm3, ymm0, ymm6, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001A56 62fb7c4852debd VMINMAXPH zmm3, zmm0, zmm6, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001A5D 62fb7c18521ebd VMINMAXPH xmm3, xmm0, word ptr [r22]{1to8}, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 8 times + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001A64 62fb7c38521ebd VMINMAXPH ymm3, ymm0, word ptr [r22]{1to16}, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 16 times + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001A6B 62fb7c58521ebd VMINMAXPH zmm3, zmm0, word ptr [r22]{1to32}, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 32 times + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001A72 62fb7c0f521ebd VMINMAXPH xmm3{k7}, xmm0, xmmword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001A79 62fb7c2f521ebd VMINMAXPH ymm3{k7}, ymm0, ymmword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001A80 62fb7c4f521ebd VMINMAXPH zmm3{k7}, zmm0, zmmword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001A87 62fb7c8f521ebd VMINMAXPH xmm3{k7}{z}, xmm0, xmmword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001A8E 62fb7caf521ebd VMINMAXPH ymm3{k7}{z}, ymm0, ymmword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001A95 62fb7ccf521ebd VMINMAXPH zmm3{k7}{z}, zmm0, zmmword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001A9C 62fb7c1852debd VMINMAXPH zmm3, zmm0, zmm6, {sae}, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001AA3 62fb7c3852debd VMINMAXPH zmm3, zmm0, zmm6, {sae}, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001AAA 62fb7c5852debd VMINMAXPH zmm3, zmm0, zmm6, {sae}, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001AB1 62fb7c7852debd VMINMAXPH zmm3, zmm0, zmm6, {sae}, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001AB8 62fb781852debd VMINMAXPH ymm3, ymm0, ymm6, {sae}, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001ABF 62fb783852debd VMINMAXPH ymm3, ymm0, ymm6, {sae}, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001AC6 62fb785852debd VMINMAXPH ymm3, ymm0, ymm6, {sae}, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001ACD 62fb787852debd VMINMAXPH ymm3, ymm0, ymm6, {sae}, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001AD4 62fb7d08521ebd VMINMAXPS xmm3, xmm0, xmmword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001ADB 62fb7d28521ebd VMINMAXPS ymm3, ymm0, ymmword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001AE2 62fb7d48521ebd VMINMAXPS zmm3, zmm0, zmmword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001AE9 62fb7d0852debd VMINMAXPS xmm3, xmm0, xmm6, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001AF0 62fb7d2852debd VMINMAXPS ymm3, ymm0, ymm6, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001AF7 62fb7d4852debd VMINMAXPS zmm3, zmm0, zmm6, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001AFE 62fb7d18521ebd VMINMAXPS xmm3, xmm0, dword ptr [r22]{1to4}, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 4 bytes element 4 times + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001B05 62fb7d38521ebd VMINMAXPS ymm3, ymm0, dword ptr [r22]{1to8}, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 4 bytes element 8 times + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001B0C 62fb7d58521ebd VMINMAXPS zmm3, zmm0, dword ptr [r22]{1to16}, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 4 bytes element 16 times + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001B13 62fb7d0f521ebd VMINMAXPS xmm3{k7}, xmm0, xmmword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001B1A 62fb7d2f521ebd VMINMAXPS ymm3{k7}, ymm0, ymmword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001B21 62fb7d4f521ebd VMINMAXPS zmm3{k7}, zmm0, zmmword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001B28 62fb7d8f521ebd VMINMAXPS xmm3{k7}{z}, xmm0, xmmword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001B2F 62fb7daf521ebd VMINMAXPS ymm3{k7}{z}, ymm0, ymmword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001B36 62fb7dcf521ebd VMINMAXPS zmm3{k7}{z}, zmm0, zmmword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001B3D 62fb7d1852debd VMINMAXPS zmm3, zmm0, zmm6, {sae}, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001B44 62fb7d3852debd VMINMAXPS zmm3, zmm0, zmm6, {sae}, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001B4B 62fb7d5852debd VMINMAXPS zmm3, zmm0, zmm6, {sae}, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001B52 62fb7d7852debd VMINMAXPS zmm3, zmm0, zmm6, {sae}, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001B59 62fb791852debd VMINMAXPS ymm3, ymm0, ymm6, {sae}, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001B60 62fb793852debd VMINMAXPS ymm3, ymm0, ymm6, {sae}, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001B67 62fb795852debd VMINMAXPS ymm3, ymm0, ymm6, {sae}, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001B6E 62fb797852debd VMINMAXPS ymm3, ymm0, ymm6, {sae}, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E2 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001B75 62fbfd08531ebd VMINMAXSD xmm3, xmm0, qword ptr [r22], 0xbd + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, + Segment: 3, Base: 22, + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001B7C 62fbfd28531ebd VMINMAXSD xmm3, xmm0, qword ptr [r22], 0xbd + DSIZE: 64, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, + Segment: 3, Base: 22, + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001B83 62fbfd48531ebd VMINMAXSD xmm3, xmm0, qword ptr [r22], 0xbd + DSIZE: 64, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, + Segment: 3, Base: 22, + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001B8A 62fbfd0853debd VMINMAXSD xmm3, xmm0, xmm6, 0xbd + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001B91 62fbfd2853debd VMINMAXSD xmm3, xmm0, xmm6, 0xbd + DSIZE: 64, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001B98 62fbfd4853debd VMINMAXSD xmm3, xmm0, xmm6, 0xbd + DSIZE: 64, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001B9F 62fbfd0f531ebd VMINMAXSD xmm3{k7}, xmm0, qword ptr [r22], 0xbd + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, + Segment: 3, Base: 22, + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001BA6 62fbfd2f531ebd VMINMAXSD xmm3{k7}, xmm0, qword ptr [r22], 0xbd + DSIZE: 64, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, + Segment: 3, Base: 22, + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001BAD 62fbfd4f531ebd VMINMAXSD xmm3{k7}, xmm0, qword ptr [r22], 0xbd + DSIZE: 64, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, + Segment: 3, Base: 22, + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001BB4 62fbfd8f531ebd VMINMAXSD xmm3{k7}{z}, xmm0, qword ptr [r22], 0xbd + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, + Segment: 3, Base: 22, + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001BBB 62fbfdaf531ebd VMINMAXSD xmm3{k7}{z}, xmm0, qword ptr [r22], 0xbd + DSIZE: 64, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, + Segment: 3, Base: 22, + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001BC2 62fbfdcf531ebd VMINMAXSD xmm3{k7}{z}, xmm0, qword ptr [r22], 0xbd + DSIZE: 64, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, + Segment: 3, Base: 22, + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001BC9 62fbfd1853debd VMINMAXSD xmm3, xmm0, xmm6, {sae}, 0xbd + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001BD0 62fbfd3853debd VMINMAXSD xmm3, xmm0, xmm6, {sae}, 0xbd + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001BD7 62fbfd5853debd VMINMAXSD xmm3, xmm0, xmm6, {sae}, 0xbd + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001BDE 62fbfd7853debd VMINMAXSD xmm3, xmm0, xmm6, {sae}, 0xbd + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001BE5 62fbf91853debd VMINMAXSD xmm3, xmm0, xmm6, {sae}, 0xbd + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001BEC 62fbf93853debd VMINMAXSD xmm3, xmm0, xmm6, {sae}, 0xbd + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001BF3 62fbf95853debd VMINMAXSD xmm3, xmm0, xmm6, {sae}, 0xbd + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001BFA 62fbf97853debd VMINMAXSD xmm3, xmm0, xmm6, {sae}, 0xbd + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001C01 62fb7c08531ebd VMINMAXSH xmm3, xmm0, word ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, + Segment: 3, Base: 22, + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001C08 62fb7c28531ebd VMINMAXSH xmm3, xmm0, word ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, + Segment: 3, Base: 22, + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001C0F 62fb7c48531ebd VMINMAXSH xmm3, xmm0, word ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, + Segment: 3, Base: 22, + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001C16 62fb7c0853debd VMINMAXSH xmm3, xmm0, xmm6, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001C1D 62fb7c2853debd VMINMAXSH xmm3, xmm0, xmm6, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001C24 62fb7c4853debd VMINMAXSH xmm3, xmm0, xmm6, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001C2B 62fb7c0f531ebd VMINMAXSH xmm3{k7}, xmm0, word ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, + Segment: 3, Base: 22, + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001C32 62fb7c2f531ebd VMINMAXSH xmm3{k7}, xmm0, word ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, + Segment: 3, Base: 22, + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001C39 62fb7c4f531ebd VMINMAXSH xmm3{k7}, xmm0, word ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, + Segment: 3, Base: 22, + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001C40 62fb7c8f531ebd VMINMAXSH xmm3{k7}{z}, xmm0, word ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, + Segment: 3, Base: 22, + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001C47 62fb7caf531ebd VMINMAXSH xmm3{k7}{z}, xmm0, word ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, + Segment: 3, Base: 22, + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001C4E 62fb7ccf531ebd VMINMAXSH xmm3{k7}{z}, xmm0, word ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, + Segment: 3, Base: 22, + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001C55 62fb7c1853debd VMINMAXSH xmm3, xmm0, xmm6, {sae}, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001C5C 62fb7c3853debd VMINMAXSH xmm3, xmm0, xmm6, {sae}, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001C63 62fb7c5853debd VMINMAXSH xmm3, xmm0, xmm6, {sae}, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001C6A 62fb7c7853debd VMINMAXSH xmm3, xmm0, xmm6, {sae}, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001C71 62fb781853debd VMINMAXSH xmm3, xmm0, xmm6, {sae}, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001C78 62fb783853debd VMINMAXSH xmm3, xmm0, xmm6, {sae}, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001C7F 62fb785853debd VMINMAXSH xmm3, xmm0, xmm6, {sae}, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001C86 62fb787853debd VMINMAXSH xmm3, xmm0, xmm6, {sae}, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001C8D 62fb7d08531ebd VMINMAXSS xmm3, xmm0, dword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, + Segment: 3, Base: 22, + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001C94 62fb7d28531ebd VMINMAXSS xmm3, xmm0, dword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, + Segment: 3, Base: 22, + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001C9B 62fb7d48531ebd VMINMAXSS xmm3, xmm0, dword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, + Segment: 3, Base: 22, + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001CA2 62fb7d0853debd VMINMAXSS xmm3, xmm0, xmm6, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001CA9 62fb7d2853debd VMINMAXSS xmm3, xmm0, xmm6, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001CB0 62fb7d4853debd VMINMAXSS xmm3, xmm0, xmm6, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001CB7 62fb7d0f531ebd VMINMAXSS xmm3{k7}, xmm0, dword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, + Segment: 3, Base: 22, + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001CBE 62fb7d2f531ebd VMINMAXSS xmm3{k7}, xmm0, dword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, + Segment: 3, Base: 22, + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001CC5 62fb7d4f531ebd VMINMAXSS xmm3{k7}, xmm0, dword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, + Segment: 3, Base: 22, + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001CCC 62fb7d8f531ebd VMINMAXSS xmm3{k7}{z}, xmm0, dword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, + Segment: 3, Base: 22, + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001CD3 62fb7daf531ebd VMINMAXSS xmm3{k7}{z}, xmm0, dword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, + Segment: 3, Base: 22, + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001CDA 62fb7dcf531ebd VMINMAXSS xmm3{k7}{z}, xmm0, dword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, + Segment: 3, Base: 22, + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001CE1 62fb7d1853debd VMINMAXSS xmm3, xmm0, xmm6, {sae}, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001CE8 62fb7d3853debd VMINMAXSS xmm3, xmm0, xmm6, {sae}, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001CEF 62fb7d5853debd VMINMAXSS xmm3, xmm0, xmm6, {sae}, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001CF6 62fb7d7853debd VMINMAXSS xmm3, xmm0, xmm6, {sae}, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001CFD 62fb791853debd VMINMAXSS xmm3, xmm0, xmm6, {sae}, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001D04 62fb793853debd VMINMAXSS xmm3, xmm0, xmm6, {sae}, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001D0B 62fb795853debd VMINMAXSS xmm3, xmm0, xmm6, {sae}, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001D12 62fb797853debd VMINMAXSS xmm3, xmm0, xmm6, {sae}, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10MINMAX, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001D19 62fd7d085d1e VMINPBF16 xmm3, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000001D1F 62fd7d285d1e VMINPBF16 ymm3, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000001D25 62fd7d485d1e VMINPBF16 zmm3, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000001D2B 62fd7d085dde VMINPBF16 xmm3, xmm0, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000001D31 62fd7d285dde VMINPBF16 ymm3, ymm0, ymm6 + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000001D37 62fd7d485dde VMINPBF16 zmm3, zmm0, zmm6 + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +0000000000001D3D 62fd7d185d1e VMINPBF16 xmm3, xmm0, word ptr [r22]{1to8} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 8 times + +0000000000001D43 62fd7d385d1e VMINPBF16 ymm3, ymm0, word ptr [r22]{1to16} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 16 times + +0000000000001D49 62fd7d585d1e VMINPBF16 zmm3, zmm0, word ptr [r22]{1to32} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 32 times + +0000000000001D4F 62fd7d0f5d1e VMINPBF16 xmm3{k7}, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000001D55 62fd7d2f5d1e VMINPBF16 ymm3{k7}, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000001D5B 62fd7d4f5d1e VMINPBF16 zmm3{k7}, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000001D61 62fd7d8f5d1e VMINPBF16 xmm3{k7}{z}, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000001D67 62fd7daf5d1e VMINPBF16 ymm3{k7}{z}, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000001D6D 62fd7dcf5d1e VMINPBF16 zmm3{k7}{z}, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000001D73 62f97e087e1e VMOVD xmm3, dword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10PARTCOPY, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E9NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, + Segment: 3, Base: 22, + +0000000000001D79 62f97e087ede VMOVD xmm3, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10PARTCOPY, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E9NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000001D7F 62f97d08d61e VMOVD dword ptr [r22], xmm3 + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10PARTCOPY, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E9NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Memory, Size: 4, RawSize: 4, Encoding: M, + Segment: 3, Base: 22, + Operand: 1, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + +0000000000001D85 62f97d08d6de VMOVD xmm6, xmm3 + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10PARTCOPY, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E9NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + +0000000000001D8B 62fd7e086e1e VMOVW xmm3, word ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10PARTCOPY, CET tracked: no + EVEX Tuple Type: Tuple 1 scalar, 16 bit + Exception class: EVEX, exception type: E9NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, + Segment: 3, Base: 22, + +0000000000001D91 62fd7e086ede VMOVW xmm3, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10PARTCOPY, CET tracked: no + EVEX Tuple Type: Tuple 1 scalar, 16 bit + Exception class: EVEX, exception type: E9NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000001D97 62fd7e087e1e VMOVW word ptr [r22], xmm3 + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10PARTCOPY, CET tracked: no + EVEX Tuple Type: Tuple 1 scalar, 16 bit + Exception class: EVEX, exception type: E9NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Memory, Size: 2, RawSize: 2, Encoding: M, + Segment: 3, Base: 22, + Operand: 1, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + +0000000000001D9D 62fd7e087ede VMOVW xmm6, xmm3 + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10PARTCOPY, CET tracked: no + EVEX Tuple Type: Tuple 1 scalar, 16 bit + Exception class: EVEX, exception type: E9NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + +0000000000001DA3 62fb7e08421ebd VMPSADBW xmm3, xmm0, xmmword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full Mem + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001DAA 62fb7e28421ebd VMPSADBW ymm3, ymm0, ymmword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full Mem + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001DB1 62fb7e48421ebd VMPSADBW zmm3, zmm0, zmmword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full Mem + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001DB8 62fb7e0842debd VMPSADBW xmm3, xmm0, xmm6, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full Mem + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001DBF 62fb7e2842debd VMPSADBW ymm3, ymm0, ymm6, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full Mem + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001DC6 62fb7e4842debd VMPSADBW zmm3, zmm0, zmm6, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full Mem + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001DCD 62fb7e0f421ebd VMPSADBW xmm3{k7}, xmm0, xmmword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full Mem + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001DD4 62fb7e2f421ebd VMPSADBW ymm3{k7}, ymm0, ymmword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full Mem + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001DDB 62fb7e4f421ebd VMPSADBW zmm3{k7}, zmm0, zmmword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full Mem + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001DE2 62fb7e8f421ebd VMPSADBW xmm3{k7}{z}, xmm0, xmmword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full Mem + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001DE9 62fb7eaf421ebd VMPSADBW ymm3{k7}{z}, ymm0, ymmword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full Mem + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001DF0 62fb7ecf421ebd VMPSADBW zmm3{k7}{z}, zmm0, zmmword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full Mem + Exception class: EVEX, exception type: E4NF + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + Operand: 4, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000001DF7 62fd7d08591e VMULNEPBF16 xmm3, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000001DFD 62fd7d28591e VMULNEPBF16 ymm3, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000001E03 62fd7d48591e VMULNEPBF16 zmm3, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000001E09 62fd7d0859de VMULNEPBF16 xmm3, xmm0, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000001E0F 62fd7d2859de VMULNEPBF16 ymm3, ymm0, ymm6 + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000001E15 62fd7d4859de VMULNEPBF16 zmm3, zmm0, zmm6 + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +0000000000001E1B 62fd7d18591e VMULNEPBF16 xmm3, xmm0, word ptr [r22]{1to8} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 8 times + +0000000000001E21 62fd7d38591e VMULNEPBF16 ymm3, ymm0, word ptr [r22]{1to16} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 16 times + +0000000000001E27 62fd7d58591e VMULNEPBF16 zmm3, zmm0, word ptr [r22]{1to32} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 32 times + +0000000000001E2D 62fd7d0f591e VMULNEPBF16 xmm3{k7}, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000001E33 62fd7d2f591e VMULNEPBF16 ymm3{k7}, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000001E39 62fd7d4f591e VMULNEPBF16 zmm3{k7}, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000001E3F 62fd7d8f591e VMULNEPBF16 xmm3{k7}{z}, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000001E45 62fd7daf591e VMULNEPBF16 ymm3{k7}{z}, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000001E4B 62fd7dcf591e VMULNEPBF16 zmm3{k7}{z}, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000001E51 62fa7f08501e VPDPBSSD xmm3, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000001E57 62fa7f28501e VPDPBSSD ymm3, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000001E5D 62fa7f48501e VPDPBSSD zmm3, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000001E63 62fa7f0850de VPDPBSSD xmm3, xmm0, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000001E69 62fa7f2850de VPDPBSSD ymm3, ymm0, ymm6 + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000001E6F 62fa7f4850de VPDPBSSD zmm3, zmm0, zmm6 + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +0000000000001E75 62fa7f18501e VPDPBSSD xmm3, xmm0, dword ptr [r22]{1to4} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 4 bytes element 4 times + +0000000000001E7B 62fa7f38501e VPDPBSSD ymm3, ymm0, dword ptr [r22]{1to8} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 4 bytes element 8 times + +0000000000001E81 62fa7f58501e VPDPBSSD zmm3, zmm0, dword ptr [r22]{1to16} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 4 bytes element 16 times + +0000000000001E87 62fa7f0f501e VPDPBSSD xmm3{k7}, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000001E8D 62fa7f2f501e VPDPBSSD ymm3{k7}, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000001E93 62fa7f4f501e VPDPBSSD zmm3{k7}, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000001E99 62fa7f8f501e VPDPBSSD xmm3{k7}{z}, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000001E9F 62fa7faf501e VPDPBSSD ymm3{k7}{z}, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000001EA5 62fa7fcf501e VPDPBSSD zmm3{k7}{z}, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000001EAB 62fa7f08511e VPDPBSSDS xmm3, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000001EB1 62fa7f28511e VPDPBSSDS ymm3, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000001EB7 62fa7f48511e VPDPBSSDS zmm3, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000001EBD 62fa7f0851de VPDPBSSDS xmm3, xmm0, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000001EC3 62fa7f2851de VPDPBSSDS ymm3, ymm0, ymm6 + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000001EC9 62fa7f4851de VPDPBSSDS zmm3, zmm0, zmm6 + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +0000000000001ECF 62fa7f18511e VPDPBSSDS xmm3, xmm0, dword ptr [r22]{1to4} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 4 bytes element 4 times + +0000000000001ED5 62fa7f38511e VPDPBSSDS ymm3, ymm0, dword ptr [r22]{1to8} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 4 bytes element 8 times + +0000000000001EDB 62fa7f58511e VPDPBSSDS zmm3, zmm0, dword ptr [r22]{1to16} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 4 bytes element 16 times + +0000000000001EE1 62fa7f0f511e VPDPBSSDS xmm3{k7}, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000001EE7 62fa7f2f511e VPDPBSSDS ymm3{k7}, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000001EED 62fa7f4f511e VPDPBSSDS zmm3{k7}, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000001EF3 62fa7f8f511e VPDPBSSDS xmm3{k7}{z}, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000001EF9 62fa7faf511e VPDPBSSDS ymm3{k7}{z}, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000001EFF 62fa7fcf511e VPDPBSSDS zmm3{k7}{z}, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000001F05 62fa7e08501e VPDPBSUD xmm3, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000001F0B 62fa7e28501e VPDPBSUD ymm3, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000001F11 62fa7e48501e VPDPBSUD zmm3, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000001F17 62fa7e0850de VPDPBSUD xmm3, xmm0, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000001F1D 62fa7e2850de VPDPBSUD ymm3, ymm0, ymm6 + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000001F23 62fa7e4850de VPDPBSUD zmm3, zmm0, zmm6 + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +0000000000001F29 62fa7e18501e VPDPBSUD xmm3, xmm0, dword ptr [r22]{1to4} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 4 bytes element 4 times + +0000000000001F2F 62fa7e38501e VPDPBSUD ymm3, ymm0, dword ptr [r22]{1to8} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 4 bytes element 8 times + +0000000000001F35 62fa7e58501e VPDPBSUD zmm3, zmm0, dword ptr [r22]{1to16} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 4 bytes element 16 times + +0000000000001F3B 62fa7e0f501e VPDPBSUD xmm3{k7}, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000001F41 62fa7e2f501e VPDPBSUD ymm3{k7}, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000001F47 62fa7e4f501e VPDPBSUD zmm3{k7}, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000001F4D 62fa7e8f501e VPDPBSUD xmm3{k7}{z}, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000001F53 62fa7eaf501e VPDPBSUD ymm3{k7}{z}, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000001F59 62fa7ecf501e VPDPBSUD zmm3{k7}{z}, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000001F5F 62fa7e08511e VPDPBSUDS xmm3, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000001F65 62fa7e28511e VPDPBSUDS ymm3, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000001F6B 62fa7e48511e VPDPBSUDS zmm3, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000001F71 62fa7e0851de VPDPBSUDS xmm3, xmm0, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000001F77 62fa7e2851de VPDPBSUDS ymm3, ymm0, ymm6 + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000001F7D 62fa7e4851de VPDPBSUDS zmm3, zmm0, zmm6 + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +0000000000001F83 62fa7e18511e VPDPBSUDS xmm3, xmm0, dword ptr [r22]{1to4} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 4 bytes element 4 times + +0000000000001F89 62fa7e38511e VPDPBSUDS ymm3, ymm0, dword ptr [r22]{1to8} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 4 bytes element 8 times + +0000000000001F8F 62fa7e58511e VPDPBSUDS zmm3, zmm0, dword ptr [r22]{1to16} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 4 bytes element 16 times + +0000000000001F95 62fa7e0f511e VPDPBSUDS xmm3{k7}, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000001F9B 62fa7e2f511e VPDPBSUDS ymm3{k7}, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000001FA1 62fa7e4f511e VPDPBSUDS zmm3{k7}, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000001FA7 62fa7e8f511e VPDPBSUDS xmm3{k7}{z}, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000001FAD 62fa7eaf511e VPDPBSUDS ymm3{k7}{z}, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000001FB3 62fa7ecf511e VPDPBSUDS zmm3{k7}{z}, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000001FB9 62fa7c08501e VPDPBUUD xmm3, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000001FBF 62fa7c28501e VPDPBUUD ymm3, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000001FC5 62fa7c48501e VPDPBUUD zmm3, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000001FCB 62fa7c0850de VPDPBUUD xmm3, xmm0, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000001FD1 62fa7c2850de VPDPBUUD ymm3, ymm0, ymm6 + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000001FD7 62fa7c4850de VPDPBUUD zmm3, zmm0, zmm6 + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +0000000000001FDD 62fa7c18501e VPDPBUUD xmm3, xmm0, dword ptr [r22]{1to4} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 4 bytes element 4 times + +0000000000001FE3 62fa7c38501e VPDPBUUD ymm3, ymm0, dword ptr [r22]{1to8} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 4 bytes element 8 times + +0000000000001FE9 62fa7c58501e VPDPBUUD zmm3, zmm0, dword ptr [r22]{1to16} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 4 bytes element 16 times + +0000000000001FEF 62fa7c0f501e VPDPBUUD xmm3{k7}, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000001FF5 62fa7c2f501e VPDPBUUD ymm3{k7}, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000001FFB 62fa7c4f501e VPDPBUUD zmm3{k7}, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000002001 62fa7c8f501e VPDPBUUD xmm3{k7}{z}, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000002007 62fa7caf501e VPDPBUUD ymm3{k7}{z}, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +000000000000200D 62fa7ccf501e VPDPBUUD zmm3{k7}{z}, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000002013 62fa7c08511e VPDPBUUDS xmm3, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000002019 62fa7c28511e VPDPBUUDS ymm3, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +000000000000201F 62fa7c48511e VPDPBUUDS zmm3, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000002025 62fa7c0851de VPDPBUUDS xmm3, xmm0, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +000000000000202B 62fa7c2851de VPDPBUUDS ymm3, ymm0, ymm6 + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000002031 62fa7c4851de VPDPBUUDS zmm3, zmm0, zmm6 + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +0000000000002037 62fa7c18511e VPDPBUUDS xmm3, xmm0, dword ptr [r22]{1to4} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 4 bytes element 4 times + +000000000000203D 62fa7c38511e VPDPBUUDS ymm3, ymm0, dword ptr [r22]{1to8} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 4 bytes element 8 times + +0000000000002043 62fa7c58511e VPDPBUUDS zmm3, zmm0, dword ptr [r22]{1to16} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 4 bytes element 16 times + +0000000000002049 62fa7c0f511e VPDPBUUDS xmm3{k7}, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +000000000000204F 62fa7c2f511e VPDPBUUDS ymm3{k7}, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000002055 62fa7c4f511e VPDPBUUDS zmm3{k7}, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +000000000000205B 62fa7c8f511e VPDPBUUDS xmm3{k7}{z}, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000002061 62fa7caf511e VPDPBUUDS ymm3{k7}{z}, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000002067 62fa7ccf511e VPDPBUUDS zmm3{k7}{z}, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +000000000000206D 62fa7e08d21e VPDPWSUD xmm3, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000002073 62fa7e28d21e VPDPWSUD ymm3, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000002079 62fa7e48d21e VPDPWSUD zmm3, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +000000000000207F 62fa7e08d2de VPDPWSUD xmm3, xmm0, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000002085 62fa7e28d2de VPDPWSUD ymm3, ymm0, ymm6 + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +000000000000208B 62fa7e48d2de VPDPWSUD zmm3, zmm0, zmm6 + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +0000000000002091 62fa7e18d21e VPDPWSUD xmm3, xmm0, dword ptr [r22]{1to4} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 4 bytes element 4 times + +0000000000002097 62fa7e38d21e VPDPWSUD ymm3, ymm0, dword ptr [r22]{1to8} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 4 bytes element 8 times + +000000000000209D 62fa7e58d21e VPDPWSUD zmm3, zmm0, dword ptr [r22]{1to16} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 4 bytes element 16 times + +00000000000020A3 62fa7e0fd21e VPDPWSUD xmm3{k7}, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +00000000000020A9 62fa7e2fd21e VPDPWSUD ymm3{k7}, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +00000000000020AF 62fa7e4fd21e VPDPWSUD zmm3{k7}, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +00000000000020B5 62fa7e8fd21e VPDPWSUD xmm3{k7}{z}, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +00000000000020BB 62fa7eafd21e VPDPWSUD ymm3{k7}{z}, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +00000000000020C1 62fa7ecfd21e VPDPWSUD zmm3{k7}{z}, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +00000000000020C7 62fa7e08d31e VPDPWSUDS xmm3, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +00000000000020CD 62fa7e28d31e VPDPWSUDS ymm3, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +00000000000020D3 62fa7e48d31e VPDPWSUDS zmm3, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +00000000000020D9 62fa7e08d3de VPDPWSUDS xmm3, xmm0, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +00000000000020DF 62fa7e28d3de VPDPWSUDS ymm3, ymm0, ymm6 + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +00000000000020E5 62fa7e48d3de VPDPWSUDS zmm3, zmm0, zmm6 + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +00000000000020EB 62fa7e18d31e VPDPWSUDS xmm3, xmm0, dword ptr [r22]{1to4} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 4 bytes element 4 times + +00000000000020F1 62fa7e38d31e VPDPWSUDS ymm3, ymm0, dword ptr [r22]{1to8} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 4 bytes element 8 times + +00000000000020F7 62fa7e58d31e VPDPWSUDS zmm3, zmm0, dword ptr [r22]{1to16} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 4 bytes element 16 times + +00000000000020FD 62fa7e0fd31e VPDPWSUDS xmm3{k7}, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000002103 62fa7e2fd31e VPDPWSUDS ymm3{k7}, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000002109 62fa7e4fd31e VPDPWSUDS zmm3{k7}, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +000000000000210F 62fa7e8fd31e VPDPWSUDS xmm3{k7}{z}, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000002115 62fa7eafd31e VPDPWSUDS ymm3{k7}{z}, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +000000000000211B 62fa7ecfd31e VPDPWSUDS zmm3{k7}{z}, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000002121 62fa7d08d21e VPDPWUSD xmm3, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000002127 62fa7d28d21e VPDPWUSD ymm3, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +000000000000212D 62fa7d48d21e VPDPWUSD zmm3, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000002133 62fa7d08d2de VPDPWUSD xmm3, xmm0, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000002139 62fa7d28d2de VPDPWUSD ymm3, ymm0, ymm6 + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +000000000000213F 62fa7d48d2de VPDPWUSD zmm3, zmm0, zmm6 + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +0000000000002145 62fa7d18d21e VPDPWUSD xmm3, xmm0, dword ptr [r22]{1to4} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 4 bytes element 4 times + +000000000000214B 62fa7d38d21e VPDPWUSD ymm3, ymm0, dword ptr [r22]{1to8} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 4 bytes element 8 times + +0000000000002151 62fa7d58d21e VPDPWUSD zmm3, zmm0, dword ptr [r22]{1to16} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 4 bytes element 16 times + +0000000000002157 62fa7d0fd21e VPDPWUSD xmm3{k7}, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +000000000000215D 62fa7d2fd21e VPDPWUSD ymm3{k7}, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000002163 62fa7d4fd21e VPDPWUSD zmm3{k7}, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000002169 62fa7d8fd21e VPDPWUSD xmm3{k7}{z}, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +000000000000216F 62fa7dafd21e VPDPWUSD ymm3{k7}{z}, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000002175 62fa7dcfd21e VPDPWUSD zmm3{k7}{z}, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +000000000000217B 62fa7d08d31e VPDPWUSDS xmm3, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000002181 62fa7d28d31e VPDPWUSDS ymm3, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000002187 62fa7d48d31e VPDPWUSDS zmm3, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +000000000000218D 62fa7d08d3de VPDPWUSDS xmm3, xmm0, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000002193 62fa7d28d3de VPDPWUSDS ymm3, ymm0, ymm6 + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000002199 62fa7d48d3de VPDPWUSDS zmm3, zmm0, zmm6 + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +000000000000219F 62fa7d18d31e VPDPWUSDS xmm3, xmm0, dword ptr [r22]{1to4} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 4 bytes element 4 times + +00000000000021A5 62fa7d38d31e VPDPWUSDS ymm3, ymm0, dword ptr [r22]{1to8} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 4 bytes element 8 times + +00000000000021AB 62fa7d58d31e VPDPWUSDS zmm3, zmm0, dword ptr [r22]{1to16} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 4 bytes element 16 times + +00000000000021B1 62fa7d0fd31e VPDPWUSDS xmm3{k7}, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +00000000000021B7 62fa7d2fd31e VPDPWUSDS ymm3{k7}, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +00000000000021BD 62fa7d4fd31e VPDPWUSDS zmm3{k7}, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +00000000000021C3 62fa7d8fd31e VPDPWUSDS xmm3{k7}{z}, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +00000000000021C9 62fa7dafd31e VPDPWUSDS ymm3{k7}{z}, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +00000000000021CF 62fa7dcfd31e VPDPWUSDS zmm3{k7}{z}, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +00000000000021D5 62fa7c08d21e VPDPWUUD xmm3, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +00000000000021DB 62fa7c28d21e VPDPWUUD ymm3, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +00000000000021E1 62fa7c48d21e VPDPWUUD zmm3, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +00000000000021E7 62fa7c08d2de VPDPWUUD xmm3, xmm0, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +00000000000021ED 62fa7c28d2de VPDPWUUD ymm3, ymm0, ymm6 + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +00000000000021F3 62fa7c48d2de VPDPWUUD zmm3, zmm0, zmm6 + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +00000000000021F9 62fa7c18d21e VPDPWUUD xmm3, xmm0, dword ptr [r22]{1to4} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 4 bytes element 4 times + +00000000000021FF 62fa7c38d21e VPDPWUUD ymm3, ymm0, dword ptr [r22]{1to8} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 4 bytes element 8 times + +0000000000002205 62fa7c58d21e VPDPWUUD zmm3, zmm0, dword ptr [r22]{1to16} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 4 bytes element 16 times + +000000000000220B 62fa7c0fd21e VPDPWUUD xmm3{k7}, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000002211 62fa7c2fd21e VPDPWUUD ymm3{k7}, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000002217 62fa7c4fd21e VPDPWUUD zmm3{k7}, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +000000000000221D 62fa7c8fd21e VPDPWUUD xmm3{k7}{z}, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000002223 62fa7cafd21e VPDPWUUD ymm3{k7}{z}, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000002229 62fa7ccfd21e VPDPWUUD zmm3{k7}{z}, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +000000000000222F 62fa7c08d31e VPDPWUUDS xmm3, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000002235 62fa7c28d31e VPDPWUUDS ymm3, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +000000000000223B 62fa7c48d31e VPDPWUUDS zmm3, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000002241 62fa7c08d3de VPDPWUUDS xmm3, xmm0, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000002247 62fa7c28d3de VPDPWUUDS ymm3, ymm0, ymm6 + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +000000000000224D 62fa7c48d3de VPDPWUUDS zmm3, zmm0, zmm6 + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +0000000000002253 62fa7c18d31e VPDPWUUDS xmm3, xmm0, dword ptr [r22]{1to4} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 4 bytes element 4 times + +0000000000002259 62fa7c38d31e VPDPWUUDS ymm3, ymm0, dword ptr [r22]{1to8} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 4 bytes element 8 times + +000000000000225F 62fa7c58d31e VPDPWUUDS zmm3, zmm0, dword ptr [r22]{1to16} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 4 bytes element 16 times + +0000000000002265 62fa7c0fd31e VPDPWUUDS xmm3{k7}, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +000000000000226B 62fa7c2fd31e VPDPWUUDS ymm3{k7}, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000002271 62fa7c4fd31e VPDPWUUDS zmm3{k7}, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000002277 62fa7c8fd31e VPDPWUUDS xmm3{k7}{z}, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +000000000000227D 62fa7cafd31e VPDPWUUDS ymm3{k7}{z}, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000002283 62fa7ccfd31e VPDPWUUDS zmm3{k7}{z}, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10INT, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000002289 62fe7c084c1e VRCPPBF16 xmm3, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +000000000000228F 62fe7c284c1e VRCPPBF16 ymm3, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000002295 62fe7c484c1e VRCPPBF16 zmm3, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +000000000000229B 62fe7c084cde VRCPPBF16 xmm3, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +00000000000022A1 62fe7c284cde VRCPPBF16 ymm3, ymm6 + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +00000000000022A7 62fe7c484cde VRCPPBF16 zmm3, zmm6 + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +00000000000022AD 62fe7c184c1e VRCPPBF16 xmm3, word ptr [r22]{1to8} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 8 times + +00000000000022B3 62fe7c384c1e VRCPPBF16 ymm3, word ptr [r22]{1to16} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 16 times + +00000000000022B9 62fe7c584c1e VRCPPBF16 zmm3, word ptr [r22]{1to32} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 32 times + +00000000000022BF 62fe7c0f4c1e VRCPPBF16 xmm3{k7}, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +00000000000022C5 62fe7c2f4c1e VRCPPBF16 ymm3{k7}, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +00000000000022CB 62fe7c4f4c1e VRCPPBF16 zmm3{k7}, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +00000000000022D1 62fe7c8f4c1e VRCPPBF16 xmm3{k7}{z}, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +00000000000022D7 62fe7caf4c1e VRCPPBF16 ymm3{k7}{z}, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +00000000000022DD 62fe7ccf4c1e VRCPPBF16 zmm3{k7}{z}, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +00000000000022E3 62fb7f08561ebd VREDUCENEPBF16 xmm3, xmmword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +00000000000022EA 62fb7f28561ebd VREDUCENEPBF16 ymm3, ymmword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +00000000000022F1 62fb7f48561ebd VREDUCENEPBF16 zmm3, zmmword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +00000000000022F8 62fb7f0856debd VREDUCENEPBF16 xmm3, xmm6, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +00000000000022FF 62fb7f2856debd VREDUCENEPBF16 ymm3, ymm6, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000002306 62fb7f4856debd VREDUCENEPBF16 zmm3, zmm6, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +000000000000230D 62fb7f18561ebd VREDUCENEPBF16 xmm3, word ptr [r22]{1to8}, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 8 times + Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000002314 62fb7f38561ebd VREDUCENEPBF16 ymm3, word ptr [r22]{1to16}, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 16 times + Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +000000000000231B 62fb7f58561ebd VREDUCENEPBF16 zmm3, word ptr [r22]{1to32}, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 32 times + Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000002322 62fb7f0f561ebd VREDUCENEPBF16 xmm3{k7}, xmmword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000002329 62fb7f2f561ebd VREDUCENEPBF16 ymm3{k7}, ymmword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000002330 62fb7f4f561ebd VREDUCENEPBF16 zmm3{k7}, zmmword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000002337 62fb7f8f561ebd VREDUCENEPBF16 xmm3{k7}{z}, xmmword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +000000000000233E 62fb7faf561ebd VREDUCENEPBF16 ymm3{k7}{z}, ymmword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000002345 62fb7fcf561ebd VREDUCENEPBF16 zmm3{k7}{z}, zmmword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +000000000000234C 62fb7f08081ebd VRNDSCALENEPBF16 xmm3, xmmword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000002353 62fb7f28081ebd VRNDSCALENEPBF16 ymm3, ymmword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +000000000000235A 62fb7f48081ebd VRNDSCALENEPBF16 zmm3, zmmword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000002361 62fb7f0808debd VRNDSCALENEPBF16 xmm3, xmm6, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000002368 62fb7f2808debd VRNDSCALENEPBF16 ymm3, ymm6, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +000000000000236F 62fb7f4808debd VRNDSCALENEPBF16 zmm3, zmm6, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000002376 62fb7f18081ebd VRNDSCALENEPBF16 xmm3, word ptr [r22]{1to8}, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 8 times + Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +000000000000237D 62fb7f38081ebd VRNDSCALENEPBF16 ymm3, word ptr [r22]{1to16}, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 16 times + Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000002384 62fb7f58081ebd VRNDSCALENEPBF16 zmm3, word ptr [r22]{1to32}, 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 32 times + Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +000000000000238B 62fb7f0f081ebd VRNDSCALENEPBF16 xmm3{k7}, xmmword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000002392 62fb7f2f081ebd VRNDSCALENEPBF16 ymm3{k7}, ymmword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +0000000000002399 62fb7f4f081ebd VRNDSCALENEPBF16 zmm3{k7}, zmmword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +00000000000023A0 62fb7f8f081ebd VRNDSCALENEPBF16 xmm3{k7}{z}, xmmword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +00000000000023A7 62fb7faf081ebd VRNDSCALENEPBF16 ymm3{k7}{z}, ymmword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +00000000000023AE 62fb7fcf081ebd VRNDSCALENEPBF16 zmm3{k7}{z}, zmmword ptr [r22], 0xbd + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + Operand: 3, Acc: R-, Type: Immediate, Size: 1, RawSize: 1, Encoding: I + +00000000000023B5 62fe7c084e1e VRSQRTPBF16 xmm3, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +00000000000023BB 62fe7c284e1e VRSQRTPBF16 ymm3, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +00000000000023C1 62fe7c484e1e VRSQRTPBF16 zmm3, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +00000000000023C7 62fe7c084ede VRSQRTPBF16 xmm3, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +00000000000023CD 62fe7c284ede VRSQRTPBF16 ymm3, ymm6 + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +00000000000023D3 62fe7c484ede VRSQRTPBF16 zmm3, zmm6 + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +00000000000023D9 62fe7c184e1e VRSQRTPBF16 xmm3, word ptr [r22]{1to8} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 8 times + +00000000000023DF 62fe7c384e1e VRSQRTPBF16 ymm3, word ptr [r22]{1to16} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 16 times + +00000000000023E5 62fe7c584e1e VRSQRTPBF16 zmm3, word ptr [r22]{1to32} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 32 times + +00000000000023EB 62fe7c0f4e1e VRSQRTPBF16 xmm3{k7}, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +00000000000023F1 62fe7c2f4e1e VRSQRTPBF16 ymm3{k7}, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +00000000000023F7 62fe7c4f4e1e VRSQRTPBF16 zmm3{k7}, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +00000000000023FD 62fe7c8f4e1e VRSQRTPBF16 xmm3{k7}{z}, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000002403 62fe7caf4e1e VRSQRTPBF16 ymm3{k7}{z}, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000002409 62fe7ccf4e1e VRSQRTPBF16 zmm3{k7}{z}, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +000000000000240F 62fe7c082c1e VSCALEFPBF16 xmm3, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000002415 62fe7c282c1e VSCALEFPBF16 ymm3, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +000000000000241B 62fe7c482c1e VSCALEFPBF16 zmm3, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000002421 62fe7c082cde VSCALEFPBF16 xmm3, xmm0, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000002427 62fe7c282cde VSCALEFPBF16 ymm3, ymm0, ymm6 + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +000000000000242D 62fe7c482cde VSCALEFPBF16 zmm3, zmm0, zmm6 + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +0000000000002433 62fe7c182c1e VSCALEFPBF16 xmm3, xmm0, word ptr [r22]{1to8} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 8 times + +0000000000002439 62fe7c382c1e VSCALEFPBF16 ymm3, ymm0, word ptr [r22]{1to16} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 16 times + +000000000000243F 62fe7c582c1e VSCALEFPBF16 zmm3, zmm0, word ptr [r22]{1to32} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 32 times + +0000000000002445 62fe7c0f2c1e VSCALEFPBF16 xmm3{k7}, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +000000000000244B 62fe7c2f2c1e VSCALEFPBF16 ymm3{k7}, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000002451 62fe7c4f2c1e VSCALEFPBF16 zmm3{k7}, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000002457 62fe7c8f2c1e VSCALEFPBF16 xmm3{k7}{z}, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +000000000000245D 62fe7caf2c1e VSCALEFPBF16 ymm3{k7}{z}, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000002463 62fe7ccf2c1e VSCALEFPBF16 zmm3{k7}{z}, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +0000000000002469 62fd7d08511e VSQRTNEPBF16 xmm3, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +000000000000246F 62fd7d28511e VSQRTNEPBF16 ymm3, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000002475 62fd7d48511e VSQRTNEPBF16 zmm3, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +000000000000247B 62fd7d0851de VSQRTNEPBF16 xmm3, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +0000000000002481 62fd7d2851de VSQRTNEPBF16 ymm3, ymm6 + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +0000000000002487 62fd7d4851de VSQRTNEPBF16 zmm3, zmm6 + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +000000000000248D 62fd7d18511e VSQRTNEPBF16 xmm3, word ptr [r22]{1to8} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 8 times + +0000000000002493 62fd7d38511e VSQRTNEPBF16 ymm3, word ptr [r22]{1to16} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 16 times + +0000000000002499 62fd7d58511e VSQRTNEPBF16 zmm3, word ptr [r22]{1to32} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 32 times + +000000000000249F 62fd7d0f511e VSQRTNEPBF16 xmm3{k7}, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +00000000000024A5 62fd7d2f511e VSQRTNEPBF16 ymm3{k7}, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +00000000000024AB 62fd7d4f511e VSQRTNEPBF16 zmm3{k7}, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +00000000000024B1 62fd7d8f511e VSQRTNEPBF16 xmm3{k7}{z}, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +00000000000024B7 62fd7daf511e VSQRTNEPBF16 ymm3{k7}{z}, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +00000000000024BD 62fd7dcf511e VSQRTNEPBF16 zmm3{k7}{z}, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +00000000000024C3 62fd7d085c1e VSUBNEPBF16 xmm3, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +00000000000024C9 62fd7d285c1e VSUBNEPBF16 ymm3, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +00000000000024CF 62fd7d485c1e VSUBNEPBF16 zmm3, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +00000000000024D5 62fd7d085cde VSUBNEPBF16 xmm3, xmm0, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + +00000000000024DB 62fd7d285cde VSUBNEPBF16 ymm3, ymm0, ymm6 + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: M, RegType: Vector, RegSize: 32, RegId: 6, RegCount: 1 + +00000000000024E1 62fd7d485cde VSUBNEPBF16 zmm3, zmm0, zmm6 + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: M, RegType: Vector, RegSize: 64, RegId: 6, RegCount: 1 + +00000000000024E7 62fd7d185c1e VSUBNEPBF16 xmm3, xmm0, word ptr [r22]{1to8} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 8 times + +00000000000024ED 62fd7d385c1e VSUBNEPBF16 ymm3, ymm0, word ptr [r22]{1to16} + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 16 times + +00000000000024F3 62fd7d585c1e VSUBNEPBF16 zmm3, zmm0, word ptr [r22]{1to32} + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, Broadcast: yes, + Segment: 3, Base: 22, + Decorator: Broadcast 2 bytes element 32 times + +00000000000024F9 62fd7d0f5c1e VSUBNEPBF16 xmm3{k7}, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +00000000000024FF 62fd7d2f5c1e VSUBNEPBF16 ymm3{k7}, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000002505 62fd7d4f5c1e VSUBNEPBF16 zmm3{k7}, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +000000000000250B 62fd7d8f5c1e VSUBNEPBF16 xmm3{k7}{z}, xmm0, xmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: V, RegType: Vector, RegSize: 16, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 16, RawSize: 16, Encoding: M, + Segment: 3, Base: 22, + +0000000000002511 62fd7daf5c1e VSUBNEPBF16 ymm3{k7}{z}, ymm0, ymmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 256 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 32, RawSize: 32, Encoding: R, RegType: Vector, RegSize: 32, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 32, RawSize: 32, Encoding: V, RegType: Vector, RegSize: 32, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 32, RawSize: 32, Encoding: M, + Segment: 3, Base: 22, + +0000000000002517 62fd7dcf5c1e VSUBNEPBF16 zmm3{k7}{z}, zmm0, zmmword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 512 + ISA Set: AVX10_2, Ins cat: AVX10BF16, CET tracked: no + EVEX Tuple Type: Full + Exception class: EVEX, exception type: E4 + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: -W, Type: Register, Size: 64, RawSize: 64, Encoding: R, RegType: Vector, RegSize: 64, RegId: 3, RegCount: 1 + Decorator: Mask k7 + Decorator: Zero (no merging) + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: A, RegType: Mask, RegSize: 8, RegId: 7, RegCount: 1 + Operand: 2, Acc: R-, Type: Register, Size: 64, RawSize: 64, Encoding: V, RegType: Vector, RegSize: 64, RegId: 0, RegCount: 1 + Operand: 3, Acc: R-, Type: Memory, Size: 64, RawSize: 64, Encoding: M, + Segment: 3, Base: 22, + +000000000000251D 62f9fe082e1e VUCOMXSD xmm3, qword ptr [r22] + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CMPSFP, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + FLAGS access + CF: m, PF: m, AF: 0, ZF: m, SF: m, OF: m, + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: M, + Segment: 3, Base: 22, + Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 + +0000000000002523 62f9fe082ede VUCOMXSD xmm3, xmm6 + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CMPSFP, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + FLAGS access + CF: m, PF: m, AF: 0, ZF: m, SF: m, OF: m, + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 + +0000000000002529 62f9fe182ede VUCOMXSD xmm3, xmm6, {sae} + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CMPSFP, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + FLAGS access + CF: m, PF: m, AF: 0, ZF: m, SF: m, OF: m, + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 + +000000000000252F 62f9fa182ede VUCOMXSD xmm3, xmm6, {sae} + DSIZE: 64, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CMPSFP, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + FLAGS access + CF: m, PF: m, AF: 0, ZF: m, SF: m, OF: m, + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 8, RawSize: 8, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + Operand: 2, Acc: -W, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: Flags, RegSize: 8, RegId: 0, RegCount: 1 + +0000000000002535 62fd7f082e1e VUCOMXSH xmm3, word ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CMPSFP, CET tracked: no + EVEX Tuple Type: Tuple 1 scalar, 16 bit + Exception class: EVEX, exception type: E3NF + FLAGS access + CF: m, PF: m, AF: 0, ZF: m, SF: m, OF: m, + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: M, + Segment: 3, Base: 22, + Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 + +000000000000253B 62fd7f082ede VUCOMXSH xmm3, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CMPSFP, CET tracked: no + EVEX Tuple Type: Tuple 1 scalar, 16 bit + Exception class: EVEX, exception type: E3NF + FLAGS access + CF: m, PF: m, AF: 0, ZF: m, SF: m, OF: m, + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 + +0000000000002541 62fd7f182ede VUCOMXSH xmm3, xmm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CMPSFP, CET tracked: no + EVEX Tuple Type: Tuple 1 scalar, 16 bit + Exception class: EVEX, exception type: E3NF + FLAGS access + CF: m, PF: m, AF: 0, ZF: m, SF: m, OF: m, + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 + +0000000000002547 62fd7b182ede VUCOMXSH xmm3, xmm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CMPSFP, CET tracked: no + EVEX Tuple Type: Tuple 1 scalar, 16 bit + Exception class: EVEX, exception type: E3NF + FLAGS access + CF: m, PF: m, AF: 0, ZF: m, SF: m, OF: m, + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 2, RawSize: 2, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 + +000000000000254D 62f97f082e1e VUCOMXSS xmm3, dword ptr [r22] + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CMPSFP, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + FLAGS access + CF: m, PF: m, AF: 0, ZF: m, SF: m, OF: m, + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: M, + Segment: 3, Base: 22, + Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 + +0000000000002553 62f97f082ede VUCOMXSS xmm3, xmm6 + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CMPSFP, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + FLAGS access + CF: m, PF: m, AF: 0, ZF: m, SF: m, OF: m, + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 + +0000000000002559 62f97f182ede VUCOMXSS xmm3, xmm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CMPSFP, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + FLAGS access + CF: m, PF: m, AF: 0, ZF: m, SF: m, OF: m, + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 + +000000000000255F 62f97b182ede VUCOMXSS xmm3, xmm6, {sae} + DSIZE: 32, ASIZE: 64, VLEN: 128 + ISA Set: AVX10_2, Ins cat: AVX10CMPSFP, CET tracked: no + EVEX Tuple Type: Tuple 1 Scalar + Exception class: EVEX, exception type: E3NF + FLAGS access + CF: m, PF: m, AF: 0, ZF: m, SF: m, OF: m, + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: no, V8086: no, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: R-, Type: Register, Size: 16, RawSize: 16, Encoding: R, RegType: Vector, RegSize: 16, RegId: 3, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 4, RawSize: 4, Encoding: M, RegType: Vector, RegSize: 16, RegId: 6, RegCount: 1 + Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 + diff --git a/bddisasm_test/x86/avx10/avx102_64.test b/bddisasm_test/x86/avx10/avx102_64.test new file mode 100644 index 0000000..57eaaa7 --- /dev/null +++ b/bddisasm_test/x86/avx10/avx102_64.test @@ -0,0 +1 @@ +bý}Xbý}(Xbý}HXbý}XÞbý}(XÞbý}HXÞbý}Xbý}8Xbý}XXbý}Xbý}/Xbý}OXbý}Xbý}¯Xbý}ÏXbû½bû(½bûH½bûÂÞ½bû(ÂÞ½bûHÂÞ½bû½bû8½bûX½bû½bû/½bûO½bý}/bý}(/bý}H/bý}/Þbý}(/Þbý}H/Þbùþ/bùþ/Þbùþ/Þbùú/Þbý/bý/Þbý/Þbý{/Þbù/bù/Þbù/Þbù{/Þbú}gbú}(gbú}Hgbú}gÞbú}(gÞbú}HgÞbú}gbú}8gbú}Xgbú}gbú}/gbú}Ogbú}gbú}¯gbú}Ïgbú}gÞbú}8gÞbú}XgÞbú}xgÞbúygÞbúy8gÞbúyXgÞbúyxgÞbú|tbú|(tbú|Htbú|tÞbú|(tÞbú|HtÞbú|tbú|8tbú|Xtbú|tbú|/tbú|Otbú|tbú|¯tbú|Ïtbý|tbý|(tbý|Htbý|tÞbý|(tÞbý|HtÞbý|tbý|8tbý|Xtbý|tbý|/tbý|Otbý|tbý|¯tbý|Ïtbý|bý|(bý|Hbý|Þbý|(Þbý|HÞbý|bý|8bý|Xbý|bý|/bý|Obý|bý|¯bý|Ïbý|bý|(bý|Hbý|Þbý|(Þbý|HÞbý|bý|8bý|Xbý|bý|/bý|Obý|bý|¯bý|Ïbýbý(býHbýÞbý(ÞbýHÞbýbý/býObýbý¯býÏbùtbù(tbùHtbùtÞbù(tÞbùHtÞbùtbù8tbùXtbùtbù/tbùOtbùtbù¯tbùÏtbýtbý(tbýHtbýtÞbý(tÞbýHtÞbýtbý8tbýXtbýtbý/tbýOtbýtbý¯tbýÏtbýbý(býHbýÞbý(ÞbýHÞbýbý8býXbýbý/býObýbý¯býÏbýbý(býHbýÞbý(ÞbýHÞbýbý8býXbýbý/býObýbý¯býÏbýibý(ibýHibýiÞbý(iÞbýHiÞbýibý8ibýXibýibý/ibýOibýibý¯ibýÏibýkbý(kbýHkbýkÞbý(kÞbýHkÞbýkbý8kbýXkbýkbý/kbýOkbýkbý¯kbýÏkbù~tbù~(tbù~Htbù~tÞbù~(tÞbù~HtÞbù~tbù~8tbù~Xtbù~tbù~/tbù~Otbù~tbù~¯tbù~Ïtbý~tbý~(tbý~Htbý~tÞbý~(tÞbý~HtÞbý~tbý~8tbý~Xtbý~tbý~/tbý~Otbý~tbý~¯tbý~Ïtbý~bý~(bý~Hbý~Þbý~(Þbý~HÞbý~bý~8bý~Xbý~bý~/bý~Obý~bý~¯bý~Ïbý~bý~(bý~Hbý~Þbý~(Þbý~HÞbý~bý~8bý~Xbý~bý~/bý~Obý~bý~¯bý~Ïbý|ibý|(ibý|Hibý|iÞbý|(iÞbý|HiÞbý|ibý|8ibý|Xibý|ibý|/ibý|Oibý|ibý|¯ibý|Ïibý|iÞbý|8iÞbý|XiÞbý|xiÞbýxiÞbýx8iÞbýxXiÞbýxxiÞbý|kbý|(kbý|Hkbý|kÞbý|(kÞbý|HkÞbý|kbý|8kbý|Xkbý|kbý|/kbý|Okbý|kbý|¯kbý|Ïkbý|kÞbý|8kÞbý|XkÞbý|xkÞbýxkÞbýx8kÞbýxXkÞbýxxkÞbý}ibý}(ibý}Hibý}iÞbý}(iÞbý}HiÞbý}ibý}8ibý}Xibý}ibý}/ibý}Oibý}ibý}¯ibý}Ïibý}iÞbý}8iÞbý}XiÞbý}xiÞbýyiÞbýy8iÞbýyXiÞbýyxiÞbý}kbý}(kbý}Hkbý}kÞbý}(kÞbý}HkÞbý}kbý}8kbý}Xkbý}kbý}/kbý}Okbý}kbý}¯kbý}Ïkbý}kÞbý}8kÞbý}XkÞbý}xkÞbýykÞbýy8kÞbýyXkÞbýyxkÞbýhbý(hbýHhbýhÞbý(hÞbýHhÞbýhbý8hbýXhbýhbý/hbýOhbýhbý¯hbýÏhbýjbý(jbýHjbýjÞbý(jÞbýHjÞbýjbý8jbýXjbýjbý/jbýOjbýjbý¯jbýÏjbýümbýü(mbýüHmbýümÞbýü(mÞbýüHmÞbýümbýü8mbýüXmbýümbýü/mbýüOmbýümbýü¯mbýüÏmbýümÞbýü8mÞbýüXmÞbýüxmÞbýømÞbýø8mÞbýøXmÞbýøxmÞbýýmbýý(mbýýHmbýýmÞbýý(mÞbýýHmÞbýýmbýý8mbýýXmbýýmbýý/mbýýOmbýýmbýý¯mbýýÏmbýýmÞbýý8mÞbýýXmÞbýýxmÞbýùmÞbýù8mÞbýùXmÞbýùxmÞbýülbýü(lbýüHlbýülÞbýü(lÞbýüHlÞbýülbýü8lbýüXlbýülbýü/lbýüOlbýülbýü¯lbýüÏlbýülÞbýü8lÞbýüXlÞbýüxlÞbýølÞbýø8lÞbýøXlÞbýøxlÞbýýlbýý(lbýýHlbýýlÞbýý(lÞbýýHlÞbýýlbýý8lbýýXlbýýlbýý/lbýýOlbýýlbýý¯lbýýÏlbýýlÞbýý8lÞbýýXlÞbýýxlÞbýùlÞbýù8lÞbýùXlÞbýùxlÞbý|hbý|(hbý|Hhbý|hÞbý|(hÞbý|HhÞbý|hbý|8hbý|Xhbý|hbý|/hbý|Ohbý|hbý|¯hbý|Ïhbý|hÞbý|8hÞbý|XhÞbý|xhÞbýxhÞbýx8hÞbýxXhÞbýxxhÞbý|jbý|(jbý|Hjbý|jÞbý|(jÞbý|HjÞbý|jbý|8jbý|Xjbý|jbý|/jbý|Ojbý|jbý|¯jbý|Ïjbý|jÞbý|8jÞbý|XjÞbý|xjÞbýxjÞbýx8jÞbýxXjÞbýxxjÞbý|mbý|(mbý|Hmbý|mÞbý|(mÞbý|HmÞbý|mbý|8mbý|Xmbý|mbý|/mbý|Ombý|mbý|¯mbý|Ïmbý|mÞbý|8mÞbý|XmÞbý|xmÞbýxmÞbýx8mÞbýxXmÞbýxxmÞbý}hbý}(hbý}Hhbý}hÞbý}(hÞbý}HhÞbý}hbý}8hbý}Xhbý}hbý}/hbý}Ohbý}hbý}¯hbý}Ïhbý}hÞbý}8hÞbý}XhÞbý}xhÞbýyhÞbýy8hÞbýyXhÞbýyxhÞbý}jbý}(jbý}Hjbý}jÞbý}(jÞbý}HjÞbý}jbý}8jbý}Xjbý}jbý}/jbý}Ojbý}jbý}¯jbý}Ïjbý}jÞbý}8jÞbý}XjÞbý}xjÞbýyjÞbýy8jÞbýyXjÞbýyxjÞbý}mbý}(mbý}Hmbý}mÞbý}(mÞbý}HmÞbý}mbý}8mbý}Xmbý}mbý}/mbý}Ombý}mbý}¯mbý}Ïmbý}mÞbý}8mÞbý}XmÞbý}xmÞbýymÞbýy8mÞbýyXmÞbýyxmÞbý|lbý|(lbý|Hlbý|lÞbý|(lÞbý|HlÞbý|lbý|8lbý|Xlbý|lbý|/lbý|Olbý|lbý|¯lbý|Ïlbý|lÞbý|8lÞbý|XlÞbý|xlÞbýxlÞbýx8lÞbýxXlÞbýxxlÞbý}lbý}(lbý}Hlbý}lÞbý}(lÞbý}HlÞbý}lbý}8lbý}Xlbý}lbý}/lbý}Olbý}lbý}¯lbý}Ïlbý}lÞbý}8lÞbý}XlÞbý}xlÞbýylÞbýy8lÞbýyXlÞbýyxlÞbý~mbý~(mbý~Hmbýþmbýþ(mbýþHmbý~mÞbý~(mÞbý~HmÞbýþmÞbýþ(mÞbýþHmÞbý~mÞbý~8mÞbý~XmÞbý~xmÞbýþmÞbýþ8mÞbýþXmÞbýþxmÞbýzmÞbýz8mÞbýzXmÞbýzxmÞbýúmÞbýú8mÞbýúXmÞbýúxmÞbýmbý(mbýHmbýÿmbýÿ(mbýÿHmbýmÞbý(mÞbýHmÞbýÿmÞbýÿ(mÞbýÿHmÞbýmÞbý8mÞbýXmÞbýxmÞbýÿmÞbýÿ8mÞbýÿXmÞbýÿxmÞbý{mÞbý{8mÞbý{XmÞbý{xmÞbýûmÞbýû8mÞbýûXmÞbýûxmÞbýlbý(lbýHlbýÿlbýÿ(lbýÿHlbýlÞbý(lÞbýHlÞbýÿlÞbýÿ(lÞbýÿHlÞbýlÞbý8lÞbýXlÞbýxlÞbýÿlÞbýÿ8lÞbýÿXlÞbýÿxlÞbý{lÞbý{8lÞbý{XlÞbý{xlÞbýûlÞbýû8lÞbýûXlÞbýûxlÞbý~lbý~(lbý~Hlbýþlbýþ(lbýþHlbý~lÞbý~(lÞbý~HlÞbýþlÞbýþ(lÞbýþHlÞbý~lÞbý~8lÞbý~XlÞbý~xlÞbýþlÞbýþ8lÞbýþXlÞbýþxlÞbýzlÞbýz8lÞbýzXlÞbýzxlÞbýúlÞbýú8lÞbýúXlÞbýúxlÞbý}^bý}(^bý}H^bý}^Þbý}(^Þbý}H^Þbý}^bý}8^bý}X^bý}^bý}/^bý}O^bý}^bý}¯^bý}Ï^bú|Rbú|(Rbú|HRbú|RÞbú|(RÞbú|HRÞbú|Rbú|8Rbú|XRbú|Rbú|/Rbú|ORbú|Rbú|¯Rbú|ÏRbþ|˜bþ|(˜bþ|H˜bþ|˜Þbþ|(˜Þbþ|H˜Þbþ|˜bþ|8˜bþ|X˜bþ|˜bþ|/˜bþ|O˜bþ|˜bþ|¯˜bþ|Ϙbþ|¨bþ|(¨bþ|H¨bþ|¨Þbþ|(¨Þbþ|H¨Þbþ|¨bþ|8¨bþ|X¨bþ|¨bþ|/¨bþ|O¨bþ|¨bþ|¯¨bþ|Ϩbþ|¸bþ|(¸bþ|H¸bþ|¸Þbþ|(¸Þbþ|H¸Þbþ|¸bþ|8¸bþ|X¸bþ|¸bþ|/¸bþ|O¸bþ|¸bþ|¯¸bþ|ϸbþ|šbþ|(šbþ|Hšbþ|šÞbþ|(šÞbþ|HšÞbþ|šbþ|8šbþ|Xšbþ|šbþ|/šbþ|Ošbþ|šbþ|¯šbþ|Ïšbþ|ªbþ|(ªbþ|Hªbþ|ªÞbþ|(ªÞbþ|HªÞbþ|ªbþ|8ªbþ|Xªbþ|ªbþ|/ªbþ|Oªbþ|ªbþ|¯ªbþ|Ϫbþ|ºbþ|(ºbþ|Hºbþ|ºÞbþ|(ºÞbþ|HºÞbþ|ºbþ|8ºbþ|Xºbþ|ºbþ|/ºbþ|Oºbþ|ºbþ|¯ºbþ|Ϻbþ|œbþ|(œbþ|Hœbþ|œÞbþ|(œÞbþ|HœÞbþ|œbþ|8œbþ|Xœbþ|œbþ|/œbþ|Oœbþ|œbþ|¯œbþ|Ïœbþ|¬bþ|(¬bþ|H¬bþ|¬Þbþ|(¬Þbþ|H¬Þbþ|¬bþ|8¬bþ|X¬bþ|¬bþ|/¬bþ|O¬bþ|¬bþ|¯¬bþ|Ϭbþ|¼bþ|(¼bþ|H¼bþ|¼Þbþ|(¼Þbþ|H¼Þbþ|¼bþ|8¼bþ|X¼bþ|¼bþ|/¼bþ|O¼bþ|¼bþ|¯¼bþ|ϼbþ|žbþ|(žbþ|Hžbþ|žÞbþ|(žÞbþ|HžÞbþ|žbþ|8žbþ|Xžbþ|žbþ|/žbþ|Ožbþ|žbþ|¯žbþ|Ïžbþ|®bþ|(®bþ|H®bþ|®Þbþ|(®Þbþ|H®Þbþ|®bþ|8®bþ|X®bþ|®bþ|/®bþ|O®bþ|®bþ|¯®bþ|Ï®bþ|¾bþ|(¾bþ|H¾bþ|¾Þbþ|(¾Þbþ|H¾Þbþ|¾bþ|8¾bþ|X¾bþ|¾bþ|/¾bþ|O¾bþ|¾bþ|¯¾bþ|Ͼbûf½bû(f½bûHf½bûfÞ½bû(fÞ½bûHfÞ½bûf½bû8f½bûXf½bûf½bû/f½bûOf½bý}Bbý}(Bbý}HBbý}BÞbý}(BÞbý}HBÞbý}Bbý}8Bbý}XBbý}Bbý}/Bbý}OBbý}Bbý}¯Bbý}ÏBbû&½bû(&½bûH&½bû&Þ½bû(&Þ½bûH&Þ½bû&½bû8&½bûX&½bû&½bû/&½bûO&½bû&½bû¯&½bûÏ&½bý}_bý}(_bý}H_bý}_Þbý}(_Þbý}H_Þbý}_bý}8_bý}X_bý}_bý}/_bý}O_bý}_bý}¯_bý}Ï_bûR½bû(R½bûHR½bûRÞ½bû(RÞ½bûHRÞ½bûR½bû8R½bûXR½bûR½bû/R½bûOR½bûR½bû¯R½bûÏR½bûýR½bûý(R½bûýHR½bûýRÞ½bûý(RÞ½bûýHRÞ½bûýR½bûý8R½bûýXR½bûýR½bûý/R½bûýOR½bûýR½bûý¯R½bûýÏR½bûýRÞ½bûý8RÞ½bûýXRÞ½bûýxRÞ½bûùRÞ½bûù8RÞ½bûùXRÞ½bûùxRÞ½bû|R½bû|(R½bû|HR½bû|RÞ½bû|(RÞ½bû|HRÞ½bû|R½bû|8R½bû|XR½bû|R½bû|/R½bû|OR½bû|R½bû|¯R½bû|ÏR½bû|RÞ½bû|8RÞ½bû|XRÞ½bû|xRÞ½bûxRÞ½bûx8RÞ½bûxXRÞ½bûxxRÞ½bû}R½bû}(R½bû}HR½bû}RÞ½bû}(RÞ½bû}HRÞ½bû}R½bû}8R½bû}XR½bû}R½bû}/R½bû}OR½bû}R½bû}¯R½bû}ÏR½bû}RÞ½bû}8RÞ½bû}XRÞ½bû}xRÞ½bûyRÞ½bûy8RÞ½bûyXRÞ½bûyxRÞ½bûýS½bûý(S½bûýHS½bûýSÞ½bûý(SÞ½bûýHSÞ½bûýS½bûý/S½bûýOS½bûýS½bûý¯S½bûýÏS½bûýSÞ½bûý8SÞ½bûýXSÞ½bûýxSÞ½bûùSÞ½bûù8SÞ½bûùXSÞ½bûùxSÞ½bû|S½bû|(S½bû|HS½bû|SÞ½bû|(SÞ½bû|HSÞ½bû|S½bû|/S½bû|OS½bû|S½bû|¯S½bû|ÏS½bû|SÞ½bû|8SÞ½bû|XSÞ½bû|xSÞ½bûxSÞ½bûx8SÞ½bûxXSÞ½bûxxSÞ½bû}S½bû}(S½bû}HS½bû}SÞ½bû}(SÞ½bû}HSÞ½bû}S½bû}/S½bû}OS½bû}S½bû}¯S½bû}ÏS½bû}SÞ½bû}8SÞ½bû}XSÞ½bû}xSÞ½bûySÞ½bûy8SÞ½bûyXSÞ½bûyxSÞ½bý}]bý}(]bý}H]bý}]Þbý}(]Þbý}H]Þbý}]bý}8]bý}X]bý}]bý}/]bý}O]bý}]bý}¯]bý}Ï]bù~~bù~~Þbù}Öbù}ÖÞbý~nbý~nÞbý~~bý~~Þbû~B½bû~(B½bû~HB½bû~BÞ½bû~(BÞ½bû~HBÞ½bû~B½bû~/B½bû~OB½bû~B½bû~¯B½bû~ÏB½bý}Ybý}(Ybý}HYbý}YÞbý}(YÞbý}HYÞbý}Ybý}8Ybý}XYbý}Ybý}/Ybý}OYbý}Ybý}¯Ybý}ÏYbúPbú(PbúHPbúPÞbú(PÞbúHPÞbúPbú8PbúXPbúPbú/PbúOPbúPbú¯PbúÏPbúQbú(QbúHQbúQÞbú(QÞbúHQÞbúQbú8QbúXQbúQbú/QbúOQbúQbú¯QbúÏQbú~Pbú~(Pbú~HPbú~PÞbú~(PÞbú~HPÞbú~Pbú~8Pbú~XPbú~Pbú~/Pbú~OPbú~Pbú~¯Pbú~ÏPbú~Qbú~(Qbú~HQbú~QÞbú~(QÞbú~HQÞbú~Qbú~8Qbú~XQbú~Qbú~/Qbú~OQbú~Qbú~¯Qbú~ÏQbú|Pbú|(Pbú|HPbú|PÞbú|(PÞbú|HPÞbú|Pbú|8Pbú|XPbú|Pbú|/Pbú|OPbú|Pbú|¯Pbú|ÏPbú|Qbú|(Qbú|HQbú|QÞbú|(QÞbú|HQÞbú|Qbú|8Qbú|XQbú|Qbú|/Qbú|OQbú|Qbú|¯Qbú|ÏQbú~Òbú~(Òbú~HÒbú~ÒÞbú~(ÒÞbú~HÒÞbú~Òbú~8Òbú~XÒbú~Òbú~/Òbú~OÒbú~Òbú~¯Òbú~ÏÒbú~Óbú~(Óbú~HÓbú~ÓÞbú~(ÓÞbú~HÓÞbú~Óbú~8Óbú~XÓbú~Óbú~/Óbú~OÓbú~Óbú~¯Óbú~ÏÓbú}Òbú}(Òbú}HÒbú}ÒÞbú}(ÒÞbú}HÒÞbú}Òbú}8Òbú}XÒbú}Òbú}/Òbú}OÒbú}Òbú}¯Òbú}ÏÒbú}Óbú}(Óbú}HÓbú}ÓÞbú}(ÓÞbú}HÓÞbú}Óbú}8Óbú}XÓbú}Óbú}/Óbú}OÓbú}Óbú}¯Óbú}ÏÓbú|Òbú|(Òbú|HÒbú|ÒÞbú|(ÒÞbú|HÒÞbú|Òbú|8Òbú|XÒbú|Òbú|/Òbú|OÒbú|Òbú|¯Òbú|ÏÒbú|Óbú|(Óbú|HÓbú|ÓÞbú|(ÓÞbú|HÓÞbú|Óbú|8Óbú|XÓbú|Óbú|/Óbú|OÓbú|Óbú|¯Óbú|ÏÓbþ|Lbþ|(Lbþ|HLbþ|LÞbþ|(LÞbþ|HLÞbþ|Lbþ|8Lbþ|XLbþ|Lbþ|/Lbþ|OLbþ|Lbþ|¯Lbþ|ÏLbûV½bû(V½bûHV½bûVÞ½bû(VÞ½bûHVÞ½bûV½bû8V½bûXV½bûV½bû/V½bûOV½bûV½bû¯V½bûÏV½bû½bû(½bûH½bûÞ½bû(Þ½bûHÞ½bû½bû8½bûX½bû½bû/½bûO½bû½bû¯½bûϽbþ|Nbþ|(Nbþ|HNbþ|NÞbþ|(NÞbþ|HNÞbþ|Nbþ|8Nbþ|XNbþ|Nbþ|/Nbþ|ONbþ|Nbþ|¯Nbþ|ÏNbþ|,bþ|(,bþ|H,bþ|,Þbþ|(,Þbþ|H,Þbþ|,bþ|8,bþ|X,bþ|,bþ|/,bþ|O,bþ|,bþ|¯,bþ|Ï,bý}Qbý}(Qbý}HQbý}QÞbý}(QÞbý}HQÞbý}Qbý}8Qbý}XQbý}Qbý}/Qbý}OQbý}Qbý}¯Qbý}ÏQbý}\bý}(\bý}H\bý}\Þbý}(\Þbý}H\Þbý}\bý}8\bý}X\bý}\bý}/\bý}O\bý}\bý}¯\bý}Ï\bùþ.bùþ.Þbùþ.Þbùú.Þbý.bý.Þbý.Þbý{.Þbù.bù.Þbù.Þbù{.Þ \ No newline at end of file diff --git a/bddisasm_test/x86/basic/snp_64.asm b/bddisasm_test/x86/basic/snp_64.asm index 867cbf8..c5e2f91 100644 --- a/bddisasm_test/x86/basic/snp_64.asm +++ b/bddisasm_test/x86/basic/snp_64.asm @@ -1,7 +1,8 @@ bits 64 - rmpadjust - rmpupdate - psmash - pvalidate - rmpquery \ No newline at end of file + db 0xf3, 0x0f, 0x01, 0xfe ; rmpadjust + db 0xf2, 0x0f, 0x01, 0xfe ; rmpupdate + db 0xf3, 0x0f, 0x01, 0xff ; psmash + db 0xf2, 0x0f, 0x01, 0xff ; pvalidate + db 0xf3, 0x0f, 0x01, 0xfd ; rmpquery + db 0xf2, 0x0f, 0x01, 0xfd ; rmpread \ No newline at end of file diff --git a/bddisasm_test/x86/basic/snp_64.result b/bddisasm_test/x86/basic/snp_64.result index 0c70f66..bf6d4a8 100644 --- a/bddisasm_test/x86/basic/snp_64.result +++ b/bddisasm_test/x86/basic/snp_64.result @@ -100,3 +100,23 @@ Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: General Purpose, RegSize: 8, RegId: 2, RegCount: 1 Operand: 4, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 +0000000000000014 f20f01fd RMPREAD + DSIZE: 32, ASIZE: 64, VLEN: - + ISA Set: SNP, Ins cat: SYSTEM, CET tracked: no + CPUID leaf: 0x8000001f, reg: eax, bit: 21 + FLAGS access + PF: m, AF: m, ZF: m, SF: m, OF: m, + Valid modes + R0: yes, R1: no, R2: no, R3: no + Real: no, V8086: no, Prot: no, Compat: no, Long: yes + SMM on: yes, SMM off: yes, SGX on: no, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: no + HLE: no, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: General Purpose, RegSize: 8, RegId: 0, RegCount: 1 + Operand: 1, Acc: -W, Type: Memory, Size: 16, RawSize: 16, Encoding: S, + Segment: 3, Base: 1, + Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 + diff --git a/bddisasm_test/x86/basic/snp_64.test b/bddisasm_test/x86/basic/snp_64.test index 14eefd5..61483a7 100644 --- a/bddisasm_test/x86/basic/snp_64.test +++ b/bddisasm_test/x86/basic/snp_64.test @@ -1 +1 @@ -óþòþóÿòÿóý \ No newline at end of file +óþòþóÿòÿóýòý \ No newline at end of file diff --git a/bddisasm_test/x86/basic/stack_16.result b/bddisasm_test/x86/basic/stack_16.result index ca704b2..a56fb41 100644 --- a/bddisasm_test/x86/basic/stack_16.result +++ b/bddisasm_test/x86/basic/stack_16.result @@ -248,6 +248,9 @@ Operand: 3, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: General Purpose, RegSize: 2, RegId: 4, RegCount: 1 Operand: 4, Acc: -W, Type: Memory, Size: 2, RawSize: 2, Encoding: S, Stack: yes, Segment: 2, Base: 4, + Operand: 5, Acc: RW, Type: Register, Size: 2, RawSize: 2, Encoding: S, RegType: General Purpose, RegSize: 2, RegId: 5, RegCount: 1 + Operand: 6, Acc: R-, Type: Memory, Size: 2, RawSize: 2, Encoding: S, + Segment: 2, Base: 5, 000000000000002A c9 LEAVE DSIZE: 16, ASIZE: 16, VLEN: - diff --git a/bddisasm_test/x86/basic/stack_32.result b/bddisasm_test/x86/basic/stack_32.result index 9b5611f..524f7fc 100644 --- a/bddisasm_test/x86/basic/stack_32.result +++ b/bddisasm_test/x86/basic/stack_32.result @@ -248,6 +248,9 @@ Operand: 3, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: General Purpose, RegSize: 4, RegId: 4, RegCount: 1 Operand: 4, Acc: -W, Type: Memory, Size: 4, RawSize: 4, Encoding: S, Stack: yes, Segment: 2, Base: 4, + Operand: 5, Acc: RW, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: General Purpose, RegSize: 4, RegId: 5, RegCount: 1 + Operand: 6, Acc: R-, Type: Memory, Size: 4, RawSize: 4, Encoding: S, + Segment: 2, Base: 5, 000000000000002A c9 LEAVE DSIZE: 32, ASIZE: 32, VLEN: - diff --git a/bddisasm_test/x86/basic/stack_64.result b/bddisasm_test/x86/basic/stack_64.result index 6261d5d..b4939ef 100644 --- a/bddisasm_test/x86/basic/stack_64.result +++ b/bddisasm_test/x86/basic/stack_64.result @@ -264,6 +264,9 @@ Operand: 3, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: General Purpose, RegSize: 8, RegId: 4, RegCount: 1 Operand: 4, Acc: -W, Type: Memory, Size: 8, RawSize: 8, Encoding: S, Stack: yes, Segment: 2, Base: 4, + Operand: 5, Acc: RW, Type: Register, Size: 8, RawSize: 8, Encoding: S, RegType: General Purpose, RegSize: 8, RegId: 5, RegCount: 1 + Operand: 6, Acc: R-, Type: Memory, Size: 8, RawSize: 8, Encoding: S, + Segment: 2, Base: 5, 000000000000002F c9 LEAVE DSIZE: 64, ASIZE: 64, VLEN: - diff --git a/bddisasm_test/x86/special/invalid_evex_64_skip.asm b/bddisasm_test/x86/special/invalid_evex_64_skip.asm index 7006db2..2d38da4 100644 --- a/bddisasm_test/x86/special/invalid_evex_64_skip.asm +++ b/bddisasm_test/x86/special/invalid_evex_64_skip.asm @@ -64,4 +64,16 @@ db 0x62, 0xf3, 0x7d, 0xa8, 0x19, 0xc9, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90 ; EVEX.z set but EVEX.aaa == 0 - db 0x62, 0xf3, 0xfd, 0xa8, 0x0b, 0xc9, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90 \ No newline at end of file + db 0x62, 0xf3, 0xfd, 0xa8, 0x0b, 0xc9, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90 + + ; EVEX.u == 0, ModRM.Mod == reg, instruction is APX + db 0x62, 0x6c, 0x78, 0x08, 0x10, 0xde, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90 + + ; EVEX.u == 0, EVEX.b == 1, ModRM.Mod == mem, instruction is AVX with SAE support + db 0x62, 0x01, 0xf9, 0x18, 0x7a, 0x00, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90 + + ; EVEX.u == 0, EVEX.b == 0, ModRM.Mod == reg, instruction is AVX with SAE support + db 0x62, 0x01, 0xf9, 0x08, 0x7a, 0xc7, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90 + + ; EVEX.u == 0, EVEX.b == 0, ModRM.Mod == mem, instruction is AVX with SAE support + db 0x62, 0x01, 0xf9, 0x08, 0x7a, 0x00, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90 \ No newline at end of file diff --git a/bddisasm_test/x86/special/invalid_evex_64_skip.result b/bddisasm_test/x86/special/invalid_evex_64_skip.result index 27bda91..6be06bc 100644 --- a/bddisasm_test/x86/special/invalid_evex_64_skip.result +++ b/bddisasm_test/x86/special/invalid_evex_64_skip.result @@ -20,3 +20,7 @@ 0000000000000130 62 db 0x62 (0x80000037) 0000000000000140 62 db 0x62 (0x80000038) 0000000000000150 62 db 0x62 (0x80000038) +0000000000000160 62 db 0x62 (0x80000046) +0000000000000170 62 db 0x62 (0x80000046) +0000000000000180 62 db 0x62 (0x80000046) +0000000000000190 62 db 0x62 (0x80000046) diff --git a/bddisasm_test/x86/special/invalid_evex_64_skip.test b/bddisasm_test/x86/special/invalid_evex_64_skip.test index 82a8b1a2af1bec55a114e38a93b34aa8d796a0c6..5ec37850144df1c9c20d357d9b4d42e7cb1d0372 100644 GIT binary patch delta 72 qcmaFBw19a-0;5AxP6da+y$NuT#Q0O9iUH1@0OWI29Y^CM$pZkS?IHvK delta 7 OcmZ3${D5gg0wVwmvI3U? diff --git a/bdshemu_test/README.md b/bdshemu_test/README.md deleted file mode 100644 index 98f0327..0000000 --- a/bdshemu_test/README.md +++ /dev/null @@ -1,11 +0,0 @@ -# Shellcode Emulator Tests - -These tests are used to validate basic bdshemu functionality. Each test consists of up to three files: -* The binary test file. The name format for this type of file is `name_32|64[_r0].test`. 32 indicates 32 bit test file, 64 indicates 64 bit test file, and r0 indicates kernel payload -* The output result file. Must be named the same as the binary test file, but with the extension .result -* Optional assembly file, used to generate the binary test file - -The `test_all.py` script will iterate all the test folders, and it will run bdshemu on each identified test file. -The result file will be compared with the output of the test run. If they are not the same, the test will fail. - -NOTE: This test will assume `disasm` is in the path. Works on Windows only. \ No newline at end of file diff --git a/bdshemu_test/conf-x86.json b/bdshemu_test/conf-x86.json new file mode 100644 index 0000000..73bf70c --- /dev/null +++ b/bdshemu_test/conf-x86.json @@ -0,0 +1,709 @@ +[ + { + "f_source": "x86/basic/test_32_callf1.asm", + "f_result": "x86/basic/test_32_callf1.result", + "f_test": "x86/basic/test_32_callf1.test", + "options": "-b32 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_32_callf2.asm", + "f_result": "x86/basic/test_32_callf2.result", + "f_test": "x86/basic/test_32_callf2.test", + "options": "-b32 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_32_iret.asm", + "f_result": "x86/basic/test_32_iret.result", + "f_test": "x86/basic/test_32_iret.test", + "options": "-b32 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_32_jmpf1.asm", + "f_result": "x86/basic/test_32_jmpf1.result", + "f_test": "x86/basic/test_32_jmpf1.test", + "options": "-b32 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_32_jmpf2.asm", + "f_result": "x86/basic/test_32_jmpf2.result", + "f_test": "x86/basic/test_32_jmpf2.test", + "options": "-b32 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_32_loadrip01.asm", + "f_result": "x86/basic/test_32_loadrip01.result", + "f_test": "x86/basic/test_32_loadrip01.test", + "options": "-b32 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_32_loadrip02.asm", + "f_result": "x86/basic/test_32_loadrip02.result", + "f_test": "x86/basic/test_32_loadrip02.test", + "options": "-b32 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_32_loadseg01.asm", + "f_result": "x86/basic/test_32_loadseg01.result", + "f_test": "x86/basic/test_32_loadseg01.test", + "options": "-b32 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_32_loadseg02.asm", + "f_result": "x86/basic/test_32_loadseg02.result", + "f_test": "x86/basic/test_32_loadseg02.test", + "options": "-b32 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_32_loadseg03.asm", + "f_result": "x86/basic/test_32_loadseg03.result", + "f_test": "x86/basic/test_32_loadseg03.test", + "options": "-b32 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_32_neg.asm", + "f_result": "x86/basic/test_32_neg.result", + "f_test": "x86/basic/test_32_neg.test", + "options": "-b32 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_32_retf.asm", + "f_result": "x86/basic/test_32_retf.result", + "f_test": "x86/basic/test_32_retf.test", + "options": "-b32 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_32_stack_pivot1.asm", + "f_result": "x86/basic/test_32_stack_pivot1.result", + "f_test": "x86/basic/test_32_stack_pivot1.test", + "options": "-b32 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_32_stack_pivot2.asm", + "f_result": "x86/basic/test_32_stack_pivot2.result", + "f_test": "x86/basic/test_32_stack_pivot2.test", + "options": "-b32 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_32_stack_pivot3.asm", + "f_result": "x86/basic/test_32_stack_pivot3.result", + "f_test": "x86/basic/test_32_stack_pivot3.test", + "options": "-b32 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_32_stack_pivot4.asm", + "f_result": "x86/basic/test_32_stack_pivot4.result", + "f_test": "x86/basic/test_32_stack_pivot4.test", + "options": "-b32 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_32_str01.asm", + "f_result": "x86/basic/test_32_str01.result", + "f_test": "x86/basic/test_32_str01.test", + "options": "-b32 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_32_str02.asm", + "f_result": "x86/basic/test_32_str02.result", + "f_test": "x86/basic/test_32_str02.test", + "options": "-b32 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_32_str03.asm", + "f_result": "x86/basic/test_32_str03.result", + "f_test": "x86/basic/test_32_str03.test", + "options": "-b32 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_32_str04.asm", + "f_result": "x86/basic/test_32_str04.result", + "f_test": "x86/basic/test_32_str04.test", + "options": "-b32 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_32_str05.asm", + "f_result": "x86/basic/test_32_str05.result", + "f_test": "x86/basic/test_32_str05.test", + "options": "-b32 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_32_sud01.asm", + "f_result": "x86/basic/test_32_sud01.result", + "f_test": "x86/basic/test_32_sud01.test", + "options": "-b32 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_32_sud02.asm", + "f_result": "x86/basic/test_32_sud02.result", + "f_test": "x86/basic/test_32_sud02.test", + "options": "-b32 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_32_sys01.asm", + "f_result": "x86/basic/test_32_sys01.result", + "f_test": "x86/basic/test_32_sys01.test", + "options": "-b32 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_64_adc01.asm", + "f_result": "x86/basic/test_64_adc01.result", + "f_test": "x86/basic/test_64_adc01.test", + "options": "-b64 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_64_basic01.asm", + "f_result": "x86/basic/test_64_basic01.result", + "f_test": "x86/basic/test_64_basic01.test", + "options": "-b64 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_64_basic02.asm", + "f_result": "x86/basic/test_64_basic02.result", + "f_test": "x86/basic/test_64_basic02.test", + "options": "-b64 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_64_basic03.asm", + "f_result": "x86/basic/test_64_basic03.result", + "f_test": "x86/basic/test_64_basic03.test", + "options": "-b64 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_64_basic04.asm", + "f_result": "x86/basic/test_64_basic04.result", + "f_test": "x86/basic/test_64_basic04.test", + "options": "-b64 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_64_basic05.asm", + "f_result": "x86/basic/test_64_basic05.result", + "f_test": "x86/basic/test_64_basic05.test", + "options": "-b64 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_64_basic06.asm", + "f_result": "x86/basic/test_64_basic06.result", + "f_test": "x86/basic/test_64_basic06.test", + "options": "-b64 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_64_basic07.asm", + "f_result": "x86/basic/test_64_basic07.result", + "f_test": "x86/basic/test_64_basic07.test", + "options": "-b64 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_64_basic08.asm", + "f_result": "x86/basic/test_64_basic08.result", + "f_test": "x86/basic/test_64_basic08.test", + "options": "-b64 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_64_basic09.asm", + "f_result": "x86/basic/test_64_basic09.result", + "f_test": "x86/basic/test_64_basic09.test", + "options": "-b64 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_64_bitscan01.asm", + "f_result": "x86/basic/test_64_bitscan01.result", + "f_test": "x86/basic/test_64_bitscan01.test", + "options": "-b64 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_64_branch1.asm", + "f_result": "x86/basic/test_64_branch1.result", + "f_test": "x86/basic/test_64_branch1.test", + "options": "-b64 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_64_branch2.asm", + "f_result": "x86/basic/test_64_branch2.result", + "f_test": "x86/basic/test_64_branch2.test", + "options": "-b64 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_64_branch3.asm", + "f_result": "x86/basic/test_64_branch3.result", + "f_test": "x86/basic/test_64_branch3.test", + "options": "-b64 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_64_branch4.asm", + "f_result": "x86/basic/test_64_branch4.result", + "f_test": "x86/basic/test_64_branch4.test", + "options": "-b64 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_64_branch_boundary01.asm", + "f_result": "x86/basic/test_64_branch_boundary01.result", + "f_test": "x86/basic/test_64_branch_boundary01.test", + "options": "-b64 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_64_branch_boundary02.asm", + "f_result": "x86/basic/test_64_branch_boundary02.result", + "f_test": "x86/basic/test_64_branch_boundary02.test", + "options": "-b64 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_64_bswap01.asm", + "f_result": "x86/basic/test_64_bswap01.result", + "f_test": "x86/basic/test_64_bswap01.test", + "options": "-b64 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_64_cmov.asm", + "f_result": "x86/basic/test_64_cmov.result", + "f_test": "x86/basic/test_64_cmov.test", + "options": "-b64 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_64_cmpxchg01.asm", + "f_result": "x86/basic/test_64_cmpxchg01.result", + "f_test": "x86/basic/test_64_cmpxchg01.test", + "options": "-b64 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_64_div.asm", + "f_result": "x86/basic/test_64_div.result", + "f_test": "x86/basic/test_64_div.test", + "options": "-b64 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_64_div2.asm", + "f_result": "x86/basic/test_64_div2.result", + "f_test": "x86/basic/test_64_div2.test", + "options": "-b64 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_64_eicar.asm", + "f_result": "x86/basic/test_64_eicar.result", + "f_test": "x86/basic/test_64_eicar.test", + "options": "-b64 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_64_flags.asm", + "f_result": "x86/basic/test_64_flags.result", + "f_test": "x86/basic/test_64_flags.test", + "options": "-b64 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_64_flags2.asm", + "f_result": "x86/basic/test_64_flags2.result", + "f_test": "x86/basic/test_64_flags2.test", + "options": "-b64 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_64_flags3.asm", + "f_result": "x86/basic/test_64_flags3.result", + "f_test": "x86/basic/test_64_flags3.test", + "options": "-b64 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_64_imul01.asm", + "f_result": "x86/basic/test_64_imul01.result", + "f_test": "x86/basic/test_64_imul01.test", + "options": "-b64 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_64_imul02.asm", + "f_result": "x86/basic/test_64_imul02.result", + "f_test": "x86/basic/test_64_imul02.test", + "options": "-b64 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_64_incdec.asm", + "f_result": "x86/basic/test_64_incdec.result", + "f_test": "x86/basic/test_64_incdec.test", + "options": "-b64 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_64_loadrip01.asm", + "f_result": "x86/basic/test_64_loadrip01.result", + "f_test": "x86/basic/test_64_loadrip01.test", + "options": "-b64 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_64_loadrip02.asm", + "f_result": "x86/basic/test_64_loadrip02.result", + "f_test": "x86/basic/test_64_loadrip02.test", + "options": "-b64 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_64_loadrip03.asm", + "f_result": "x86/basic/test_64_loadrip03.result", + "f_test": "x86/basic/test_64_loadrip03.test", + "options": "-b64 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_64_loadrip04.asm", + "f_result": "x86/basic/test_64_loadrip04.result", + "f_test": "x86/basic/test_64_loadrip04.test", + "options": "-b64 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_64_loadrip05.asm", + "f_result": "x86/basic/test_64_loadrip05.result", + "f_test": "x86/basic/test_64_loadrip05.test", + "options": "-b64 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_64_loadrip06.asm", + "f_result": "x86/basic/test_64_loadrip06.result", + "f_test": "x86/basic/test_64_loadrip06.test", + "options": "-b64 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_64_loadrip07.asm", + "f_result": "x86/basic/test_64_loadrip07.result", + "f_test": "x86/basic/test_64_loadrip07.test", + "options": "-b64 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_64_loadrip08.asm", + "f_result": "x86/basic/test_64_loadrip08.result", + "f_test": "x86/basic/test_64_loadrip08.test", + "options": "-b64 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_64_loadrip09.asm", + "f_result": "x86/basic/test_64_loadrip09.result", + "f_test": "x86/basic/test_64_loadrip09.test", + "options": "-b64 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_64_loadseg01.asm", + "f_result": "x86/basic/test_64_loadseg01.result", + "f_test": "x86/basic/test_64_loadseg01.test", + "options": "-b64 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_64_moffset.asm", + "f_result": "x86/basic/test_64_moffset.result", + "f_test": "x86/basic/test_64_moffset.test", + "options": "-b64 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_64_mov.asm", + "f_result": "x86/basic/test_64_mov.result", + "f_test": "x86/basic/test_64_mov.test", + "options": "-b64 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_64_movszx.asm", + "f_result": "x86/basic/test_64_movszx.result", + "f_test": "x86/basic/test_64_movszx.test", + "options": "-b64 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_64_nopsled01.asm", + "f_result": "x86/basic/test_64_nopsled01.result", + "f_test": "x86/basic/test_64_nopsled01.test", + "options": "-b64 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_64_nopsled02.asm", + "f_result": "x86/basic/test_64_nopsled02.result", + "f_test": "x86/basic/test_64_nopsled02.test", + "options": "-b64 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_64_nopsled03.asm", + "f_result": "x86/basic/test_64_nopsled03.result", + "f_test": "x86/basic/test_64_nopsled03.test", + "options": "-b64 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_64_popcnt01.asm", + "f_result": "x86/basic/test_64_popcnt01.result", + "f_test": "x86/basic/test_64_popcnt01.test", + "options": "-b64 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_64_r0_sidt.asm", + "f_result": "x86/basic/test_64_r0_sidt.result", + "f_test": "x86/basic/test_64_r0_sidt.test", + "options": "-b64 -k -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_64_rcl01.asm", + "f_result": "x86/basic/test_64_rcl01.result", + "f_test": "x86/basic/test_64_rcl01.test", + "options": "-b64 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_64_rcr01.asm", + "f_result": "x86/basic/test_64_rcr01.result", + "f_test": "x86/basic/test_64_rcr01.test", + "options": "-b64 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_64_rdtsc.asm", + "f_result": "x86/basic/test_64_rdtsc.result", + "f_test": "x86/basic/test_64_rdtsc.test", + "options": "-b64 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_64_rol01.asm", + "f_result": "x86/basic/test_64_rol01.result", + "f_test": "x86/basic/test_64_rol01.test", + "options": "-b64 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_64_ror01.asm", + "f_result": "x86/basic/test_64_ror01.result", + "f_test": "x86/basic/test_64_ror01.test", + "options": "-b64 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_64_sar01.asm", + "f_result": "x86/basic/test_64_sar01.result", + "f_test": "x86/basic/test_64_sar01.test", + "options": "-b64 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_64_sbb01.asm", + "f_result": "x86/basic/test_64_sbb01.result", + "f_test": "x86/basic/test_64_sbb01.test", + "options": "-b64 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_64_selfwrite01.asm", + "f_result": "x86/basic/test_64_selfwrite01.result", + "f_test": "x86/basic/test_64_selfwrite01.test", + "options": "-b64 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_64_selfwrite02.asm", + "f_result": "x86/basic/test_64_selfwrite02.result", + "f_test": "x86/basic/test_64_selfwrite02.test", + "options": "-b64 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_64_selfwrite03.asm", + "f_result": "x86/basic/test_64_selfwrite03.result", + "f_test": "x86/basic/test_64_selfwrite03.test", + "options": "-b64 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_64_shl01.asm", + "f_result": "x86/basic/test_64_shl01.result", + "f_test": "x86/basic/test_64_shl01.test", + "options": "-b64 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_64_shld01.asm", + "f_result": "x86/basic/test_64_shld01.result", + "f_test": "x86/basic/test_64_shld01.test", + "options": "-b64 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_64_shld02.asm", + "f_result": "x86/basic/test_64_shld02.result", + "f_test": "x86/basic/test_64_shld02.test", + "options": "-b64 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_64_shr01.asm", + "f_result": "x86/basic/test_64_shr01.result", + "f_test": "x86/basic/test_64_shr01.test", + "options": "-b64 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_64_shrd01.asm", + "f_result": "x86/basic/test_64_shrd01.result", + "f_test": "x86/basic/test_64_shrd01.test", + "options": "-b64 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_64_shrd02.asm", + "f_result": "x86/basic/test_64_shrd02.result", + "f_test": "x86/basic/test_64_shrd02.test", + "options": "-b64 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_64_sidt.asm", + "f_result": "x86/basic/test_64_sidt.result", + "f_test": "x86/basic/test_64_sidt.test", + "options": "-b64 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_64_stack_pivot1.asm", + "f_result": "x86/basic/test_64_stack_pivot1.result", + "f_test": "x86/basic/test_64_stack_pivot1.test", + "options": "-b64 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_64_stack_pivot2.asm", + "f_result": "x86/basic/test_64_stack_pivot2.result", + "f_test": "x86/basic/test_64_stack_pivot2.test", + "options": "-b64 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_64_stack_pivot3.asm", + "f_result": "x86/basic/test_64_stack_pivot3.result", + "f_test": "x86/basic/test_64_stack_pivot3.test", + "options": "-b64 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_64_stack_pivot4.asm", + "f_result": "x86/basic/test_64_stack_pivot4.result", + "f_test": "x86/basic/test_64_stack_pivot4.test", + "options": "-b64 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_64_string.asm", + "f_result": "x86/basic/test_64_string.result", + "f_test": "x86/basic/test_64_string.test", + "options": "-b64 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_64_sys01.asm", + "f_result": "x86/basic/test_64_sys01.result", + "f_test": "x86/basic/test_64_sys01.test", + "options": "-b64 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_64_sys02.asm", + "f_result": "x86/basic/test_64_sys02.result", + "f_test": "x86/basic/test_64_sys02.test", + "options": "-b64 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_64_sys03.asm", + "f_result": "x86/basic/test_64_sys03.result", + "f_test": "x86/basic/test_64_sys03.test", + "options": "-b64 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic/test_64_zcnt01.asm", + "f_result": "x86/basic/test_64_zcnt01.result", + "f_test": "x86/basic/test_64_zcnt01.test", + "options": "-b64 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic_apx/test_64_apx01.asm", + "f_result": "x86/basic_apx/test_64_apx01.result", + "f_test": "x86/basic_apx/test_64_apx01.test", + "options": "-b64 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic_apx/test_64_apx02.asm", + "f_result": "x86/basic_apx/test_64_apx02.result", + "f_test": "x86/basic_apx/test_64_apx02.test", + "options": "-b64 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic_apx/test_64_apx03.asm", + "f_result": "x86/basic_apx/test_64_apx03.result", + "f_test": "x86/basic_apx/test_64_apx03.test", + "options": "-b64 -skipdecoded", + "command": "shemu" + }, + { + "f_source": "x86/basic_apx/test_64_apx04.asm", + "f_result": "x86/basic_apx/test_64_apx04.result", + "f_test": "x86/basic_apx/test_64_apx04.test", + "options": "-b64 -skipdecoded", + "command": "shemu" + } +] \ No newline at end of file diff --git a/bdshemu_test/test_all.py b/bdshemu_test/test_all.py deleted file mode 100644 index 3441c4a..0000000 --- a/bdshemu_test/test_all.py +++ /dev/null @@ -1,179 +0,0 @@ -# -# Copyright (c) 2020 Bitdefender -# SPDX-License-Identifier: Apache-2.0 -# -import os -import sys -import glob -import shutil -from zipfile import ZipFile -from pathlib import Path - -TEMP_PATH = "!temp" - -# A test file-name contains some indicators as to how the emulation should be done: -# - If '_16' is present in the name, emulation will be done on 16 bit -# - If '_32' is present in the name, emulation will be done on 32 bit -# - If '_64' is present in the name, emulation will be done on 64 bit -# - If '_r0' is present in the name, emulation will be done as kernel code -# A test case consists of minimum two files: -# - An '.test' file, containing the binary code to be emulated -# - An '.result' file, containing the emulation output -# A test is considered passed if the output produced during emulation is identical to the -# output containted in the '.result' file. - -# -# test_dir -# -# Runs the tests inside the provided directory. -# Returns a tuplecontaining the total number of tests run and the number of failed tests. -# -def test_dir(dir, arch='x86'): - total_tests = 0 - failed_tests = 0 - - for f in glob.glob('%s\\*.test' % dir): - base, _ = os.path.splitext(f) - - tst_file = f - res_file = base + '.result' - tmp_file = base + '.temp' - - if 0 < tst_file.find('_16'): - mod = '-b16' - elif 0 < tst_file.find('_32'): - mod = '-b32' - else: - mod = '-b64' - - if 0 < tst_file.find('_r0'): - mod += ' -k' - - print(' * Running test case %s...' % tst_file) - os.system('disasm shemu %s -f %s >%s' % (mod, tst_file, tmp_file)) - try: - res = open(res_file).read() - except: - print(' ! No result file provided for test %s!' % tst_file) - - try: - tmp = open(tmp_file).read() - except: - print(' ! No result produced by test %s!' % tst_file) - - total_tests += 1 - if res != tmp: - print(' **** FAILED! ****') - failed_tests += 1 - else: - print(' * Passed.') - - # Cleanup. - os.remove(tmp_file) - os.remove(tst_file + "_decoded.bin") - - return (total_tests, failed_tests) - -# -# regenerate -# -def regenerate(dir, arch='x86'): - for f in glob.glob('%s\\*.test' % dir): - base, _ = os.path.splitext(f) - - tst_file = f - res_file = base + '.result' - - if 0 < f.find('_16'): - mod = '-b16' - elif 0 < f.find('_32'): - mod = '-b32' - else: - mod = '-b64' - - if 0 < f.find('_r0'): - mod += ' -k' - - print(' * Regenerating test case %s...' % tst_file) - os.system('disasm -exi shemu %s -f %s >%s' % (mod, tst_file, res_file)) - - # Cleanup. - os.remove(tst_file + "_decoded.bin") - -# -# parse_dir_rec -# -def parse_dir_rec(dir, arch, handler): - for f in glob.glob(dir + "\\*"): - path, name = os.path.split(f) - if name in ['.', '..']: - continue - if os.path.isdir(f): - parse_dir_rec(f, arch, handler) - handler(f, arch) - - -# -# test_archive -# -def test_archive(filename, arch='x86'): - cleanup_files = [] - - # Run the x86 test. - print("Extracting test archive...") - with ZipFile(filename) as zf: - cleanup_files = zf.namelist() - zf.extractall(path=TEMP_PATH) - zf.close() - - print("Running tests...") - total_tests, failed_tests = 0, 0 - for dn in glob.glob(os.path.join(TEMP_PATH, "*")): - if not os.path.isdir(dn): - continue - print('Testing %s...' % dn) - cnt_tests, cnt_failed = test_dir(dn, arch) - - total_tests += cnt_tests - failed_tests += cnt_failed - - print("========================================================================") - print("Summary:") - print("Ran %d tests, %d failed" % (total_tests, failed_tests)) - print("========================================================================") - print() - - shutil.rmtree(TEMP_PATH) - - -if __name__ == "__main__": - # No arguments provided, auto-run all tests. - if len(sys.argv) == 1: - print("Running x86 tests...") - test_archive("x86\\bdshemu_test_x86.zip") - - sys.exit(0) - - opt_dir = "" - opt_regen = False - opt_arch = 'x86' - - for arg in sys.argv[1:]: - if os.path.isdir(arg): - print("Will test directory", arg) - opt_dir = arg - if arg == "regenerate": - print("Will regenerate tests...") - opt_regen = True - - print("Identified architecture: ", opt_arch) - - # Single directory test. - if not opt_dir: - print("A directory containing tests must be supplied!") - sys.exit(-1) - - if opt_regen: - parse_dir_rec(opt_dir, opt_arch, regenerate) - else: - parse_dir_rec(opt_dir, opt_arch, test_dir) \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_32_callf1.asm b/bdshemu_test/x86/basic/test_32_callf1.asm new file mode 100644 index 0000000..48ba91a --- /dev/null +++ b/bdshemu_test/x86/basic/test_32_callf1.asm @@ -0,0 +1,4 @@ + + bits 32 + + call 0x33:0x20000 diff --git a/bdshemu_test/x86/basic/test_32_callf1.result b/bdshemu_test/x86/basic/test_32_callf1.result new file mode 100644 index 0000000..c4ea092 --- /dev/null +++ b/bdshemu_test/x86/basic/test_32_callf1.result @@ -0,0 +1,12 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 9A000002003300 CALLF 0x0033:0x00020000 +Emulation terminated with status 0x0000000a, flags: 0x80, 0 NOPs, 0 NULLs, 2 total instructions, 1 unique instructions + SHEMU_FLAG_HEAVENS_GATE diff --git a/bdshemu_test/x86/basic/test_32_callf1.test b/bdshemu_test/x86/basic/test_32_callf1.test new file mode 100644 index 0000000000000000000000000000000000000000..c760a43367393f27ac939e002339e5764404b645 GIT binary patch literal 7 OcmbQmz`(>{%m4rcs{qgd literal 0 HcmV?d00001 diff --git a/bdshemu_test/x86/basic/test_32_callf2.asm b/bdshemu_test/x86/basic/test_32_callf2.asm new file mode 100644 index 0000000..b1f0824 --- /dev/null +++ b/bdshemu_test/x86/basic/test_32_callf2.asm @@ -0,0 +1,18 @@ + + bits 32 + + call $+5 + pop ebp + sub ebp, 5 + + lea eax, [ebp + dest] + mov dword [ebp + t_offset], eax + + call far [ebp + t_offset] + +dest: + int3 + +t_offset dd 0x0 +t_segment dw 0x33 + diff --git a/bdshemu_test/x86/basic/test_32_callf2.result b/bdshemu_test/x86/basic/test_32_callf2.result new file mode 100644 index 0000000..b73ce2d --- /dev/null +++ b/bdshemu_test/x86/basic/test_32_callf2.result @@ -0,0 +1,67 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 E800000000 CALL 0x200005 + Memory STOR, address 0x00000000001fdffc, size 4, value 05002000 + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fdffc RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200005 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200005 5D POP ebp + Memory LOAD, address 0x00000000001fdffc, size 4, value 05002000 + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000200005 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200006 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200006 83ED05 SUB ebp, 0x00000005 + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000200000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200009 RFLAGS = 0x0000000000000206 CF:0 PF:1 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200009 8D851B000000 LEA eax, [ebp+0x1b] + RAX = 0x000000000020001b RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000200000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000f RFLAGS = 0x0000000000000206 CF:0 PF:1 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000f 89851C000000 MOV dword ptr [ebp+0x1c], eax + Memory STOR, address 0x000000000020001c, size 4, value 1B002000 + RAX = 0x000000000020001b RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000200000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200015 RFLAGS = 0x0000000000000206 CF:0 PF:1 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200015 FF9D1C000000 CALLF fword ptr [ebp+0x1c] + Memory LOAD, address 0x000000000020001c, size 6, value 1B0020003300 +Emulation terminated with status 0x0000000a, flags: 0x82, 0 NOPs, 0 NULLs, 7 total instructions, 6 unique instructions + SHEMU_FLAG_LOAD_RIP + SHEMU_FLAG_HEAVENS_GATE diff --git a/bdshemu_test/x86/basic/test_32_callf2.test b/bdshemu_test/x86/basic/test_32_callf2.test new file mode 100644 index 0000000000000000000000000000000000000000..7bef2bb8b569fc8cd5f939f2df5f05e40c8a6e73 GIT binary patch literal 34 hcmaFC00gnkZ&`a=rGc!@Rv94qe=dkT1H=r*3;>?k2gv{c literal 0 HcmV?d00001 diff --git a/bdshemu_test/x86/basic/test_32_iret.asm b/bdshemu_test/x86/basic/test_32_iret.asm new file mode 100644 index 0000000..a5d4496 --- /dev/null +++ b/bdshemu_test/x86/basic/test_32_iret.asm @@ -0,0 +1,9 @@ + + bits 32 + + pushfd + push 0x33 + call $+5 + add dword [esp], 5 + iretd + int3 \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_32_iret.result b/bdshemu_test/x86/basic/test_32_iret.result new file mode 100644 index 0000000..75f3330 --- /dev/null +++ b/bdshemu_test/x86/basic/test_32_iret.result @@ -0,0 +1,58 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 9C PUSHFD + Memory STOR, address 0x00000000001fdffc, size 4, value 02020000 + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fdffc RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200001 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200001 6A33 PUSH 0x00000033 + Memory STOR, address 0x00000000001fdff8, size 4, value 33000000 + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fdff8 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200003 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200003 E800000000 CALL 0x200008 + Memory STOR, address 0x00000000001fdff4, size 4, value 08002000 + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fdff4 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200008 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200008 83042405 ADD dword ptr [esp], 0x00000005 + Memory LOAD, address 0x00000000001fdff4, size 4, value 08002000 + Memory STOR, address 0x00000000001fdff4, size 4, value 0D002000 + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fdff4 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000c CF IRETD + Memory LOAD, address 0x00000000001fdff4, size 12, value 0D0020003300000002020000 +Emulation terminated with status 0x0000000a, flags: 0x80, 0 NOPs, 0 NULLs, 6 total instructions, 5 unique instructions + SHEMU_FLAG_HEAVENS_GATE diff --git a/bdshemu_test/x86/basic/test_32_iret.test b/bdshemu_test/x86/basic/test_32_iret.test new file mode 100644 index 0000000000000000000000000000000000000000..cad48bce0dced2edfee11e6aa4eedcf9672be9b5 GIT binary patch literal 14 UcmbP}W&DBx2%1?`SkIpU03d?|Z2$lO literal 0 HcmV?d00001 diff --git a/bdshemu_test/x86/basic/test_32_jmpf1.asm b/bdshemu_test/x86/basic/test_32_jmpf1.asm new file mode 100644 index 0000000..5df4112 --- /dev/null +++ b/bdshemu_test/x86/basic/test_32_jmpf1.asm @@ -0,0 +1,4 @@ + + bits 32 + + jmp 0x33:0x20000 diff --git a/bdshemu_test/x86/basic/test_32_jmpf1.result b/bdshemu_test/x86/basic/test_32_jmpf1.result new file mode 100644 index 0000000..2c56213 --- /dev/null +++ b/bdshemu_test/x86/basic/test_32_jmpf1.result @@ -0,0 +1,12 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 EA000002003300 JMPF 0x0033:0x00020000 +Emulation terminated with status 0x0000000a, flags: 0x80, 0 NOPs, 0 NULLs, 2 total instructions, 1 unique instructions + SHEMU_FLAG_HEAVENS_GATE diff --git a/bdshemu_test/x86/basic/test_32_jmpf1.test b/bdshemu_test/x86/basic/test_32_jmpf1.test new file mode 100644 index 0000000000000000000000000000000000000000..56b64505070e58e62f517579db27ae5213541d74 GIT binary patch literal 7 OcmaFGz`(>{%m4re+W{Z| literal 0 HcmV?d00001 diff --git a/bdshemu_test/x86/basic/test_32_jmpf2.asm b/bdshemu_test/x86/basic/test_32_jmpf2.asm new file mode 100644 index 0000000..29d3978 --- /dev/null +++ b/bdshemu_test/x86/basic/test_32_jmpf2.asm @@ -0,0 +1,18 @@ + + bits 32 + + call $+5 + pop ebp + sub ebp, 5 + + lea eax, [ebp + dest] + mov dword [ebp + t_offset], eax + + jmp far [ebp + t_offset] + +dest: + int3 + +t_offset dd 0x0 +t_segment dw 0x33 + diff --git a/bdshemu_test/x86/basic/test_32_jmpf2.result b/bdshemu_test/x86/basic/test_32_jmpf2.result new file mode 100644 index 0000000..1cfc79c --- /dev/null +++ b/bdshemu_test/x86/basic/test_32_jmpf2.result @@ -0,0 +1,67 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 E800000000 CALL 0x200005 + Memory STOR, address 0x00000000001fdffc, size 4, value 05002000 + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fdffc RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200005 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200005 5D POP ebp + Memory LOAD, address 0x00000000001fdffc, size 4, value 05002000 + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000200005 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200006 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200006 83ED05 SUB ebp, 0x00000005 + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000200000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200009 RFLAGS = 0x0000000000000206 CF:0 PF:1 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200009 8D851B000000 LEA eax, [ebp+0x1b] + RAX = 0x000000000020001b RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000200000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000f RFLAGS = 0x0000000000000206 CF:0 PF:1 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000f 89851C000000 MOV dword ptr [ebp+0x1c], eax + Memory STOR, address 0x000000000020001c, size 4, value 1B002000 + RAX = 0x000000000020001b RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000200000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200015 RFLAGS = 0x0000000000000206 CF:0 PF:1 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200015 FFAD1C000000 JMPF fword ptr [ebp+0x1c] + Memory LOAD, address 0x000000000020001c, size 6, value 1B0020003300 +Emulation terminated with status 0x0000000a, flags: 0x82, 0 NOPs, 0 NULLs, 7 total instructions, 6 unique instructions + SHEMU_FLAG_LOAD_RIP + SHEMU_FLAG_HEAVENS_GATE diff --git a/bdshemu_test/x86/basic/test_32_jmpf2.test b/bdshemu_test/x86/basic/test_32_jmpf2.test new file mode 100644 index 0000000000000000000000000000000000000000..bd5ab0b988a77002f30b73bac4af206f61b1dccf GIT binary patch literal 34 hcmaFC00gnkZ&`a=rGc!@Rv94qe=UeS1H=r*3;>^)2iX7s literal 0 HcmV?d00001 diff --git a/bdshemu_test/x86/basic/test_32_loadrip01.asm b/bdshemu_test/x86/basic/test_32_loadrip01.asm new file mode 100644 index 0000000..f1a1f07 --- /dev/null +++ b/bdshemu_test/x86/basic/test_32_loadrip01.asm @@ -0,0 +1,7 @@ + + bits 32 + + call _test +_test: + pop ds + int3 \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_32_loadrip01.result b/bdshemu_test/x86/basic/test_32_loadrip01.result new file mode 100644 index 0000000..bea3dfd --- /dev/null +++ b/bdshemu_test/x86/basic/test_32_loadrip01.result @@ -0,0 +1,23 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 E800000000 CALL 0x200005 + Memory STOR, address 0x00000000001fdffc, size 4, value 05002000 + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fdffc RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200005 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200005 1F POP ds + Memory LOAD, address 0x00000000001fdffc, size 4, value 05002000 +Emulation terminated with status 0x0000000b, flags: 0x0, 0 NOPs, 0 NULLs, 2 total instructions, 2 unique instructions diff --git a/bdshemu_test/x86/basic/test_32_loadrip01.test b/bdshemu_test/x86/basic/test_32_loadrip01.test new file mode 100644 index 0000000000000000000000000000000000000000..3b2599ab7c350321e61fea0d3629feccd85eada5 GIT binary patch literal 7 McmaFC00i=900(IS)Bpeg literal 0 HcmV?d00001 diff --git a/bdshemu_test/x86/basic/test_32_loadrip02.asm b/bdshemu_test/x86/basic/test_32_loadrip02.asm new file mode 100644 index 0000000..ebd63aa --- /dev/null +++ b/bdshemu_test/x86/basic/test_32_loadrip02.asm @@ -0,0 +1,15 @@ + + bits 32 + + call _test + push 0 + push 0 + push 0 + push 0 + push 0 + push 0 + push 0 + +_test: + popad + int3 \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_32_loadrip02.result b/bdshemu_test/x86/basic/test_32_loadrip02.result new file mode 100644 index 0000000..88afd3f --- /dev/null +++ b/bdshemu_test/x86/basic/test_32_loadrip02.result @@ -0,0 +1,34 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 E80E000000 CALL 0x200013 + Memory STOR, address 0x00000000001fdffc, size 4, value 05002000 + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fdffc RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200013 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200013 61 POPAD + Memory LOAD, address 0x00000000001fdffc, size 32, value 0500200000000000000000000000000000000000000000000000000000000000 + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe01c RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000200005 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200014 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200014 CC INT3 +Emulation terminated with status 0x0000000a, flags: 0x2, 0 NOPs, 0 NULLs, 4 total instructions, 3 unique instructions + SHEMU_FLAG_LOAD_RIP diff --git a/bdshemu_test/x86/basic/test_32_loadrip02.test b/bdshemu_test/x86/basic/test_32_loadrip02.test new file mode 100644 index 0000000000000000000000000000000000000000..6f30d762497d3f2572b1b135ef2dd86c2692dc60 GIT binary patch literal 21 RcmaFC$H2glg#r`L001(-1quKF literal 0 HcmV?d00001 diff --git a/bdshemu_test/x86/basic/test_32_loadseg01.asm b/bdshemu_test/x86/basic/test_32_loadseg01.asm new file mode 100644 index 0000000..e38c06e --- /dev/null +++ b/bdshemu_test/x86/basic/test_32_loadseg01.asm @@ -0,0 +1,12 @@ + + bits 32 + + mov eax, 0xBDBDBDBD + push eax + pop ecx + + push cs + pop ds + nop + + int3 \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_32_loadseg01.result b/bdshemu_test/x86/basic/test_32_loadseg01.result new file mode 100644 index 0000000..2c183a8 --- /dev/null +++ b/bdshemu_test/x86/basic/test_32_loadseg01.result @@ -0,0 +1,75 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 B8BDBDBDBD MOV eax, 0xbdbdbdbd + RAX = 0x00000000bdbdbdbd RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200005 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200005 50 PUSH eax + Memory STOR, address 0x00000000001fdffc, size 4, value BDBDBDBD + RAX = 0x00000000bdbdbdbd RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fdffc RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200006 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200006 59 POP ecx + Memory LOAD, address 0x00000000001fdffc, size 4, value BDBDBDBD + RAX = 0x00000000bdbdbdbd RCX = 0x00000000bdbdbdbd RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200007 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200007 0E PUSH cs + Memory STOR, address 0x00000000001fdffc, size 4, value 1B000000 + RAX = 0x00000000bdbdbdbd RCX = 0x00000000bdbdbdbd RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fdffc RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200008 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200008 1F POP ds + Memory LOAD, address 0x00000000001fdffc, size 4, value 1B000000 + RAX = 0x00000000bdbdbdbd RCX = 0x00000000bdbdbdbd RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200009 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200009 90 NOP + RAX = 0x00000000bdbdbdbd RCX = 0x00000000bdbdbdbd RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000a CC INT3 +Emulation terminated with status 0x0000000a, flags: 0x0, 0 NOPs, 0 NULLs, 8 total instructions, 7 unique instructions diff --git a/bdshemu_test/x86/basic/test_32_loadseg01.test b/bdshemu_test/x86/basic/test_32_loadseg01.test new file mode 100644 index 0000000..21c53cf --- /dev/null +++ b/bdshemu_test/x86/basic/test_32_loadseg01.test @@ -0,0 +1 @@ +¸½½½½PYÌ \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_32_loadseg02.asm b/bdshemu_test/x86/basic/test_32_loadseg02.asm new file mode 100644 index 0000000..4e26541 --- /dev/null +++ b/bdshemu_test/x86/basic/test_32_loadseg02.asm @@ -0,0 +1,12 @@ + + bits 32 + + mov eax, 0xBDBDBDBD + push eax + pop ecx + + push 0xBD + pop ds + nop + + int3 \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_32_loadseg02.result b/bdshemu_test/x86/basic/test_32_loadseg02.result new file mode 100644 index 0000000..c31cc62 --- /dev/null +++ b/bdshemu_test/x86/basic/test_32_loadseg02.result @@ -0,0 +1,55 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 B8BDBDBDBD MOV eax, 0xbdbdbdbd + RAX = 0x00000000bdbdbdbd RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200005 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200005 50 PUSH eax + Memory STOR, address 0x00000000001fdffc, size 4, value BDBDBDBD + RAX = 0x00000000bdbdbdbd RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fdffc RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200006 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200006 59 POP ecx + Memory LOAD, address 0x00000000001fdffc, size 4, value BDBDBDBD + RAX = 0x00000000bdbdbdbd RCX = 0x00000000bdbdbdbd RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200007 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200007 68BD000000 PUSH 0x000000bd + Memory STOR, address 0x00000000001fdffc, size 4, value BD000000 + RAX = 0x00000000bdbdbdbd RCX = 0x00000000bdbdbdbd RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fdffc RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000c 1F POP ds + Memory LOAD, address 0x00000000001fdffc, size 4, value BD000000 +Emulation terminated with status 0x0000000b, flags: 0x0, 0 NOPs, 0 NULLs, 5 total instructions, 5 unique instructions diff --git a/bdshemu_test/x86/basic/test_32_loadseg02.test b/bdshemu_test/x86/basic/test_32_loadseg02.test new file mode 100644 index 0000000000000000000000000000000000000000..70c903c8a8e04f56a05ce48a97e540c34ec3d6d5 GIT binary patch literal 15 Vcmdn77YG6(GxjntFvw3h0{}p_2KE2| literal 0 HcmV?d00001 diff --git a/bdshemu_test/x86/basic/test_32_loadseg03.asm b/bdshemu_test/x86/basic/test_32_loadseg03.asm new file mode 100644 index 0000000..f5ba765 --- /dev/null +++ b/bdshemu_test/x86/basic/test_32_loadseg03.asm @@ -0,0 +1,7 @@ + + bits 32 + + push 0 + pop es + + int3 \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_32_loadseg03.result b/bdshemu_test/x86/basic/test_32_loadseg03.result new file mode 100644 index 0000000..2092bba --- /dev/null +++ b/bdshemu_test/x86/basic/test_32_loadseg03.result @@ -0,0 +1,23 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 6A00 PUSH 0x00000000 + Memory STOR, address 0x00000000001fdffc, size 4, value 00000000 + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fdffc RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200002 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200002 07 POP es + Memory LOAD, address 0x00000000001fdffc, size 4, value 00000000 +Emulation terminated with status 0x0000000b, flags: 0x0, 0 NOPs, 0 NULLs, 2 total instructions, 2 unique instructions diff --git a/bdshemu_test/x86/basic/test_32_loadseg03.test b/bdshemu_test/x86/basic/test_32_loadseg03.test new file mode 100644 index 0000000000000000000000000000000000000000..9435d202bbdd21dbacf70ceba78357ff4c2b1a6d GIT binary patch literal 4 Lcmc~|U_S!@0)_!T literal 0 HcmV?d00001 diff --git a/bdshemu_test/x86/basic/test_32_neg.asm b/bdshemu_test/x86/basic/test_32_neg.asm new file mode 100644 index 0000000..4703cfb --- /dev/null +++ b/bdshemu_test/x86/basic/test_32_neg.asm @@ -0,0 +1,9 @@ + bits 32 + + mov ecx, 2 + sub ecx, 1 + neg ecx + sbb ecx, ecx + inc ecx + mov eax, ecx + int3 \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_32_neg.result b/bdshemu_test/x86/basic/test_32_neg.result new file mode 100644 index 0000000..a2e67ad --- /dev/null +++ b/bdshemu_test/x86/basic/test_32_neg.result @@ -0,0 +1,71 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 B902000000 MOV ecx, 0x00000002 + RAX = 0x0000000000000000 RCX = 0x0000000000000002 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200005 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200005 83E901 SUB ecx, 0x00000001 + RAX = 0x0000000000000000 RCX = 0x0000000000000001 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200008 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200008 F7D9 NEG ecx + RAX = 0x0000000000000000 RCX = 0x00000000ffffffff RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000a RFLAGS = 0x0000000000000287 CF:1 PF:1 AF:0 ZF:0 SF:1 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000a 19C9 SBB ecx, ecx + RAX = 0x0000000000000000 RCX = 0x00000000ffffffff RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000c RFLAGS = 0x0000000000000287 CF:1 PF:1 AF:0 ZF:0 SF:1 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000c 41 INC ecx + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000d RFLAGS = 0x0000000000000247 CF:1 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000d 89C8 MOV eax, ecx + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000f RFLAGS = 0x0000000000000247 CF:1 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000f CC INT3 +Emulation terminated with status 0x0000000a, flags: 0x0, 0 NOPs, 0 NULLs, 8 total instructions, 7 unique instructions diff --git a/bdshemu_test/x86/basic/test_32_neg.test b/bdshemu_test/x86/basic/test_32_neg.test new file mode 100644 index 0000000000000000000000000000000000000000..bc0a633327be61a39dd6e049330fac36f799dd7c GIT binary patch literal 16 YcmdnV#K6GN{F3qeP05pvohQx!05PWrIRF3v literal 0 HcmV?d00001 diff --git a/bdshemu_test/x86/basic/test_32_retf.asm b/bdshemu_test/x86/basic/test_32_retf.asm new file mode 100644 index 0000000..845a3a4 --- /dev/null +++ b/bdshemu_test/x86/basic/test_32_retf.asm @@ -0,0 +1,8 @@ + + bits 32 + + push 0x33 + call $+5 + add dword [esp], 5 + retf + int3 \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_32_retf.result b/bdshemu_test/x86/basic/test_32_retf.result new file mode 100644 index 0000000..1034a78 --- /dev/null +++ b/bdshemu_test/x86/basic/test_32_retf.result @@ -0,0 +1,47 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 6A33 PUSH 0x00000033 + Memory STOR, address 0x00000000001fdffc, size 4, value 33000000 + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fdffc RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200002 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200002 E800000000 CALL 0x200007 + Memory STOR, address 0x00000000001fdff8, size 4, value 07002000 + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fdff8 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200007 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200007 83042405 ADD dword ptr [esp], 0x00000005 + Memory LOAD, address 0x00000000001fdff8, size 4, value 07002000 + Memory STOR, address 0x00000000001fdff8, size 4, value 0C002000 + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fdff8 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000b RFLAGS = 0x0000000000000206 CF:0 PF:1 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000b CB RETF + Memory LOAD, address 0x00000000001fdff8, size 8, value 0C00200033000000 +Emulation terminated with status 0x0000000a, flags: 0x80, 0 NOPs, 0 NULLs, 5 total instructions, 4 unique instructions + SHEMU_FLAG_HEAVENS_GATE diff --git a/bdshemu_test/x86/basic/test_32_retf.test b/bdshemu_test/x86/basic/test_32_retf.test new file mode 100644 index 0000000000000000000000000000000000000000..706ed407395fec68dcea6702bf18e1d5ede4d59f GIT binary patch literal 13 Tcmc~Ye!&0)%`7Ucr_TTY7xDwm literal 0 HcmV?d00001 diff --git a/bdshemu_test/x86/basic/test_32_stack_pivot1.asm b/bdshemu_test/x86/basic/test_32_stack_pivot1.asm new file mode 100644 index 0000000..18d9302 --- /dev/null +++ b/bdshemu_test/x86/basic/test_32_stack_pivot1.asm @@ -0,0 +1,6 @@ + + bits 32 + + nop + xchg esp, eax + int3 \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_32_stack_pivot1.result b/bdshemu_test/x86/basic/test_32_stack_pivot1.result new file mode 100644 index 0000000..cceafd6 --- /dev/null +++ b/bdshemu_test/x86/basic/test_32_stack_pivot1.result @@ -0,0 +1,31 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200001 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200001 94 XCHG esp, eax + RAX = 0x00000000001fe000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x0000000000000000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200002 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200002 CC INT3 +Emulation terminated with status 0x0000000a, flags: 0x0, 1 NOPs, 0 NULLs, 4 total instructions, 3 unique instructions diff --git a/bdshemu_test/x86/basic/test_32_stack_pivot1.test b/bdshemu_test/x86/basic/test_32_stack_pivot1.test new file mode 100644 index 0000000..f0fc439 --- /dev/null +++ b/bdshemu_test/x86/basic/test_32_stack_pivot1.test @@ -0,0 +1 @@ +”Ì \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_32_stack_pivot2.asm b/bdshemu_test/x86/basic/test_32_stack_pivot2.asm new file mode 100644 index 0000000..13f8132 --- /dev/null +++ b/bdshemu_test/x86/basic/test_32_stack_pivot2.asm @@ -0,0 +1,7 @@ + + bits 32 + + nop + xchg esp, eax + push ebp + int3 \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_32_stack_pivot2.result b/bdshemu_test/x86/basic/test_32_stack_pivot2.result new file mode 100644 index 0000000..722b71b --- /dev/null +++ b/bdshemu_test/x86/basic/test_32_stack_pivot2.result @@ -0,0 +1,31 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200001 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200001 94 XCHG esp, eax + RAX = 0x00000000001fe000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x0000000000000000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200002 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200002 55 PUSH ebp +Emulation terminated with status 0x00000001, flags: 0x0, 1 NOPs, 0 NULLs, 3 total instructions, 3 unique instructions diff --git a/bdshemu_test/x86/basic/test_32_stack_pivot2.test b/bdshemu_test/x86/basic/test_32_stack_pivot2.test new file mode 100644 index 0000000..711b0bb --- /dev/null +++ b/bdshemu_test/x86/basic/test_32_stack_pivot2.test @@ -0,0 +1 @@ +”UÌ \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_32_stack_pivot3.asm b/bdshemu_test/x86/basic/test_32_stack_pivot3.asm new file mode 100644 index 0000000..8e29d28 --- /dev/null +++ b/bdshemu_test/x86/basic/test_32_stack_pivot3.asm @@ -0,0 +1,17 @@ + + bits 32 + + nop + call next +next: + pop eax + sub eax, next + lea eax, [eax + new_stack] + dec eax + xchg esp, eax + int3 + + align 4 + +new_stack: + resd 64 \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_32_stack_pivot3.result b/bdshemu_test/x86/basic/test_32_stack_pivot3.result new file mode 100644 index 0000000..2727c96 --- /dev/null +++ b/bdshemu_test/x86/basic/test_32_stack_pivot3.result @@ -0,0 +1,84 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200001 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200001 E800000000 CALL 0x200006 + Memory STOR, address 0x00000000001fdffc, size 4, value 06002000 + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fdffc RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200006 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200006 58 POP eax + Memory LOAD, address 0x00000000001fdffc, size 4, value 06002000 + RAX = 0x0000000000200006 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200007 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200007 2D06000000 SUB eax, 0x00000006 + RAX = 0x0000000000200000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000c RFLAGS = 0x0000000000000206 CF:0 PF:1 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000c 8D8018000000 LEA eax, [eax+0x18] + RAX = 0x0000000000200018 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200012 RFLAGS = 0x0000000000000206 CF:0 PF:1 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200012 48 DEC eax + RAX = 0x0000000000200017 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200013 RFLAGS = 0x0000000000000206 CF:0 PF:1 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200013 94 XCHG esp, eax + RAX = 0x00000000001fe000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x0000000000200017 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200014 RFLAGS = 0x0000000000000206 CF:0 PF:1 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200014 CC INT3 +Emulation terminated with status 0x0000000a, flags: 0x2, 1 NOPs, 0 NULLs, 9 total instructions, 8 unique instructions + SHEMU_FLAG_LOAD_RIP diff --git a/bdshemu_test/x86/basic/test_32_stack_pivot3.test b/bdshemu_test/x86/basic/test_32_stack_pivot3.test new file mode 100644 index 0000000000000000000000000000000000000000..a650d85ca8e35cd44542ee7a17452ba05a9a67f1 GIT binary patch literal 280 fcmbR6f&mC3blHGpZ-WGo^q6vH!h{JR(UA-Q#fJug literal 0 HcmV?d00001 diff --git a/bdshemu_test/x86/basic/test_32_stack_pivot4.asm b/bdshemu_test/x86/basic/test_32_stack_pivot4.asm new file mode 100644 index 0000000..829d55e --- /dev/null +++ b/bdshemu_test/x86/basic/test_32_stack_pivot4.asm @@ -0,0 +1,16 @@ + + bits 32 + + nop + call next +next: + pop eax + sub eax, next + lea eax, [eax + new_stack] + xchg esp, eax + int3 + + align 4 + +new_stack: + resd 64 \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_32_stack_pivot4.result b/bdshemu_test/x86/basic/test_32_stack_pivot4.result new file mode 100644 index 0000000..12d857a --- /dev/null +++ b/bdshemu_test/x86/basic/test_32_stack_pivot4.result @@ -0,0 +1,75 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200001 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200001 E800000000 CALL 0x200006 + Memory STOR, address 0x00000000001fdffc, size 4, value 06002000 + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fdffc RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200006 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200006 58 POP eax + Memory LOAD, address 0x00000000001fdffc, size 4, value 06002000 + RAX = 0x0000000000200006 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200007 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200007 2D06000000 SUB eax, 0x00000006 + RAX = 0x0000000000200000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000c RFLAGS = 0x0000000000000206 CF:0 PF:1 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000c 8D8014000000 LEA eax, [eax+0x14] + RAX = 0x0000000000200014 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200012 RFLAGS = 0x0000000000000206 CF:0 PF:1 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200012 94 XCHG esp, eax + RAX = 0x00000000001fe000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x0000000000200014 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200013 RFLAGS = 0x0000000000000206 CF:0 PF:1 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200013 CC INT3 +Emulation terminated with status 0x0000000a, flags: 0x102, 1 NOPs, 0 NULLs, 8 total instructions, 7 unique instructions + SHEMU_FLAG_LOAD_RIP + SHEMU_FLAG_STACK_PIVOT diff --git a/bdshemu_test/x86/basic/test_32_stack_pivot4.test b/bdshemu_test/x86/basic/test_32_stack_pivot4.test new file mode 100644 index 0000000000000000000000000000000000000000..e5b60a9e590abed80a7d1bca50d04340e5848a20 GIT binary patch literal 276 bcmbR6f&mC3blHGpZ-WSsoN@*vGLiuRvwZ}G literal 0 HcmV?d00001 diff --git a/bdshemu_test/x86/basic/test_32_str01.asm b/bdshemu_test/x86/basic/test_32_str01.asm new file mode 100644 index 0000000..5fcf6d0 --- /dev/null +++ b/bdshemu_test/x86/basic/test_32_str01.asm @@ -0,0 +1,6 @@ + + bits 32 + + mov eax, 0x41414141 + push eax + retn \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_32_str01.result b/bdshemu_test/x86/basic/test_32_str01.result new file mode 100644 index 0000000..feb8d25 --- /dev/null +++ b/bdshemu_test/x86/basic/test_32_str01.result @@ -0,0 +1,33 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 B841414141 MOV eax, 0x41414141 + RAX = 0x0000000041414141 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200005 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200005 50 PUSH eax + Memory STOR, address 0x00000000001fdffc, size 4, value 41414141 + RAX = 0x0000000041414141 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fdffc RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200006 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200006 C3 RETN + Memory LOAD, address 0x00000000001fdffc, size 4, value 41414141 +Emulation terminated with status 0x00000002, flags: 0x0, 0 NOPs, 0 NULLs, 4 total instructions, 3 unique instructions diff --git a/bdshemu_test/x86/basic/test_32_str01.test b/bdshemu_test/x86/basic/test_32_str01.test new file mode 100644 index 0000000..a496946 --- /dev/null +++ b/bdshemu_test/x86/basic/test_32_str01.test @@ -0,0 +1 @@ +¸AAAAPà \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_32_str02.asm b/bdshemu_test/x86/basic/test_32_str02.asm new file mode 100644 index 0000000..4346d1d --- /dev/null +++ b/bdshemu_test/x86/basic/test_32_str02.asm @@ -0,0 +1,7 @@ + + bits 32 + + mov eax, 0x41414141 + push eax + push eax + retn \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_32_str02.result b/bdshemu_test/x86/basic/test_32_str02.result new file mode 100644 index 0000000..a32cea7 --- /dev/null +++ b/bdshemu_test/x86/basic/test_32_str02.result @@ -0,0 +1,44 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 B841414141 MOV eax, 0x41414141 + RAX = 0x0000000041414141 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200005 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200005 50 PUSH eax + Memory STOR, address 0x00000000001fdffc, size 4, value 41414141 + RAX = 0x0000000041414141 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fdffc RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200006 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200006 50 PUSH eax + Memory STOR, address 0x00000000001fdff8, size 4, value 41414141 + RAX = 0x0000000041414141 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fdff8 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200007 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200007 C3 RETN + Memory LOAD, address 0x00000000001fdff8, size 4, value 41414141 +Emulation terminated with status 0x00000002, flags: 0x0, 0 NOPs, 0 NULLs, 5 total instructions, 4 unique instructions diff --git a/bdshemu_test/x86/basic/test_32_str02.test b/bdshemu_test/x86/basic/test_32_str02.test new file mode 100644 index 0000000..f1921e6 --- /dev/null +++ b/bdshemu_test/x86/basic/test_32_str02.test @@ -0,0 +1 @@ +¸AAAAPPà \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_32_str03.asm b/bdshemu_test/x86/basic/test_32_str03.asm new file mode 100644 index 0000000..5f7432f --- /dev/null +++ b/bdshemu_test/x86/basic/test_32_str03.asm @@ -0,0 +1,8 @@ + + bits 32 + + mov eax, 0x41414141 + push eax + mov eax, 0x00414141 + push eax + retn \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_32_str03.result b/bdshemu_test/x86/basic/test_32_str03.result new file mode 100644 index 0000000..de875cc --- /dev/null +++ b/bdshemu_test/x86/basic/test_32_str03.result @@ -0,0 +1,54 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 B841414141 MOV eax, 0x41414141 + RAX = 0x0000000041414141 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200005 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200005 50 PUSH eax + Memory STOR, address 0x00000000001fdffc, size 4, value 41414141 + RAX = 0x0000000041414141 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fdffc RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200006 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200006 B841414100 MOV eax, 0x00414141 + RAX = 0x0000000000414141 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fdffc RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000b 50 PUSH eax + Memory STOR, address 0x00000000001fdff8, size 4, value 41414100 + RAX = 0x0000000000414141 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fdff8 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000c C3 RETN + Memory LOAD, address 0x00000000001fdff8, size 4, value 41414100 +Emulation terminated with status 0x00000002, flags: 0x0, 0 NOPs, 0 NULLs, 6 total instructions, 5 unique instructions diff --git a/bdshemu_test/x86/basic/test_32_str03.test b/bdshemu_test/x86/basic/test_32_str03.test new file mode 100644 index 0000000000000000000000000000000000000000..50339f7cea9230eacdb78078e48f0e206d2de565 GIT binary patch literal 13 Rcmdnt2m}E;fCNLpVE`b>1e*W= literal 0 HcmV?d00001 diff --git a/bdshemu_test/x86/basic/test_32_str04.asm b/bdshemu_test/x86/basic/test_32_str04.asm new file mode 100644 index 0000000..4c0a4bb --- /dev/null +++ b/bdshemu_test/x86/basic/test_32_str04.asm @@ -0,0 +1,13 @@ + bits 32 + + mov eax, 0x41414141 + mov ebx, 0xbdbdbdbd + push eax + push ebx + push eax + push ebx + push eax + push ebx + push eax + push ebx + retn diff --git a/bdshemu_test/x86/basic/test_32_str04.result b/bdshemu_test/x86/basic/test_32_str04.result new file mode 100644 index 0000000..50f7b8f --- /dev/null +++ b/bdshemu_test/x86/basic/test_32_str04.result @@ -0,0 +1,120 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 B841414141 MOV eax, 0x41414141 + RAX = 0x0000000041414141 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200005 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200005 BBBDBDBDBD MOV ebx, 0xbdbdbdbd + RAX = 0x0000000041414141 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x00000000bdbdbdbd + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000a 50 PUSH eax + Memory STOR, address 0x00000000001fdffc, size 4, value 41414141 + RAX = 0x0000000041414141 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x00000000bdbdbdbd + RSP = 0x00000000001fdffc RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000b 53 PUSH ebx + Memory STOR, address 0x00000000001fdff8, size 4, value BDBDBDBD + RAX = 0x0000000041414141 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x00000000bdbdbdbd + RSP = 0x00000000001fdff8 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000c 50 PUSH eax + Memory STOR, address 0x00000000001fdff4, size 4, value 41414141 + RAX = 0x0000000041414141 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x00000000bdbdbdbd + RSP = 0x00000000001fdff4 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000d 53 PUSH ebx + Memory STOR, address 0x00000000001fdff0, size 4, value BDBDBDBD + RAX = 0x0000000041414141 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x00000000bdbdbdbd + RSP = 0x00000000001fdff0 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000e 50 PUSH eax + Memory STOR, address 0x00000000001fdfec, size 4, value 41414141 + RAX = 0x0000000041414141 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x00000000bdbdbdbd + RSP = 0x00000000001fdfec RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000f 53 PUSH ebx + Memory STOR, address 0x00000000001fdfe8, size 4, value BDBDBDBD + RAX = 0x0000000041414141 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x00000000bdbdbdbd + RSP = 0x00000000001fdfe8 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200010 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200010 50 PUSH eax + Memory STOR, address 0x00000000001fdfe4, size 4, value 41414141 + RAX = 0x0000000041414141 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x00000000bdbdbdbd + RSP = 0x00000000001fdfe4 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200011 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200011 53 PUSH ebx + Memory STOR, address 0x00000000001fdfe0, size 4, value BDBDBDBD + RAX = 0x0000000041414141 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x00000000bdbdbdbd + RSP = 0x00000000001fdfe0 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200012 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200012 C3 RETN + Memory LOAD, address 0x00000000001fdfe0, size 4, value BDBDBDBD +Emulation terminated with status 0x00000002, flags: 0x0, 0 NOPs, 0 NULLs, 12 total instructions, 11 unique instructions diff --git a/bdshemu_test/x86/basic/test_32_str04.test b/bdshemu_test/x86/basic/test_32_str04.test new file mode 100644 index 0000000..d82cac6 --- /dev/null +++ b/bdshemu_test/x86/basic/test_32_str04.test @@ -0,0 +1 @@ +¸AAAA»½½½½PSPSPSPSà \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_32_str05.asm b/bdshemu_test/x86/basic/test_32_str05.asm new file mode 100644 index 0000000..ba59a50 --- /dev/null +++ b/bdshemu_test/x86/basic/test_32_str05.asm @@ -0,0 +1,8 @@ + + bits 32 + + mov eax, 0x41414141 + push eax + push eax + lea ebp, [esp] + retn \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_32_str05.result b/bdshemu_test/x86/basic/test_32_str05.result new file mode 100644 index 0000000..f051c58 --- /dev/null +++ b/bdshemu_test/x86/basic/test_32_str05.result @@ -0,0 +1,55 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 B841414141 MOV eax, 0x41414141 + RAX = 0x0000000041414141 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200005 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200005 50 PUSH eax + Memory STOR, address 0x00000000001fdffc, size 4, value 41414141 + RAX = 0x0000000041414141 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fdffc RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200006 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200006 50 PUSH eax + Memory STOR, address 0x00000000001fdff8, size 4, value 41414141 + RAX = 0x0000000041414141 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fdff8 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200007 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200007 8D2C24 LEA ebp, [esp] + RAX = 0x0000000041414141 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fdff8 RBP = 0x00000000001fdff8 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000a C3 RETN + Memory LOAD, address 0x00000000001fdff8, size 4, value 41414141 +Emulation terminated with status 0x00000002, flags: 0x20, 0 NOPs, 0 NULLs, 6 total instructions, 5 unique instructions + SHEMU_FLAG_STACK_STR diff --git a/bdshemu_test/x86/basic/test_32_str05.test b/bdshemu_test/x86/basic/test_32_str05.test new file mode 100644 index 0000000..b2ab122 --- /dev/null +++ b/bdshemu_test/x86/basic/test_32_str05.test @@ -0,0 +1 @@ +¸AAAAPP,$à \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_32_sud01.asm b/bdshemu_test/x86/basic/test_32_sud01.asm new file mode 100644 index 0000000..c05302d --- /dev/null +++ b/bdshemu_test/x86/basic/test_32_sud01.asm @@ -0,0 +1,6 @@ + + bits 32 + + mov esi, 0x7FFE0000 + mov eax, dword [esi] + int3 \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_32_sud01.result b/bdshemu_test/x86/basic/test_32_sud01.result new file mode 100644 index 0000000..f029967 --- /dev/null +++ b/bdshemu_test/x86/basic/test_32_sud01.result @@ -0,0 +1,21 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 BE0000FE7F MOV esi, 0x7ffe0000 + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x000000007ffe0000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200005 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200005 8B06 MOV eax, dword ptr [esi] +Emulation terminated with status 0x00000001, flags: 0x0, 0 NOPs, 0 NULLs, 2 total instructions, 2 unique instructions diff --git a/bdshemu_test/x86/basic/test_32_sud01.test b/bdshemu_test/x86/basic/test_32_sud01.test new file mode 100644 index 0000000000000000000000000000000000000000..309fc58033b1f494bff5e822308be73dd0843780 GIT binary patch literal 8 PcmdnT!0@lWo9zq$4`TzF literal 0 HcmV?d00001 diff --git a/bdshemu_test/x86/basic/test_32_sud02.asm b/bdshemu_test/x86/basic/test_32_sud02.asm new file mode 100644 index 0000000..a56f56f --- /dev/null +++ b/bdshemu_test/x86/basic/test_32_sud02.asm @@ -0,0 +1,6 @@ + + bits 32 + + mov esi, 0x7FFE0000 + mov eax, dword [esi + 0x308] + int3 \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_32_sud02.result b/bdshemu_test/x86/basic/test_32_sud02.result new file mode 100644 index 0000000..9e0540b --- /dev/null +++ b/bdshemu_test/x86/basic/test_32_sud02.result @@ -0,0 +1,22 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 BE0000FE7F MOV esi, 0x7ffe0000 + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x000000007ffe0000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200005 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200005 8B8608030000 MOV eax, dword ptr [esi+0x308] +Emulation terminated with status 0x00000001, flags: 0x200, 0 NOPs, 0 NULLs, 2 total instructions, 2 unique instructions + SHEMU_FLAG_SUD_ACCESS diff --git a/bdshemu_test/x86/basic/test_32_sud02.test b/bdshemu_test/x86/basic/test_32_sud02.test new file mode 100644 index 0000000000000000000000000000000000000000..508d41b4c5fffd08dbb956f3530a9b0230d316c8 GIT binary patch literal 12 TcmdnT!0@lWyN!dHf#D1Q9m@nH literal 0 HcmV?d00001 diff --git a/bdshemu_test/x86/basic/test_32_sys01.asm b/bdshemu_test/x86/basic/test_32_sys01.asm new file mode 100644 index 0000000..6bf2ab4 --- /dev/null +++ b/bdshemu_test/x86/basic/test_32_sys01.asm @@ -0,0 +1,4 @@ + + bits 32 + + sysenter \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_32_sys01.result b/bdshemu_test/x86/basic/test_32_sys01.result new file mode 100644 index 0000000..489a5f0 --- /dev/null +++ b/bdshemu_test/x86/basic/test_32_sys01.result @@ -0,0 +1,12 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 0F34 SYSENTER +Emulation terminated with status 0x0000000a, flags: 0x10, 0 NOPs, 0 NULLs, 2 total instructions, 1 unique instructions + SHEMU_FLAG_SYSCALL diff --git a/bdshemu_test/x86/basic/test_32_sys01.test b/bdshemu_test/x86/basic/test_32_sys01.test new file mode 100644 index 0000000..44fd652 --- /dev/null +++ b/bdshemu_test/x86/basic/test_32_sys01.test @@ -0,0 +1 @@ +4 \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_adc01.asm b/bdshemu_test/x86/basic/test_64_adc01.asm new file mode 100644 index 0000000..24754cf --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_adc01.asm @@ -0,0 +1,28 @@ + bits 64 + + global _start + + section .text + +_start: + nop + stc + mov al, 0xFF + adc al, 0xFF + + nop + stc + mov al, 0x60 + adc al, 0xFF + + nop + stc + mov al, 0xFF + adc al, 0x60 + + nop + stc + mov al, 1 + adc al, 0xFE + + int3 \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_adc01.result b/bdshemu_test/x86/basic/test_64_adc01.result new file mode 100644 index 0000000..2bd7e63 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_adc01.result @@ -0,0 +1,161 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 F9 STC + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200001 RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200001 B0FF MOV al, 0xff + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200003 RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200003 14FF ADC al, 0xff + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200005 RFLAGS = 0x0000000000000287 CF:1 PF:1 AF:0 ZF:0 SF:1 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200005 90 NOP + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200006 RFLAGS = 0x0000000000000287 CF:1 PF:1 AF:0 ZF:0 SF:1 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200006 F9 STC + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200007 RFLAGS = 0x0000000000000287 CF:1 PF:1 AF:0 ZF:0 SF:1 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200007 B060 MOV al, 0x60 + RAX = 0x0000000000000060 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200009 RFLAGS = 0x0000000000000287 CF:1 PF:1 AF:0 ZF:0 SF:1 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200009 14FF ADC al, 0xff + RAX = 0x0000000000000060 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000b RFLAGS = 0x0000000000000207 CF:1 PF:1 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000b 90 NOP + RAX = 0x0000000000000060 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000c RFLAGS = 0x0000000000000207 CF:1 PF:1 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000c F9 STC + RAX = 0x0000000000000060 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000d RFLAGS = 0x0000000000000207 CF:1 PF:1 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000d B0FF MOV al, 0xff + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000f RFLAGS = 0x0000000000000207 CF:1 PF:1 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000f 1460 ADC al, 0x60 + RAX = 0x0000000000000060 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200011 RFLAGS = 0x0000000000000207 CF:1 PF:1 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200011 90 NOP + RAX = 0x0000000000000060 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200012 RFLAGS = 0x0000000000000207 CF:1 PF:1 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200012 F9 STC + RAX = 0x0000000000000060 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200013 RFLAGS = 0x0000000000000207 CF:1 PF:1 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200013 B001 MOV al, 0x01 + RAX = 0x0000000000000001 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200015 RFLAGS = 0x0000000000000207 CF:1 PF:1 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200015 14FE ADC al, 0xfe + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200017 RFLAGS = 0x0000000000000247 CF:1 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200017 CC INT3 +Emulation terminated with status 0x0000000a, flags: 0x0, 0 NOPs, 0 NULLs, 17 total instructions, 16 unique instructions diff --git a/bdshemu_test/x86/basic/test_64_adc01.test b/bdshemu_test/x86/basic/test_64_adc01.test new file mode 100644 index 0000000..1c76108 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_adc01.test @@ -0,0 +1 @@ +ù°ÿÿù°`ÿù°ÿ`ù°þÌ \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_basic01.asm b/bdshemu_test/x86/basic/test_64_basic01.asm new file mode 100644 index 0000000..8b5e85f --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_basic01.asm @@ -0,0 +1,6 @@ + + bits 64 + + mov eax, 0x7FFD0000 + mov dword [eax], 0 + retn \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_basic01.result b/bdshemu_test/x86/basic/test_64_basic01.result new file mode 100644 index 0000000..06d1cb4 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_basic01.result @@ -0,0 +1,21 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 B80000FD7F MOV eax, 0x7ffd0000 + RAX = 0x000000007ffd0000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200005 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200005 67C70000000000 MOV dword ptr [eax], 0x00000000 +Emulation terminated with status 0x00000001, flags: 0x0, 0 NOPs, 0 NULLs, 2 total instructions, 2 unique instructions diff --git a/bdshemu_test/x86/basic/test_64_basic01.test b/bdshemu_test/x86/basic/test_64_basic01.test new file mode 100644 index 0000000000000000000000000000000000000000..e462c7337d0551df584cddc3636c35a822cc6c86 GIT binary patch literal 13 ScmdnN!0@*|{Wt>%90mX(Dg-6~ literal 0 HcmV?d00001 diff --git a/bdshemu_test/x86/basic/test_64_basic02.asm b/bdshemu_test/x86/basic/test_64_basic02.asm new file mode 100644 index 0000000..d1aee95 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_basic02.asm @@ -0,0 +1,9 @@ + + bits 64 + +_xxx: + lea rbp, [rel _xxx] + mov eax, dword [rbp] + ; This must fail with SHEMU_ABORT_GLA_OUTSIDE + mov eax, dword [rbp - 3] + retn \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_basic02.result b/bdshemu_test/x86/basic/test_64_basic02.result new file mode 100644 index 0000000..fbb36bf --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_basic02.result @@ -0,0 +1,32 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 488D2DF9FFFFFF LEA rbp, [rel 0x200000] + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000200000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200007 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200007 8B4500 MOV eax, dword ptr [rbp+0x0] + Memory LOAD, address 0x0000000000200000, size 4, value 488D2DF9 + RAX = 0x00000000f92d8d48 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000200000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000a 8B45FD MOV eax, dword ptr [rbp-0x3] +Emulation terminated with status 0x00000001, flags: 0x0, 0 NOPs, 0 NULLs, 3 total instructions, 3 unique instructions diff --git a/bdshemu_test/x86/basic/test_64_basic02.test b/bdshemu_test/x86/basic/test_64_basic02.test new file mode 100644 index 0000000000000000000000000000000000000000..1aab11424a8cb9fcd79272006f746ee0394953d0 GIT binary patch literal 14 Vcmeb1)&2SZ|Nm}RhHlrthXFnQ2w4CC literal 0 HcmV?d00001 diff --git a/bdshemu_test/x86/basic/test_64_basic03.asm b/bdshemu_test/x86/basic/test_64_basic03.asm new file mode 100644 index 0000000..09d54c2 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_basic03.asm @@ -0,0 +1,8 @@ + + bits 64 + + lea rbp, [rel _xxx] + mov eax, dword [rbp - 4 + 0x100] + mov eax, dword [rbp - 3 + 0x100] + retn +_xxx: \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_basic03.result b/bdshemu_test/x86/basic/test_64_basic03.result new file mode 100644 index 0000000..d96fd33 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_basic03.result @@ -0,0 +1,32 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 488D2D0D000000 LEA rbp, [rel 0x200014] + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000200014 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200007 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200007 8B85FC000000 MOV eax, dword ptr [rbp+0xfc] + Memory LOAD, address 0x0000000000200110, size 4, value 00000000 + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000200014 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000d 8B85FD000000 MOV eax, dword ptr [rbp+0xfd] +Emulation terminated with status 0x00000001, flags: 0x0, 0 NOPs, 0 NULLs, 3 total instructions, 3 unique instructions diff --git a/bdshemu_test/x86/basic/test_64_basic03.test b/bdshemu_test/x86/basic/test_64_basic03.test new file mode 100644 index 0000000000000000000000000000000000000000..cf9ef600c758cd11cd9bb88abf6aac3c06f96a40 GIT binary patch literal 20 Wcmeb1)#YViVCZiB11A3h$-@9R@CEDu literal 0 HcmV?d00001 diff --git a/bdshemu_test/x86/basic/test_64_basic04.asm b/bdshemu_test/x86/basic/test_64_basic04.asm new file mode 100644 index 0000000..5a640d1 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_basic04.asm @@ -0,0 +1,8 @@ + + bits 64 + +_xxx: + lea rsi, [rel _xxx] + mov rcx, 0xFFFFFFFF + rep lodsb + \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_basic04.result b/bdshemu_test/x86/basic/test_64_basic04.result new file mode 100644 index 0000000..b9f54c7 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_basic04.result @@ -0,0 +1,301 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 488D35F9FFFFFF LEA rsi, [rel 0x200000] + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000200000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200007 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200007 B9FFFFFFFF MOV ecx, 0xffffffff + RAX = 0x0000000000000000 RCX = 0x00000000ffffffff RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000200000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000c F3AC REP LODSB + Memory LOAD, address 0x0000000000200000, size 1, value 48 + Memory LOAD, address 0x0000000000200001, size 1, value 8D + Memory LOAD, address 0x0000000000200002, size 1, value 35 + Memory LOAD, address 0x0000000000200003, size 1, value F9 + Memory LOAD, address 0x0000000000200004, size 1, value FF + Memory LOAD, address 0x0000000000200005, size 1, value FF + Memory LOAD, address 0x0000000000200006, size 1, value FF + Memory LOAD, address 0x0000000000200007, size 1, value B9 + Memory LOAD, address 0x0000000000200008, size 1, value FF + Memory LOAD, address 0x0000000000200009, size 1, value FF + Memory LOAD, address 0x000000000020000a, size 1, value FF + Memory LOAD, address 0x000000000020000b, size 1, value FF + Memory LOAD, address 0x000000000020000c, size 1, value F3 + Memory LOAD, address 0x000000000020000d, size 1, value AC + Memory LOAD, address 0x000000000020000e, size 1, value 00 + Memory LOAD, address 0x000000000020000f, size 1, value 00 + Memory LOAD, address 0x0000000000200010, size 1, value 00 + Memory LOAD, address 0x0000000000200011, size 1, value 00 + Memory LOAD, address 0x0000000000200012, size 1, value 00 + Memory LOAD, address 0x0000000000200013, size 1, value 00 + Memory LOAD, address 0x0000000000200014, size 1, value 00 + Memory LOAD, address 0x0000000000200015, size 1, value 00 + Memory LOAD, address 0x0000000000200016, size 1, value 00 + Memory LOAD, address 0x0000000000200017, size 1, value 00 + Memory LOAD, address 0x0000000000200018, size 1, value 00 + Memory LOAD, address 0x0000000000200019, size 1, value 00 + Memory LOAD, address 0x000000000020001a, size 1, value 00 + Memory LOAD, address 0x000000000020001b, size 1, value 00 + Memory LOAD, address 0x000000000020001c, size 1, value 00 + Memory LOAD, address 0x000000000020001d, size 1, value 00 + Memory LOAD, address 0x000000000020001e, size 1, value 00 + Memory LOAD, address 0x000000000020001f, size 1, value 00 + Memory LOAD, address 0x0000000000200020, size 1, value 00 + Memory LOAD, address 0x0000000000200021, size 1, value 00 + Memory LOAD, address 0x0000000000200022, size 1, value 00 + Memory LOAD, address 0x0000000000200023, size 1, value 00 + Memory LOAD, address 0x0000000000200024, size 1, value 00 + Memory LOAD, address 0x0000000000200025, size 1, value 00 + Memory LOAD, address 0x0000000000200026, size 1, value 00 + Memory LOAD, address 0x0000000000200027, size 1, value 00 + Memory LOAD, address 0x0000000000200028, size 1, value 00 + Memory LOAD, address 0x0000000000200029, size 1, value 00 + Memory LOAD, address 0x000000000020002a, size 1, value 00 + Memory LOAD, address 0x000000000020002b, size 1, value 00 + Memory LOAD, address 0x000000000020002c, size 1, value 00 + Memory LOAD, address 0x000000000020002d, size 1, value 00 + Memory LOAD, address 0x000000000020002e, size 1, value 00 + Memory LOAD, address 0x000000000020002f, size 1, value 00 + Memory LOAD, address 0x0000000000200030, size 1, value 00 + Memory LOAD, address 0x0000000000200031, size 1, value 00 + Memory LOAD, address 0x0000000000200032, size 1, value 00 + Memory LOAD, address 0x0000000000200033, size 1, value 00 + Memory LOAD, address 0x0000000000200034, size 1, value 00 + Memory LOAD, address 0x0000000000200035, size 1, value 00 + Memory LOAD, address 0x0000000000200036, size 1, value 00 + Memory LOAD, address 0x0000000000200037, size 1, value 00 + Memory LOAD, address 0x0000000000200038, size 1, value 00 + Memory LOAD, address 0x0000000000200039, size 1, value 00 + Memory LOAD, address 0x000000000020003a, size 1, value 00 + Memory LOAD, address 0x000000000020003b, size 1, value 00 + Memory LOAD, address 0x000000000020003c, size 1, value 00 + Memory LOAD, address 0x000000000020003d, size 1, value 00 + Memory LOAD, address 0x000000000020003e, size 1, value 00 + Memory LOAD, address 0x000000000020003f, size 1, value 00 + Memory LOAD, address 0x0000000000200040, size 1, value 00 + Memory LOAD, address 0x0000000000200041, size 1, value 00 + Memory LOAD, address 0x0000000000200042, size 1, value 00 + Memory LOAD, address 0x0000000000200043, size 1, value 00 + Memory LOAD, address 0x0000000000200044, size 1, value 00 + Memory LOAD, address 0x0000000000200045, size 1, value 00 + Memory LOAD, address 0x0000000000200046, size 1, value 00 + Memory LOAD, address 0x0000000000200047, size 1, value 00 + Memory LOAD, address 0x0000000000200048, size 1, value 00 + Memory LOAD, address 0x0000000000200049, size 1, value 00 + Memory LOAD, address 0x000000000020004a, size 1, value 00 + Memory LOAD, address 0x000000000020004b, size 1, value 00 + Memory LOAD, address 0x000000000020004c, size 1, value 00 + Memory LOAD, address 0x000000000020004d, size 1, value 00 + Memory LOAD, address 0x000000000020004e, size 1, value 00 + Memory LOAD, address 0x000000000020004f, size 1, value 00 + Memory LOAD, address 0x0000000000200050, size 1, value 00 + Memory LOAD, address 0x0000000000200051, size 1, value 00 + Memory LOAD, address 0x0000000000200052, size 1, value 00 + Memory LOAD, address 0x0000000000200053, size 1, value 00 + Memory LOAD, address 0x0000000000200054, size 1, value 00 + Memory LOAD, address 0x0000000000200055, size 1, value 00 + Memory LOAD, address 0x0000000000200056, size 1, value 00 + Memory LOAD, address 0x0000000000200057, size 1, value 00 + Memory LOAD, address 0x0000000000200058, size 1, value 00 + Memory LOAD, address 0x0000000000200059, size 1, value 00 + Memory LOAD, address 0x000000000020005a, size 1, value 00 + Memory LOAD, address 0x000000000020005b, size 1, value 00 + Memory LOAD, address 0x000000000020005c, size 1, value 00 + Memory LOAD, address 0x000000000020005d, size 1, value 00 + Memory LOAD, address 0x000000000020005e, size 1, value 00 + Memory LOAD, address 0x000000000020005f, size 1, value 00 + Memory LOAD, address 0x0000000000200060, size 1, value 00 + Memory LOAD, address 0x0000000000200061, size 1, value 00 + Memory LOAD, address 0x0000000000200062, size 1, value 00 + Memory LOAD, address 0x0000000000200063, size 1, value 00 + Memory LOAD, address 0x0000000000200064, size 1, value 00 + Memory LOAD, address 0x0000000000200065, size 1, value 00 + Memory LOAD, address 0x0000000000200066, size 1, value 00 + Memory LOAD, address 0x0000000000200067, size 1, value 00 + Memory LOAD, address 0x0000000000200068, size 1, value 00 + Memory LOAD, address 0x0000000000200069, size 1, value 00 + Memory LOAD, address 0x000000000020006a, size 1, value 00 + Memory LOAD, address 0x000000000020006b, size 1, value 00 + Memory LOAD, address 0x000000000020006c, size 1, value 00 + Memory LOAD, address 0x000000000020006d, size 1, value 00 + Memory LOAD, address 0x000000000020006e, size 1, value 00 + Memory LOAD, address 0x000000000020006f, size 1, value 00 + Memory LOAD, address 0x0000000000200070, size 1, value 00 + Memory LOAD, address 0x0000000000200071, size 1, value 00 + Memory LOAD, address 0x0000000000200072, size 1, value 00 + Memory LOAD, address 0x0000000000200073, size 1, value 00 + Memory LOAD, address 0x0000000000200074, size 1, value 00 + Memory LOAD, address 0x0000000000200075, size 1, value 00 + Memory LOAD, address 0x0000000000200076, size 1, value 00 + Memory LOAD, address 0x0000000000200077, size 1, value 00 + Memory LOAD, address 0x0000000000200078, size 1, value 00 + Memory LOAD, address 0x0000000000200079, size 1, value 00 + Memory LOAD, address 0x000000000020007a, size 1, value 00 + Memory LOAD, address 0x000000000020007b, size 1, value 00 + Memory LOAD, address 0x000000000020007c, size 1, value 00 + Memory LOAD, address 0x000000000020007d, size 1, value 00 + Memory LOAD, address 0x000000000020007e, size 1, value 00 + Memory LOAD, address 0x000000000020007f, size 1, value 00 + Memory LOAD, address 0x0000000000200080, size 1, value 00 + Memory LOAD, address 0x0000000000200081, size 1, value 00 + Memory LOAD, address 0x0000000000200082, size 1, value 00 + Memory LOAD, address 0x0000000000200083, size 1, value 00 + Memory LOAD, address 0x0000000000200084, size 1, value 00 + Memory LOAD, address 0x0000000000200085, size 1, value 00 + Memory LOAD, address 0x0000000000200086, size 1, value 00 + Memory LOAD, address 0x0000000000200087, size 1, value 00 + Memory LOAD, address 0x0000000000200088, size 1, value 00 + Memory LOAD, address 0x0000000000200089, size 1, value 00 + Memory LOAD, address 0x000000000020008a, size 1, value 00 + Memory LOAD, address 0x000000000020008b, size 1, value 00 + Memory LOAD, address 0x000000000020008c, size 1, value 00 + Memory LOAD, address 0x000000000020008d, size 1, value 00 + Memory LOAD, address 0x000000000020008e, size 1, value 00 + Memory LOAD, address 0x000000000020008f, size 1, value 00 + Memory LOAD, address 0x0000000000200090, size 1, value 00 + Memory LOAD, address 0x0000000000200091, size 1, value 00 + Memory LOAD, address 0x0000000000200092, size 1, value 00 + Memory LOAD, address 0x0000000000200093, size 1, value 00 + Memory LOAD, address 0x0000000000200094, size 1, value 00 + Memory LOAD, address 0x0000000000200095, size 1, value 00 + Memory LOAD, address 0x0000000000200096, size 1, value 00 + Memory LOAD, address 0x0000000000200097, size 1, value 00 + Memory LOAD, address 0x0000000000200098, size 1, value 00 + Memory LOAD, address 0x0000000000200099, size 1, value 00 + Memory LOAD, address 0x000000000020009a, size 1, value 00 + Memory LOAD, address 0x000000000020009b, size 1, value 00 + Memory LOAD, address 0x000000000020009c, size 1, value 00 + Memory LOAD, address 0x000000000020009d, size 1, value 00 + Memory LOAD, address 0x000000000020009e, size 1, value 00 + Memory LOAD, address 0x000000000020009f, size 1, value 00 + Memory LOAD, address 0x00000000002000a0, size 1, value 00 + Memory LOAD, address 0x00000000002000a1, size 1, value 00 + Memory LOAD, address 0x00000000002000a2, size 1, value 00 + Memory LOAD, address 0x00000000002000a3, size 1, value 00 + Memory LOAD, address 0x00000000002000a4, size 1, value 00 + Memory LOAD, address 0x00000000002000a5, size 1, value 00 + Memory LOAD, address 0x00000000002000a6, size 1, value 00 + Memory LOAD, address 0x00000000002000a7, size 1, value 00 + Memory LOAD, address 0x00000000002000a8, size 1, value 00 + Memory LOAD, address 0x00000000002000a9, size 1, value 00 + Memory LOAD, address 0x00000000002000aa, size 1, value 00 + Memory LOAD, address 0x00000000002000ab, size 1, value 00 + Memory LOAD, address 0x00000000002000ac, size 1, value 00 + Memory LOAD, address 0x00000000002000ad, size 1, value 00 + Memory LOAD, address 0x00000000002000ae, size 1, value 00 + Memory LOAD, address 0x00000000002000af, size 1, value 00 + Memory LOAD, address 0x00000000002000b0, size 1, value 00 + Memory LOAD, address 0x00000000002000b1, size 1, value 00 + Memory LOAD, address 0x00000000002000b2, size 1, value 00 + Memory LOAD, address 0x00000000002000b3, size 1, value 00 + Memory LOAD, address 0x00000000002000b4, size 1, value 00 + Memory LOAD, address 0x00000000002000b5, size 1, value 00 + Memory LOAD, address 0x00000000002000b6, size 1, value 00 + Memory LOAD, address 0x00000000002000b7, size 1, value 00 + Memory LOAD, address 0x00000000002000b8, size 1, value 00 + Memory LOAD, address 0x00000000002000b9, size 1, value 00 + Memory LOAD, address 0x00000000002000ba, size 1, value 00 + Memory LOAD, address 0x00000000002000bb, size 1, value 00 + Memory LOAD, address 0x00000000002000bc, size 1, value 00 + Memory LOAD, address 0x00000000002000bd, size 1, value 00 + Memory LOAD, address 0x00000000002000be, size 1, value 00 + Memory LOAD, address 0x00000000002000bf, size 1, value 00 + Memory LOAD, address 0x00000000002000c0, size 1, value 00 + Memory LOAD, address 0x00000000002000c1, size 1, value 00 + Memory LOAD, address 0x00000000002000c2, size 1, value 00 + Memory LOAD, address 0x00000000002000c3, size 1, value 00 + Memory LOAD, address 0x00000000002000c4, size 1, value 00 + Memory LOAD, address 0x00000000002000c5, size 1, value 00 + Memory LOAD, address 0x00000000002000c6, size 1, value 00 + Memory LOAD, address 0x00000000002000c7, size 1, value 00 + Memory LOAD, address 0x00000000002000c8, size 1, value 00 + Memory LOAD, address 0x00000000002000c9, size 1, value 00 + Memory LOAD, address 0x00000000002000ca, size 1, value 00 + Memory LOAD, address 0x00000000002000cb, size 1, value 00 + Memory LOAD, address 0x00000000002000cc, size 1, value 00 + Memory LOAD, address 0x00000000002000cd, size 1, value 00 + Memory LOAD, address 0x00000000002000ce, size 1, value 00 + Memory LOAD, address 0x00000000002000cf, size 1, value 00 + Memory LOAD, address 0x00000000002000d0, size 1, value 00 + Memory LOAD, address 0x00000000002000d1, size 1, value 00 + Memory LOAD, address 0x00000000002000d2, size 1, value 00 + Memory LOAD, address 0x00000000002000d3, size 1, value 00 + Memory LOAD, address 0x00000000002000d4, size 1, value 00 + Memory LOAD, address 0x00000000002000d5, size 1, value 00 + Memory LOAD, address 0x00000000002000d6, size 1, value 00 + Memory LOAD, address 0x00000000002000d7, size 1, value 00 + Memory LOAD, address 0x00000000002000d8, size 1, value 00 + Memory LOAD, address 0x00000000002000d9, size 1, value 00 + Memory LOAD, address 0x00000000002000da, size 1, value 00 + Memory LOAD, address 0x00000000002000db, size 1, value 00 + Memory LOAD, address 0x00000000002000dc, size 1, value 00 + Memory LOAD, address 0x00000000002000dd, size 1, value 00 + Memory LOAD, address 0x00000000002000de, size 1, value 00 + Memory LOAD, address 0x00000000002000df, size 1, value 00 + Memory LOAD, address 0x00000000002000e0, size 1, value 00 + Memory LOAD, address 0x00000000002000e1, size 1, value 00 + Memory LOAD, address 0x00000000002000e2, size 1, value 00 + Memory LOAD, address 0x00000000002000e3, size 1, value 00 + Memory LOAD, address 0x00000000002000e4, size 1, value 00 + Memory LOAD, address 0x00000000002000e5, size 1, value 00 + Memory LOAD, address 0x00000000002000e6, size 1, value 00 + Memory LOAD, address 0x00000000002000e7, size 1, value 00 + Memory LOAD, address 0x00000000002000e8, size 1, value 00 + Memory LOAD, address 0x00000000002000e9, size 1, value 00 + Memory LOAD, address 0x00000000002000ea, size 1, value 00 + Memory LOAD, address 0x00000000002000eb, size 1, value 00 + Memory LOAD, address 0x00000000002000ec, size 1, value 00 + Memory LOAD, address 0x00000000002000ed, size 1, value 00 + Memory LOAD, address 0x00000000002000ee, size 1, value 00 + Memory LOAD, address 0x00000000002000ef, size 1, value 00 + Memory LOAD, address 0x00000000002000f0, size 1, value 00 + Memory LOAD, address 0x00000000002000f1, size 1, value 00 + Memory LOAD, address 0x00000000002000f2, size 1, value 00 + Memory LOAD, address 0x00000000002000f3, size 1, value 00 + Memory LOAD, address 0x00000000002000f4, size 1, value 00 + Memory LOAD, address 0x00000000002000f5, size 1, value 00 + Memory LOAD, address 0x00000000002000f6, size 1, value 00 + Memory LOAD, address 0x00000000002000f7, size 1, value 00 + Memory LOAD, address 0x00000000002000f8, size 1, value 00 + Memory LOAD, address 0x00000000002000f9, size 1, value 00 + Memory LOAD, address 0x00000000002000fa, size 1, value 00 + Memory LOAD, address 0x00000000002000fb, size 1, value 00 + Memory LOAD, address 0x00000000002000fc, size 1, value 00 + Memory LOAD, address 0x00000000002000fd, size 1, value 00 + Memory LOAD, address 0x00000000002000fe, size 1, value 00 + Memory LOAD, address 0x00000000002000ff, size 1, value 00 + Memory LOAD, address 0x0000000000200100, size 1, value 00 + Memory LOAD, address 0x0000000000200101, size 1, value 00 + Memory LOAD, address 0x0000000000200102, size 1, value 00 + Memory LOAD, address 0x0000000000200103, size 1, value 00 + Memory LOAD, address 0x0000000000200104, size 1, value 00 + Memory LOAD, address 0x0000000000200105, size 1, value 00 + Memory LOAD, address 0x0000000000200106, size 1, value 00 + Memory LOAD, address 0x0000000000200107, size 1, value 00 + Memory LOAD, address 0x0000000000200108, size 1, value 00 + Memory LOAD, address 0x0000000000200109, size 1, value 00 + Memory LOAD, address 0x000000000020010a, size 1, value 00 + Memory LOAD, address 0x000000000020010b, size 1, value 00 + Memory LOAD, address 0x000000000020010c, size 1, value 00 + Memory LOAD, address 0x000000000020010d, size 1, value 00 +Emulation terminated with status 0x00000001, flags: 0x0, 0 NOPs, 0 NULLs, 273 total instructions, 3 unique instructions diff --git a/bdshemu_test/x86/basic/test_64_basic04.test b/bdshemu_test/x86/basic/test_64_basic04.test new file mode 100644 index 0000000..ebf5800 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_basic04.test @@ -0,0 +1 @@ +H5ùÿÿÿ¹ÿÿÿÿó¬ \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_basic05.asm b/bdshemu_test/x86/basic/test_64_basic05.asm new file mode 100644 index 0000000..5135b80 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_basic05.asm @@ -0,0 +1,8 @@ + + bits 64 + +_xxx: + lea rbp, [rel _xxx] + sub rbp, 1 + jmp rbp + \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_basic05.result b/bdshemu_test/x86/basic/test_64_basic05.result new file mode 100644 index 0000000..0d72b82 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_basic05.result @@ -0,0 +1,31 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 488D2DF9FFFFFF LEA rbp, [rel 0x200000] + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000200000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200007 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200007 4883ED01 SUB rbp, 0x0000000000000001 + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x00000000001fffff RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000b RFLAGS = 0x0000000000000206 CF:0 PF:1 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000b FFE5 JMP rbp +Emulation terminated with status 0x00000002, flags: 0x0, 0 NOPs, 0 NULLs, 4 total instructions, 3 unique instructions diff --git a/bdshemu_test/x86/basic/test_64_basic05.test b/bdshemu_test/x86/basic/test_64_basic05.test new file mode 100644 index 0000000..e1cb976 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_basic05.test @@ -0,0 +1 @@ +H-ùÿÿÿHƒíÿå \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_basic06.asm b/bdshemu_test/x86/basic/test_64_basic06.asm new file mode 100644 index 0000000..47af3f1 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_basic06.asm @@ -0,0 +1,12 @@ + + bits 64 + +_xxx: + jmp _yyy + + nop + nop + nop + +_yyy: + jmp _xxx - 1 \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_basic06.result b/bdshemu_test/x86/basic/test_64_basic06.result new file mode 100644 index 0000000..bd9f6ef --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_basic06.result @@ -0,0 +1,22 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 EB03 JMP 0x200005 + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200005 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200005 EBF8 JMP 0x1fffff + Loop BEGIN from RIP 0x0000000000200005, TARGET 0x00000000001fffff, ITER 1 +Emulation terminated with status 0x00000002, flags: 0x0, 0 NOPs, 0 NULLs, 3 total instructions, 2 unique instructions diff --git a/bdshemu_test/x86/basic/test_64_basic06.test b/bdshemu_test/x86/basic/test_64_basic06.test new file mode 100644 index 0000000..dce5a43 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_basic06.test @@ -0,0 +1 @@ +ëëø \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_basic07.asm b/bdshemu_test/x86/basic/test_64_basic07.asm new file mode 100644 index 0000000..9e47b34 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_basic07.asm @@ -0,0 +1,4 @@ + + bits 64 + + int3 \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_basic07.result b/bdshemu_test/x86/basic/test_64_basic07.result new file mode 100644 index 0000000..225510f --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_basic07.result @@ -0,0 +1,11 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 CC INT3 +Emulation terminated with status 0x0000000a, flags: 0x0, 0 NOPs, 0 NULLs, 2 total instructions, 1 unique instructions diff --git a/bdshemu_test/x86/basic/test_64_basic07.test b/bdshemu_test/x86/basic/test_64_basic07.test new file mode 100644 index 0000000..d50394e --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_basic07.test @@ -0,0 +1 @@ +Ì \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_basic08.asm b/bdshemu_test/x86/basic/test_64_basic08.asm new file mode 100644 index 0000000..0d36923 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_basic08.asm @@ -0,0 +1,6 @@ + + bits 64 + + nop + nop + db 0x0f, 0x0f, 0x0f, 0x0f \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_basic08.result b/bdshemu_test/x86/basic/test_64_basic08.result new file mode 100644 index 0000000..2f6feb8 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_basic08.result @@ -0,0 +1,21 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200001 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200001 90 NOP +Emulation terminated with status 0x00000010, flags: 0x0, 2 NOPs, 0 NULLs, 3 total instructions, 2 unique instructions diff --git a/bdshemu_test/x86/basic/test_64_basic08.test b/bdshemu_test/x86/basic/test_64_basic08.test new file mode 100644 index 0000000..65c9e7e --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_basic08.test @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_basic09.asm b/bdshemu_test/x86/basic/test_64_basic09.asm new file mode 100644 index 0000000..626a753 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_basic09.asm @@ -0,0 +1,6 @@ + + bits 64 + + mov rax, 0xFFFFFFFFFFFFFFF0 + mov rax, qword [rax + 0x7FFFFFFF] + retn \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_basic09.result b/bdshemu_test/x86/basic/test_64_basic09.result new file mode 100644 index 0000000..829dee7 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_basic09.result @@ -0,0 +1,21 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 48C7C0F0FFFFFF MOV rax, 0xfffffffffffffff0 + RAX = 0xfffffffffffffff0 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200007 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200007 488B80FFFFFF7F MOV rax, qword ptr [rax+0x7fffffff] +Emulation terminated with status 0x00000001, flags: 0x0, 0 NOPs, 0 NULLs, 2 total instructions, 2 unique instructions diff --git a/bdshemu_test/x86/basic/test_64_basic09.test b/bdshemu_test/x86/basic/test_64_basic09.test new file mode 100644 index 0000000..bcaa3a2 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_basic09.test @@ -0,0 +1 @@ +HÇÀðÿÿÿH‹€ÿÿÿà \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_bitscan01.asm b/bdshemu_test/x86/basic/test_64_bitscan01.asm new file mode 100644 index 0000000..d8ee543 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_bitscan01.asm @@ -0,0 +1,80 @@ + bits 64 + + global _start + + section .text + +_start: + nop + xor eax, eax + bsf ax, ax + + nop + xor eax, eax + bsf eax, eax + + nop + xor eax, eax + bsf rax, rax + + nop + xor eax, eax + bsr ax, ax + + nop + xor eax, eax + bsr eax, eax + + nop + xor eax, eax + bsr rax, rax + + nop + mov eax, 0x00010000 + bsf ax, ax + + nop + mov eax, 0x00010000 + bsf eax, eax + + nop + mov eax, 0x00010000 + bsf rax, rax + + nop + mov eax, 0x00010000 + bsr ax, ax + + nop + mov eax, 0x00010000 + bsr eax, eax + + nop + mov eax, 0x00010000 + bsr rax, rax + + nop + mov rax, 0xF000000000000000 + bsf ax, ax + + nop + mov rax, 0xF000000000000000 + bsf eax, eax + + nop + mov rax, 0xF000000000000000 + bsf rax, rax + + nop + mov rax, 0xF000000000000000 + bsr ax, ax + + nop + mov rax, 0xF000000000000000 + bsr eax, eax + + nop + mov rax, 0xF000000000000000 + bsr rax, rax + + int3 \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_bitscan01.result b/bdshemu_test/x86/basic/test_64_bitscan01.result new file mode 100644 index 0000000..7413015 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_bitscan01.result @@ -0,0 +1,551 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200001 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200001 31C0 XOR eax, eax + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200003 RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200003 660FBCC0 BSF ax, ax + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200007 RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200007 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200008 RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200008 31C0 XOR eax, eax + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000a RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000a 0FBCC0 BSF eax, eax + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000d RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000e RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000e 31C0 XOR eax, eax + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200010 RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200010 480FBCC0 BSF rax, rax + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200014 RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200014 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200015 RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200015 31C0 XOR eax, eax + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200017 RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200017 660FBDC0 BSR ax, ax + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020001b RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020001b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020001c RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020001c 31C0 XOR eax, eax + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020001e RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020001e 0FBDC0 BSR eax, eax + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200021 RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200021 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200022 RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200022 31C0 XOR eax, eax + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200024 RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200024 480FBDC0 BSR rax, rax + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200028 RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200028 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200029 RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200029 B800000100 MOV eax, 0x00010000 + RAX = 0x0000000000010000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020002e RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020002e 660FBCC0 BSF ax, ax + RAX = 0x0000000000010000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200032 RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200032 90 NOP + RAX = 0x0000000000010000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200033 RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200033 B800000100 MOV eax, 0x00010000 + RAX = 0x0000000000010000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200038 RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200038 0FBCC0 BSF eax, eax + RAX = 0x0000000000000010 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020003b RFLAGS = 0x0000000000000206 CF:0 PF:1 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020003b 90 NOP + RAX = 0x0000000000000010 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020003c RFLAGS = 0x0000000000000206 CF:0 PF:1 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020003c B800000100 MOV eax, 0x00010000 + RAX = 0x0000000000010000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200041 RFLAGS = 0x0000000000000206 CF:0 PF:1 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200041 480FBCC0 BSF rax, rax + RAX = 0x0000000000000010 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200045 RFLAGS = 0x0000000000000206 CF:0 PF:1 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200045 90 NOP + RAX = 0x0000000000000010 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200046 RFLAGS = 0x0000000000000206 CF:0 PF:1 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200046 B800000100 MOV eax, 0x00010000 + RAX = 0x0000000000010000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020004b RFLAGS = 0x0000000000000206 CF:0 PF:1 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020004b 660FBDC0 BSR ax, ax + RAX = 0x0000000000010000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020004f RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020004f 90 NOP + RAX = 0x0000000000010000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200050 RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200050 B800000100 MOV eax, 0x00010000 + RAX = 0x0000000000010000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200055 RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200055 0FBDC0 BSR eax, eax + RAX = 0x0000000000000010 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200058 RFLAGS = 0x0000000000000206 CF:0 PF:1 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200058 90 NOP + RAX = 0x0000000000000010 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200059 RFLAGS = 0x0000000000000206 CF:0 PF:1 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200059 B800000100 MOV eax, 0x00010000 + RAX = 0x0000000000010000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020005e RFLAGS = 0x0000000000000206 CF:0 PF:1 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020005e 480FBDC0 BSR rax, rax + RAX = 0x0000000000000010 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200062 RFLAGS = 0x0000000000000206 CF:0 PF:1 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200062 90 NOP + RAX = 0x0000000000000010 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200063 RFLAGS = 0x0000000000000206 CF:0 PF:1 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200063 48B800000000000000F0 MOV rax, 0xf000000000000000 + RAX = 0xf000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020006d RFLAGS = 0x0000000000000206 CF:0 PF:1 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020006d 660FBCC0 BSF ax, ax + RAX = 0xf000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200071 RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200071 90 NOP + RAX = 0xf000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200072 RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200072 48B800000000000000F0 MOV rax, 0xf000000000000000 + RAX = 0xf000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020007c RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020007c 0FBCC0 BSF eax, eax + RAX = 0xf000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020007f RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020007f 90 NOP + RAX = 0xf000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200080 RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200080 48B800000000000000F0 MOV rax, 0xf000000000000000 + RAX = 0xf000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020008a RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020008a 480FBCC0 BSF rax, rax + RAX = 0x000000000000003c RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020008e RFLAGS = 0x0000000000000206 CF:0 PF:1 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020008e 90 NOP + RAX = 0x000000000000003c RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020008f RFLAGS = 0x0000000000000206 CF:0 PF:1 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020008f 48B800000000000000F0 MOV rax, 0xf000000000000000 + RAX = 0xf000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200099 RFLAGS = 0x0000000000000206 CF:0 PF:1 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200099 660FBDC0 BSR ax, ax + RAX = 0xf000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020009d RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020009d 90 NOP + RAX = 0xf000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020009e RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020009e 48B800000000000000F0 MOV rax, 0xf000000000000000 + RAX = 0xf000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000a8 RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000a8 0FBDC0 BSR eax, eax + RAX = 0xf000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000ab RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000ab 90 NOP + RAX = 0xf000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000ac RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000ac 48B800000000000000F0 MOV rax, 0xf000000000000000 + RAX = 0xf000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000b6 RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000b6 480FBDC0 BSR rax, rax + RAX = 0x000000000000003f RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000ba RFLAGS = 0x0000000000000206 CF:0 PF:1 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000ba CC INT3 +Emulation terminated with status 0x0000000a, flags: 0x0, 1 NOPs, 0 NULLs, 56 total instructions, 55 unique instructions diff --git a/bdshemu_test/x86/basic/test_64_bitscan01.test b/bdshemu_test/x86/basic/test_64_bitscan01.test new file mode 100644 index 0000000000000000000000000000000000000000..86eee78e61e32db054d109c7d63c78767bb9e5a7 GIT binary patch literal 187 zcmbPWcp!~`&w&Ys2Oy*egi7Pz3l;;D9w5#R1_nk3uu?D!qzudeYk*3^l)=@5b$S40 e!QcZ}JAw-`1Hl6ugy4c*fZ&3RMDRf7o&f;IIzVgy literal 0 HcmV?d00001 diff --git a/bdshemu_test/x86/basic/test_64_branch1.asm b/bdshemu_test/x86/basic/test_64_branch1.asm new file mode 100644 index 0000000..818100a --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_branch1.asm @@ -0,0 +1,10 @@ + + bits 64 + + mov eax, 0xFFFFFFFF + add eax, 1 ; Will set CF + jc _skip + lea rsi, [rel _skip] + mov byte [rsi], 0xCC +_skip: + retn \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_branch1.result b/bdshemu_test/x86/basic/test_64_branch1.result new file mode 100644 index 0000000..fb1a62e --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_branch1.result @@ -0,0 +1,42 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 B8FFFFFFFF MOV eax, 0xffffffff + RAX = 0x00000000ffffffff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200005 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200005 83C001 ADD eax, 0x00000001 + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200008 RFLAGS = 0x0000000000000247 CF:1 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200008 720A JC 0x200014 + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200014 RFLAGS = 0x0000000000000247 CF:1 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200014 C3 RETN + Memory LOAD, address 0x00000000001fe000, size 8, value 0000000000000000 +Emulation terminated with status 0x00000002, flags: 0x0, 0 NOPs, 0 NULLs, 5 total instructions, 4 unique instructions diff --git a/bdshemu_test/x86/basic/test_64_branch1.test b/bdshemu_test/x86/basic/test_64_branch1.test new file mode 100644 index 0000000000000000000000000000000000000000..4a88ed5a429d6e39e2b5468239bbbdc706639841 GIT binary patch literal 21 bcmdn-9|)QcFcxun^qMj=FfbfrJ98KSg0~6X literal 0 HcmV?d00001 diff --git a/bdshemu_test/x86/basic/test_64_branch2.asm b/bdshemu_test/x86/basic/test_64_branch2.asm new file mode 100644 index 0000000..0cf4c09 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_branch2.asm @@ -0,0 +1,10 @@ + + bits 64 + + mov eax, 0xFFFFFFFF + add eax, 1 ; Will set CF + jnc _skip + lea rsi, [rel _skip] + mov byte [rsi], 0xCC +_skip: + retn \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_branch2.result b/bdshemu_test/x86/basic/test_64_branch2.result new file mode 100644 index 0000000..128ff7e --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_branch2.result @@ -0,0 +1,63 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 B8FFFFFFFF MOV eax, 0xffffffff + RAX = 0x00000000ffffffff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200005 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200005 83C001 ADD eax, 0x00000001 + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200008 RFLAGS = 0x0000000000000247 CF:1 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200008 730A JNC 0x200014 + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000a RFLAGS = 0x0000000000000247 CF:1 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000a 488D3503000000 LEA rsi, [rel 0x200014] + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000200014 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200011 RFLAGS = 0x0000000000000247 CF:1 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200011 C606CC MOV byte ptr [rsi], 0xcc + Memory STOR, address 0x0000000000200014, size 1, value CC + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000200014 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200014 RFLAGS = 0x0000000000000247 CF:1 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200014 CC INT3 +Emulation terminated with status 0x0000000a, flags: 0x4, 0 NOPs, 0 NULLs, 7 total instructions, 6 unique instructions + SHEMU_FLAG_WRITE_SELF diff --git a/bdshemu_test/x86/basic/test_64_branch2.test b/bdshemu_test/x86/basic/test_64_branch2.test new file mode 100644 index 0000000000000000000000000000000000000000..7918322b24004ebc93c33ead0d47274b0da141ac GIT binary patch literal 21 bcmdn-9|)QcFcx!p^qMj=FfbfrJ98KSg2V~l literal 0 HcmV?d00001 diff --git a/bdshemu_test/x86/basic/test_64_branch3.asm b/bdshemu_test/x86/basic/test_64_branch3.asm new file mode 100644 index 0000000..0b5ded3 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_branch3.asm @@ -0,0 +1,9 @@ + + bits 64 + + xor eax, eax + jz _skip + lea rsi, [rel _skip] + mov byte [rsi], 0xCC +_skip: + retn \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_branch3.result b/bdshemu_test/x86/basic/test_64_branch3.result new file mode 100644 index 0000000..3923e93 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_branch3.result @@ -0,0 +1,32 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 31C0 XOR eax, eax + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200002 RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200002 740A JZ 0x20000e + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000e RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000e C3 RETN + Memory LOAD, address 0x00000000001fe000, size 8, value 0000000000000000 +Emulation terminated with status 0x00000002, flags: 0x0, 0 NOPs, 0 NULLs, 4 total instructions, 3 unique instructions diff --git a/bdshemu_test/x86/basic/test_64_branch3.test b/bdshemu_test/x86/basic/test_64_branch3.test new file mode 100644 index 0000000000000000000000000000000000000000..6f5f5bdb7e3c941d6565342af447853494ff88ff GIT binary patch literal 15 WcmXp!P{QTWYs$>Pz;KN1%wYf{-UQeH literal 0 HcmV?d00001 diff --git a/bdshemu_test/x86/basic/test_64_branch4.asm b/bdshemu_test/x86/basic/test_64_branch4.asm new file mode 100644 index 0000000..b73c298 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_branch4.asm @@ -0,0 +1,9 @@ + + bits 64 + + xor eax, eax + jnz _skip + lea rsi, [rel _skip] + mov byte [rsi], 0xCC +_skip: + retn \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_branch4.result b/bdshemu_test/x86/basic/test_64_branch4.result new file mode 100644 index 0000000..978140a --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_branch4.result @@ -0,0 +1,53 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 31C0 XOR eax, eax + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200002 RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200002 750A JNZ 0x20000e + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200004 RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200004 488D3503000000 LEA rsi, [rel 0x20000e] + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x000000000020000e RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000b RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000b C606CC MOV byte ptr [rsi], 0xcc + Memory STOR, address 0x000000000020000e, size 1, value CC + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x000000000020000e RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000e RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000e CC INT3 +Emulation terminated with status 0x0000000a, flags: 0x4, 0 NOPs, 0 NULLs, 6 total instructions, 5 unique instructions + SHEMU_FLAG_WRITE_SELF diff --git a/bdshemu_test/x86/basic/test_64_branch4.test b/bdshemu_test/x86/basic/test_64_branch4.test new file mode 100644 index 0000000000000000000000000000000000000000..fc5af4d8f336fdf51c49e26ede3f6ade8cdd9405 GIT binary patch literal 15 WcmXp!P|D@eYs$>Pz;KN1%wYf{>jc>V literal 0 HcmV?d00001 diff --git a/bdshemu_test/x86/basic/test_64_branch_boundary01.asm b/bdshemu_test/x86/basic/test_64_branch_boundary01.asm new file mode 100644 index 0000000..f96e3ac --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_branch_boundary01.asm @@ -0,0 +1,8 @@ + + bits 64 + + call $+4 + db 0xC0 + pop rbp + nop + int3 diff --git a/bdshemu_test/x86/basic/test_64_branch_boundary01.result b/bdshemu_test/x86/basic/test_64_branch_boundary01.result new file mode 100644 index 0000000..ee52591 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_branch_boundary01.result @@ -0,0 +1,54 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 E8FFFFFFFF CALL 0x200004 + Memory STOR, address 0x00000000001fdff8, size 8, value 0500200000000000 + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fdff8 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200004 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200004 FFC0 INC eax + RAX = 0x0000000000000001 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fdff8 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200006 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200006 5D POP rbp + Memory LOAD, address 0x00000000001fdff8, size 8, value 0500200000000000 + RAX = 0x0000000000000001 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000200005 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200007 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200007 90 NOP + RAX = 0x0000000000000001 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000200005 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200008 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200008 CC INT3 +Emulation terminated with status 0x0000000a, flags: 0x2, 0 NOPs, 0 NULLs, 6 total instructions, 5 unique instructions + SHEMU_FLAG_LOAD_RIP diff --git a/bdshemu_test/x86/basic/test_64_branch_boundary01.test b/bdshemu_test/x86/basic/test_64_branch_boundary01.test new file mode 100644 index 0000000..1e54bc7 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_branch_boundary01.test @@ -0,0 +1 @@ +èÿÿÿÿÀ]Ì \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_branch_boundary02.asm b/bdshemu_test/x86/basic/test_64_branch_boundary02.asm new file mode 100644 index 0000000..33b9764 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_branch_boundary02.asm @@ -0,0 +1,12 @@ + + bits 64 + + mov rax, 0x04EB909090909090 + jmp $-8 + nop + nop + nop + nop + int3 + + diff --git a/bdshemu_test/x86/basic/test_64_branch_boundary02.result b/bdshemu_test/x86/basic/test_64_branch_boundary02.result new file mode 100644 index 0000000..c750b8d --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_branch_boundary02.result @@ -0,0 +1,123 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 48B8909090909090EB04 MOV rax, 0x04eb909090909090 + RAX = 0x04eb909090909090 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000a EBF6 JMP 0x200002 + Loop BEGIN from RIP 0x000000000020000a, TARGET 0x0000000000200002, ITER 1 + RAX = 0x04eb909090909090 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200002 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200002 90 NOP + RAX = 0x04eb909090909090 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200003 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200003 90 NOP + RAX = 0x04eb909090909090 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200004 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200004 90 NOP + RAX = 0x04eb909090909090 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200005 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200005 90 NOP + RAX = 0x04eb909090909090 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200006 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200006 90 NOP + RAX = 0x04eb909090909090 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200007 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200007 90 NOP + RAX = 0x04eb909090909090 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200008 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200008 EB04 JMP 0x20000e + Loop BREAK from RIP 0x000000000020000a, TARGET 0x0000000000200002, ITER 1 + RAX = 0x04eb909090909090 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000e 90 NOP + RAX = 0x04eb909090909090 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000f 90 NOP + RAX = 0x04eb909090909090 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200010 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200010 CC INT3 +Emulation terminated with status 0x0000000a, flags: 0x0, 0 NOPs, 0 NULLs, 13 total instructions, 12 unique instructions diff --git a/bdshemu_test/x86/basic/test_64_branch_boundary02.test b/bdshemu_test/x86/basic/test_64_branch_boundary02.test new file mode 100644 index 0000000..bee7561 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_branch_boundary02.test @@ -0,0 +1 @@ +H¸ëëöÌ \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_bswap01.asm b/bdshemu_test/x86/basic/test_64_bswap01.asm new file mode 100644 index 0000000..1501ec3 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_bswap01.asm @@ -0,0 +1,21 @@ + bits 64 + + global _start + + section .text + +_start: + nop + mov rax, 0x1122334455667788 + db 0x66 + bswap eax + + nop + mov rax, 0x1122334455667788 + bswap eax + + nop + mov rax, 0x1122334455667788 + bswap rax + + int3 \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_bswap01.result b/bdshemu_test/x86/basic/test_64_bswap01.result new file mode 100644 index 0000000..21a5b52 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_bswap01.result @@ -0,0 +1,101 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200001 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200001 48B88877665544332211 MOV rax, 0x1122334455667788 + RAX = 0x1122334455667788 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000b 660FC8 BSWAP ax + RAX = 0x1122334455660000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000e 90 NOP + RAX = 0x1122334455660000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000f 48B88877665544332211 MOV rax, 0x1122334455667788 + RAX = 0x1122334455667788 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200019 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200019 0FC8 BSWAP eax + RAX = 0x0000000088776655 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020001b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020001b 90 NOP + RAX = 0x0000000088776655 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020001c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020001c 48B88877665544332211 MOV rax, 0x1122334455667788 + RAX = 0x1122334455667788 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200026 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200026 480FC8 BSWAP rax + RAX = 0x8877665544332211 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200029 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200029 CC INT3 +Emulation terminated with status 0x0000000a, flags: 0x0, 1 NOPs, 0 NULLs, 11 total instructions, 10 unique instructions diff --git a/bdshemu_test/x86/basic/test_64_bswap01.test b/bdshemu_test/x86/basic/test_64_bswap01.test new file mode 100644 index 0000000..f8481b5 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_bswap01.test @@ -0,0 +1 @@ +H¸ˆwfUD3"fÈH¸ˆwfUD3"ÈH¸ˆwfUD3"HÈÌ \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_cmov.asm b/bdshemu_test/x86/basic/test_64_cmov.asm new file mode 100644 index 0000000..b5bbfcb --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_cmov.asm @@ -0,0 +1,14 @@ + bits 64 + + global _start + + section .text + +_start: + xor eax, eax + mov rcx, 0xffffffffffffffff + mov rbx, 0x0000000011111111 + + cmovnz ecx, ebx + + int3 \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_cmov.result b/bdshemu_test/x86/basic/test_64_cmov.result new file mode 100644 index 0000000..80e9b1d --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_cmov.result @@ -0,0 +1,51 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 31C0 XOR eax, eax + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200002 RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200002 48C7C1FFFFFFFF MOV rcx, 0xffffffffffffffff + RAX = 0x0000000000000000 RCX = 0xffffffffffffffff RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200009 RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200009 BB11111111 MOV ebx, 0x11111111 + RAX = 0x0000000000000000 RCX = 0xffffffffffffffff RDX = 0x0000000000000000 RBX = 0x0000000011111111 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000e RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000e 0F45CB CMOVNZ ecx, ebx + RAX = 0x0000000000000000 RCX = 0x00000000ffffffff RDX = 0x0000000000000000 RBX = 0x0000000011111111 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200011 RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200011 CC INT3 +Emulation terminated with status 0x0000000a, flags: 0x0, 0 NOPs, 0 NULLs, 6 total instructions, 5 unique instructions diff --git a/bdshemu_test/x86/basic/test_64_cmov.test b/bdshemu_test/x86/basic/test_64_cmov.test new file mode 100644 index 0000000..f5970a5 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_cmov.test @@ -0,0 +1 @@ +1ÀHÇÁÿÿÿÿ»EËÌ \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_cmpxchg01.asm b/bdshemu_test/x86/basic/test_64_cmpxchg01.asm new file mode 100644 index 0000000..7982611 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_cmpxchg01.asm @@ -0,0 +1,26 @@ + bits 64 + + global _start + + section .text + +_start: + nop + mov eax, 0x11111111 + mov ecx, 0x22222222 + mov edx, 0x33333333 + cmpxchg edx, ecx + + nop + mov eax, 0x11111111 + mov ecx, 0x22222222 + mov edx, 0x00000000 + cmpxchg edx, ecx + + nop + mov eax, 0x11111111 + mov ecx, 0x22222222 + mov edx, 0x11111111 + cmpxchg edx, ecx + + int3 \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_cmpxchg01.result b/bdshemu_test/x86/basic/test_64_cmpxchg01.result new file mode 100644 index 0000000..167c72c --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_cmpxchg01.result @@ -0,0 +1,161 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200001 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200001 B811111111 MOV eax, 0x11111111 + RAX = 0x0000000011111111 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200006 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200006 B922222222 MOV ecx, 0x22222222 + RAX = 0x0000000011111111 RCX = 0x0000000022222222 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000b BA33333333 MOV edx, 0x33333333 + RAX = 0x0000000011111111 RCX = 0x0000000022222222 RDX = 0x0000000033333333 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200010 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200010 0FB1CA CMPXCHG edx, ecx + RAX = 0x0000000033333333 RCX = 0x0000000022222222 RDX = 0x0000000033333333 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200013 RFLAGS = 0x0000000000000287 CF:1 PF:1 AF:0 ZF:0 SF:1 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200013 90 NOP + RAX = 0x0000000033333333 RCX = 0x0000000022222222 RDX = 0x0000000033333333 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200014 RFLAGS = 0x0000000000000287 CF:1 PF:1 AF:0 ZF:0 SF:1 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200014 B811111111 MOV eax, 0x11111111 + RAX = 0x0000000011111111 RCX = 0x0000000022222222 RDX = 0x0000000033333333 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200019 RFLAGS = 0x0000000000000287 CF:1 PF:1 AF:0 ZF:0 SF:1 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200019 B922222222 MOV ecx, 0x22222222 + RAX = 0x0000000011111111 RCX = 0x0000000022222222 RDX = 0x0000000033333333 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020001e RFLAGS = 0x0000000000000287 CF:1 PF:1 AF:0 ZF:0 SF:1 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020001e BA00000000 MOV edx, 0x00000000 + RAX = 0x0000000011111111 RCX = 0x0000000022222222 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200023 RFLAGS = 0x0000000000000287 CF:1 PF:1 AF:0 ZF:0 SF:1 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200023 0FB1CA CMPXCHG edx, ecx + RAX = 0x0000000000000000 RCX = 0x0000000022222222 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200026 RFLAGS = 0x0000000000000206 CF:0 PF:1 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200026 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000022222222 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200027 RFLAGS = 0x0000000000000206 CF:0 PF:1 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200027 B811111111 MOV eax, 0x11111111 + RAX = 0x0000000011111111 RCX = 0x0000000022222222 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020002c RFLAGS = 0x0000000000000206 CF:0 PF:1 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020002c B922222222 MOV ecx, 0x22222222 + RAX = 0x0000000011111111 RCX = 0x0000000022222222 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200031 RFLAGS = 0x0000000000000206 CF:0 PF:1 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200031 BA11111111 MOV edx, 0x11111111 + RAX = 0x0000000011111111 RCX = 0x0000000022222222 RDX = 0x0000000011111111 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200036 RFLAGS = 0x0000000000000206 CF:0 PF:1 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200036 0FB1CA CMPXCHG edx, ecx + RAX = 0x0000000011111111 RCX = 0x0000000022222222 RDX = 0x0000000022222222 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200039 RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200039 CC INT3 +Emulation terminated with status 0x0000000a, flags: 0x0, 1 NOPs, 0 NULLs, 17 total instructions, 16 unique instructions diff --git a/bdshemu_test/x86/basic/test_64_cmpxchg01.test b/bdshemu_test/x86/basic/test_64_cmpxchg01.test new file mode 100644 index 0000000000000000000000000000000000000000..6fcb36c1b757149a81ceb67ac8ef455ac1ece215 GIT binary patch literal 58 jcmbQRLl6jdDgnVRV<6z)cxnQY5CagP34zoDh0Xu~?%@#- literal 0 HcmV?d00001 diff --git a/bdshemu_test/x86/basic/test_64_div.asm b/bdshemu_test/x86/basic/test_64_div.asm new file mode 100644 index 0000000..5110803 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_div.asm @@ -0,0 +1,6 @@ + bits 64 + + mov rax, 0xBDBDBDBDBDBDBDBD + xor ax, ax + div ax + retn \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_div.result b/bdshemu_test/x86/basic/test_64_div.result new file mode 100644 index 0000000..a88aebb --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_div.result @@ -0,0 +1,31 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 48B8BDBDBDBDBDBDBDBD MOV rax, 0xbdbdbdbdbdbdbdbd + RAX = 0xbdbdbdbdbdbdbdbd RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000a 6631C0 XOR ax, ax + RAX = 0xbdbdbdbdbdbd0000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000d RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000d 66F7F0 DIV ax +Emulation terminated with status 0x0000000a, flags: 0x0, 0 NOPs, 0 NULLs, 4 total instructions, 3 unique instructions diff --git a/bdshemu_test/x86/basic/test_64_div.test b/bdshemu_test/x86/basic/test_64_div.test new file mode 100644 index 0000000..4466ccf --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_div.test @@ -0,0 +1 @@ +H¸½½½½½½½½f1Àf÷ðà \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_div2.asm b/bdshemu_test/x86/basic/test_64_div2.asm new file mode 100644 index 0000000..d7cab6d --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_div2.asm @@ -0,0 +1,6 @@ + bits 64 + + MOV edx, 0x80000000 + NOT edi + IDIV edi + RETN \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_div2.result b/bdshemu_test/x86/basic/test_64_div2.result new file mode 100644 index 0000000..2d79bc9 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_div2.result @@ -0,0 +1,31 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 BA00000080 MOV edx, 0x80000000 + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000080000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200005 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200005 F7D7 NOT edi + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000080000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x00000000ffffffff + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200007 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200007 F7FF IDIV edi +Emulation terminated with status 0x0000000a, flags: 0x0, 0 NOPs, 0 NULLs, 4 total instructions, 3 unique instructions diff --git a/bdshemu_test/x86/basic/test_64_div2.test b/bdshemu_test/x86/basic/test_64_div2.test new file mode 100644 index 0000000000000000000000000000000000000000..2775074df83b33eb8fc8441ae3d49bedef2c6c59 GIT binary patch literal 10 RcmdnRz`)S({rdO+hXEKP1;PLT literal 0 HcmV?d00001 diff --git a/bdshemu_test/x86/basic/test_64_eicar.asm b/bdshemu_test/x86/basic/test_64_eicar.asm new file mode 100644 index 0000000..7aa4c6f --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_eicar.asm @@ -0,0 +1,10 @@ + + bits 64 + + retn + +dq 0 +db "X5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*" +dq 0 + +db "This is a HVI test file",0 \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_eicar.result b/bdshemu_test/x86/basic/test_64_eicar.result new file mode 100644 index 0000000..8157299 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_eicar.result @@ -0,0 +1,12 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 C3 RETN + Memory LOAD, address 0x00000000001fe000, size 8, value 0000000000000000 +Emulation terminated with status 0x00000002, flags: 0x0, 0 NOPs, 0 NULLs, 2 total instructions, 1 unique instructions diff --git a/bdshemu_test/x86/basic/test_64_eicar.test b/bdshemu_test/x86/basic/test_64_eicar.test new file mode 100644 index 0000000000000000000000000000000000000000..f5714196369c0a3008c915fa21d95bd8cebb938a GIT binary patch literal 109 zcmX@i00j}I{)z#r4vqoQCNTj~5vC>@0dbn<&d!?VwJNTj&W=I4!6A-*E{;Jix{iJ! zo?)Irp~1Q#uE8O?Zk|4_iYgx39$GN7LNYRo6@VyF!6VF5p(M4qL?JCRCzSyJYw{Y7 literal 0 HcmV?d00001 diff --git a/bdshemu_test/x86/basic/test_64_flags.asm b/bdshemu_test/x86/basic/test_64_flags.asm new file mode 100644 index 0000000..d20d022 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_flags.asm @@ -0,0 +1,41 @@ + + bits 64 + + xor eax, eax + mov eax, 0xFFFFFFFF + add eax, 1 + + xor eax, eax + mov eax, 0xFFFFFFFF + add eax, 1 + adc eax, 0 + + xor eax, eax + sub eax, 1 + sbb eax, 0 + + xor eax, eax + mov eax, 0xBDBDBDBD + rol eax, 16 + + xor eax, eax + mov eax, 0xBDBDBDBD + ror eax, 24 + + xor eax, eax + mov eax, 0xBDBDBDBD + rcl eax, 24 + + xor eax, eax + mov eax, 0xBDBDBDBD + rcr eax, 24 + + xor eax, eax + mov eax, 0xBDBDBDBD + shl eax, 24 + + xor eax, eax + mov eax, 0xBDBDBDBD + shr eax, 24 + + retn \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_flags.result b/bdshemu_test/x86/basic/test_64_flags.result new file mode 100644 index 0000000..cea9430 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_flags.result @@ -0,0 +1,292 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 31C0 XOR eax, eax + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200002 RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200002 B8FFFFFFFF MOV eax, 0xffffffff + RAX = 0x00000000ffffffff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200007 RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200007 83C001 ADD eax, 0x00000001 + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000a RFLAGS = 0x0000000000000247 CF:1 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000a 31C0 XOR eax, eax + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000c RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000c B8FFFFFFFF MOV eax, 0xffffffff + RAX = 0x00000000ffffffff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200011 RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200011 83C001 ADD eax, 0x00000001 + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200014 RFLAGS = 0x0000000000000247 CF:1 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200014 83D000 ADC eax, 0x00000000 + RAX = 0x0000000000000001 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200017 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200017 31C0 XOR eax, eax + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200019 RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200019 83E801 SUB eax, 0x00000001 + RAX = 0x00000000ffffffff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020001c RFLAGS = 0x0000000000000287 CF:1 PF:1 AF:0 ZF:0 SF:1 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020001c 83D800 SBB eax, 0x00000000 + RAX = 0x00000000fffffffe RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020001f RFLAGS = 0x0000000000000282 CF:0 PF:0 AF:0 ZF:0 SF:1 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020001f 31C0 XOR eax, eax + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200021 RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200021 B8BDBDBDBD MOV eax, 0xbdbdbdbd + RAX = 0x00000000bdbdbdbd RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200026 RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200026 C1C010 ROL eax, 0x10 + RAX = 0x00000000bdbdbdbd RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200029 RFLAGS = 0x0000000000000247 CF:1 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200029 31C0 XOR eax, eax + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020002b RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020002b B8BDBDBDBD MOV eax, 0xbdbdbdbd + RAX = 0x00000000bdbdbdbd RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200030 RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200030 C1C818 ROR eax, 0x18 + RAX = 0x00000000bdbdbdbd RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200033 RFLAGS = 0x0000000000000247 CF:1 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200033 31C0 XOR eax, eax + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200035 RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200035 B8BDBDBDBD MOV eax, 0xbdbdbdbd + RAX = 0x00000000bdbdbdbd RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020003a RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020003a C1D018 RCL eax, 0x18 + RAX = 0x00000000bd5edede RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020003d RFLAGS = 0x0000000000000247 CF:1 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020003d 31C0 XOR eax, eax + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020003f RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020003f B8BDBDBDBD MOV eax, 0xbdbdbdbd + RAX = 0x00000000bdbdbdbd RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200044 RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200044 C1D818 RCR eax, 0x18 + RAX = 0x000000007b7b7abd RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200047 RFLAGS = 0x0000000000000247 CF:1 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200047 31C0 XOR eax, eax + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200049 RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200049 B8BDBDBDBD MOV eax, 0xbdbdbdbd + RAX = 0x00000000bdbdbdbd RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020004e RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020004e C1E018 SHL eax, 0x18 + RAX = 0x00000000bd000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200051 RFLAGS = 0x0000000000000287 CF:1 PF:1 AF:0 ZF:0 SF:1 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200051 31C0 XOR eax, eax + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200053 RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200053 B8BDBDBDBD MOV eax, 0xbdbdbdbd + RAX = 0x00000000bdbdbdbd RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200058 RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200058 C1E818 SHR eax, 0x18 + RAX = 0x00000000000000bd RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020005b RFLAGS = 0x0000000000000207 CF:1 PF:1 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020005b C3 RETN + Memory LOAD, address 0x00000000001fe000, size 8, value 0000000000000000 +Emulation terminated with status 0x00000002, flags: 0x0, 0 NOPs, 0 NULLs, 30 total instructions, 29 unique instructions diff --git a/bdshemu_test/x86/basic/test_64_flags.test b/bdshemu_test/x86/basic/test_64_flags.test new file mode 100644 index 0000000000000000000000000000000000000000..3ba2da0ca9166d36ee854ecd8a164e8142b1c1bf GIT binary patch literal 92 zcmXp!u;V`vG#_9zgtMA2Fc=j9kgLgFw0 DX`DG# literal 0 HcmV?d00001 diff --git a/bdshemu_test/x86/basic/test_64_flags2.asm b/bdshemu_test/x86/basic/test_64_flags2.asm new file mode 100644 index 0000000..6331735 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_flags2.asm @@ -0,0 +1,30 @@ + bits 64 + + mov rax, 1 + mov rcx, 2 + sub rax, rcx ; cy + mov rax, 2 + mov rcx, 1 + sub rax, rcx ; nc + mov rax, 0xffffffffffffffff + mov rcx, 1 + sub rax, rcx ; nc + mov rax, 1 + mov rcx, 0xffffffffffffffff + sub rax, rcx ; cy + mov rax, 0x7fffffffffffffff + mov rcx, 0x8000000000000000 + sub rax, rcx ; cy + mov rax, 0x8000000000000000 + mov rcx, 0x7fffffffffffffff + sub rax, rcx ; nc + + mov rax, 1 + mov rcx, 2 + add rcx, rcx ; nc + + mov rax, 0xffffffffffffffff + mov rcx, 2 + add rax, rcx ; cy + + retn \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_flags2.result b/bdshemu_test/x86/basic/test_64_flags2.result new file mode 100644 index 0000000..97604b8 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_flags2.result @@ -0,0 +1,252 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 B801000000 MOV eax, 0x00000001 + RAX = 0x0000000000000001 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200005 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200005 B902000000 MOV ecx, 0x00000002 + RAX = 0x0000000000000001 RCX = 0x0000000000000002 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000a 4829C8 SUB rax, rcx + RAX = 0xffffffffffffffff RCX = 0x0000000000000002 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000d RFLAGS = 0x0000000000000287 CF:1 PF:1 AF:0 ZF:0 SF:1 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000d B802000000 MOV eax, 0x00000002 + RAX = 0x0000000000000002 RCX = 0x0000000000000002 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200012 RFLAGS = 0x0000000000000287 CF:1 PF:1 AF:0 ZF:0 SF:1 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200012 B901000000 MOV ecx, 0x00000001 + RAX = 0x0000000000000002 RCX = 0x0000000000000001 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200017 RFLAGS = 0x0000000000000287 CF:1 PF:1 AF:0 ZF:0 SF:1 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200017 4829C8 SUB rax, rcx + RAX = 0x0000000000000001 RCX = 0x0000000000000001 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020001a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020001a 48C7C0FFFFFFFF MOV rax, 0xffffffffffffffff + RAX = 0xffffffffffffffff RCX = 0x0000000000000001 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200021 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200021 B901000000 MOV ecx, 0x00000001 + RAX = 0xffffffffffffffff RCX = 0x0000000000000001 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200026 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200026 4829C8 SUB rax, rcx + RAX = 0xfffffffffffffffe RCX = 0x0000000000000001 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200029 RFLAGS = 0x0000000000000282 CF:0 PF:0 AF:0 ZF:0 SF:1 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200029 B801000000 MOV eax, 0x00000001 + RAX = 0x0000000000000001 RCX = 0x0000000000000001 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020002e RFLAGS = 0x0000000000000282 CF:0 PF:0 AF:0 ZF:0 SF:1 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020002e 48C7C1FFFFFFFF MOV rcx, 0xffffffffffffffff + RAX = 0x0000000000000001 RCX = 0xffffffffffffffff RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200035 RFLAGS = 0x0000000000000282 CF:0 PF:0 AF:0 ZF:0 SF:1 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200035 4829C8 SUB rax, rcx + RAX = 0x0000000000000002 RCX = 0xffffffffffffffff RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200038 RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200038 48B8FFFFFFFFFFFFFF7F MOV rax, 0x7fffffffffffffff + RAX = 0x7fffffffffffffff RCX = 0xffffffffffffffff RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200042 RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200042 48B90000000000000080 MOV rcx, 0x8000000000000000 + RAX = 0x7fffffffffffffff RCX = 0x8000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020004c RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020004c 4829C8 SUB rax, rcx + RAX = 0xffffffffffffffff RCX = 0x8000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020004f RFLAGS = 0x0000000000000a87 CF:1 PF:1 AF:0 ZF:0 SF:1 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020004f 48B80000000000000080 MOV rax, 0x8000000000000000 + RAX = 0x8000000000000000 RCX = 0x8000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200059 RFLAGS = 0x0000000000000a87 CF:1 PF:1 AF:0 ZF:0 SF:1 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200059 48B9FFFFFFFFFFFFFF7F MOV rcx, 0x7fffffffffffffff + RAX = 0x8000000000000000 RCX = 0x7fffffffffffffff RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200063 RFLAGS = 0x0000000000000a87 CF:1 PF:1 AF:0 ZF:0 SF:1 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200063 4829C8 SUB rax, rcx + RAX = 0x0000000000000001 RCX = 0x7fffffffffffffff RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200066 RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200066 B801000000 MOV eax, 0x00000001 + RAX = 0x0000000000000001 RCX = 0x7fffffffffffffff RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020006b RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020006b B902000000 MOV ecx, 0x00000002 + RAX = 0x0000000000000001 RCX = 0x0000000000000002 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200070 RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200070 4801C9 ADD rcx, rcx + RAX = 0x0000000000000001 RCX = 0x0000000000000004 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200073 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200073 48C7C0FFFFFFFF MOV rax, 0xffffffffffffffff + RAX = 0xffffffffffffffff RCX = 0x0000000000000004 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020007a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020007a B902000000 MOV ecx, 0x00000002 + RAX = 0xffffffffffffffff RCX = 0x0000000000000002 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020007f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020007f 4801C8 ADD rax, rcx + RAX = 0x0000000000000001 RCX = 0x0000000000000002 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200082 RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200082 C3 RETN + Memory LOAD, address 0x00000000001fe000, size 8, value 0000000000000000 +Emulation terminated with status 0x00000002, flags: 0x0, 0 NOPs, 0 NULLs, 26 total instructions, 25 unique instructions diff --git a/bdshemu_test/x86/basic/test_64_flags2.test b/bdshemu_test/x86/basic/test_64_flags2.test new file mode 100644 index 0000000000000000000000000000000000000000..23a877c6ceb216f578a3269143cd11f62dac964e GIT binary patch literal 131 zcmYLC+Y!JZ2m`n2CTvy5g1>rxXs5CXp4WT;d0cQ6kti5;P3I0OAU2)_9O@~LMvboX a0B#H9iJJ1hL1Oy|p!oly?+A iA{CA&M~Uc&iPIf(Y);!@J4VtSvzk2rsKK^nANU)gNKe!N literal 0 HcmV?d00001 diff --git a/bdshemu_test/x86/basic/test_64_imul01.asm b/bdshemu_test/x86/basic/test_64_imul01.asm new file mode 100644 index 0000000..849badf --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_imul01.asm @@ -0,0 +1,23 @@ + bits 64 + + global _start + + section .text + +_start: + nop + mov eax, 0x01000000 + mov edx, 0xffffff60 + imul edx + + nop + mov eax, 0x01000000 + mov edx, 0xffffff60 + imul eax, edx + + nop + mov edx, 0xffffff60 + imul eax, edx, 0x01000000 + + + int3 \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_imul01.result b/bdshemu_test/x86/basic/test_64_imul01.result new file mode 100644 index 0000000..0c3d43b --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_imul01.result @@ -0,0 +1,121 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200001 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200001 B800000001 MOV eax, 0x01000000 + RAX = 0x0000000001000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200006 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200006 BA60FFFFFF MOV edx, 0xffffff60 + RAX = 0x0000000001000000 RCX = 0x0000000000000000 RDX = 0x00000000ffffff60 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000b F7EA IMUL edx + RAX = 0x0000000060000000 RCX = 0x0000000000000000 RDX = 0x00000000ffffffff RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000d RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020000d 90 NOP + RAX = 0x0000000060000000 RCX = 0x0000000000000000 RDX = 0x00000000ffffffff RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000e RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020000e B800000001 MOV eax, 0x01000000 + RAX = 0x0000000001000000 RCX = 0x0000000000000000 RDX = 0x00000000ffffffff RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200013 RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200013 BA60FFFFFF MOV edx, 0xffffff60 + RAX = 0x0000000001000000 RCX = 0x0000000000000000 RDX = 0x00000000ffffff60 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200018 RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200018 0FAFC2 IMUL eax, edx + RAX = 0x0000000060000000 RCX = 0x0000000000000000 RDX = 0x00000000ffffff60 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020001b RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020001b 90 NOP + RAX = 0x0000000060000000 RCX = 0x0000000000000000 RDX = 0x00000000ffffff60 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020001c RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020001c BA60FFFFFF MOV edx, 0xffffff60 + RAX = 0x0000000060000000 RCX = 0x0000000000000000 RDX = 0x00000000ffffff60 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200021 RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200021 69C200000001 IMUL eax, edx, 0x01000000 + RAX = 0x0000000060000000 RCX = 0x0000000000000000 RDX = 0x00000000ffffff60 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200027 RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200027 CC INT3 +Emulation terminated with status 0x0000000a, flags: 0x0, 1 NOPs, 0 NULLs, 13 total instructions, 12 unique instructions diff --git a/bdshemu_test/x86/basic/test_64_imul01.test b/bdshemu_test/x86/basic/test_64_imul01.test new file mode 100644 index 0000000000000000000000000000000000000000..bd52785fafce92d2f85fcf55e72d964fd0d3896d GIT binary patch literal 40 jcmbQRgMop8aaY3s|Npas0r4An-VT=pTss{t7Cvi;01O0m$9K2&7>gj~yVjKv0iGgaxAE3;>i}GA954 literal 0 HcmV?d00001 diff --git a/bdshemu_test/x86/basic/test_64_incdec.asm b/bdshemu_test/x86/basic/test_64_incdec.asm new file mode 100644 index 0000000..4c950dc --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_incdec.asm @@ -0,0 +1,13 @@ + + bits 64 + + xor eax, eax + clc + dec eax + dec eax + stc + inc eax + inc eax + inc eax + inc eax + retn \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_incdec.result b/bdshemu_test/x86/basic/test_64_incdec.result new file mode 100644 index 0000000..3b42a27 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_incdec.result @@ -0,0 +1,102 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 31C0 XOR eax, eax + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200002 RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200002 F8 CLC + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200003 RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200003 FFC8 DEC eax + RAX = 0x00000000ffffffff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200005 RFLAGS = 0x0000000000000286 CF:0 PF:1 AF:0 ZF:0 SF:1 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200005 FFC8 DEC eax + RAX = 0x00000000fffffffe RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200007 RFLAGS = 0x0000000000000282 CF:0 PF:0 AF:0 ZF:0 SF:1 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200007 F9 STC + RAX = 0x00000000fffffffe RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200008 RFLAGS = 0x0000000000000283 CF:1 PF:0 AF:0 ZF:0 SF:1 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200008 FFC0 INC eax + RAX = 0x00000000ffffffff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000a RFLAGS = 0x0000000000000287 CF:1 PF:1 AF:0 ZF:0 SF:1 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000a FFC0 INC eax + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000c RFLAGS = 0x0000000000000247 CF:1 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000c FFC0 INC eax + RAX = 0x0000000000000001 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000e RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000e FFC0 INC eax + RAX = 0x0000000000000002 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200010 RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200010 C3 RETN + Memory LOAD, address 0x00000000001fe000, size 8, value 0000000000000000 +Emulation terminated with status 0x00000002, flags: 0x0, 0 NOPs, 0 NULLs, 11 total instructions, 10 unique instructions diff --git a/bdshemu_test/x86/basic/test_64_incdec.test b/bdshemu_test/x86/basic/test_64_incdec.test new file mode 100644 index 0000000..5fe060d --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_incdec.test @@ -0,0 +1 @@ +1ÀøÿÈÿÈùÿÀÿÀÿÀÿÀà \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_loadrip01.asm b/bdshemu_test/x86/basic/test_64_loadrip01.asm new file mode 100644 index 0000000..3f8c7c6 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_loadrip01.asm @@ -0,0 +1,7 @@ + + bits 64 + + call _xxx +_xxx: + pop rbp + retn \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_loadrip01.result b/bdshemu_test/x86/basic/test_64_loadrip01.result new file mode 100644 index 0000000..eb775fc --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_loadrip01.result @@ -0,0 +1,35 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 E800000000 CALL 0x200005 + Memory STOR, address 0x00000000001fdff8, size 8, value 0500200000000000 + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fdff8 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200005 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200005 5D POP rbp + Memory LOAD, address 0x00000000001fdff8, size 8, value 0500200000000000 + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000200005 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200006 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200006 C3 RETN + Memory LOAD, address 0x00000000001fe000, size 8, value 0000000000000000 +Emulation terminated with status 0x00000002, flags: 0x2, 0 NOPs, 0 NULLs, 4 total instructions, 3 unique instructions + SHEMU_FLAG_LOAD_RIP diff --git a/bdshemu_test/x86/basic/test_64_loadrip01.test b/bdshemu_test/x86/basic/test_64_loadrip01.test new file mode 100644 index 0000000000000000000000000000000000000000..a35c72c9ed6d95747c2fb4fb435b920ab8adca9f GIT binary patch literal 7 McmaFC00gmz0SDXy2><{9 literal 0 HcmV?d00001 diff --git a/bdshemu_test/x86/basic/test_64_loadrip02.asm b/bdshemu_test/x86/basic/test_64_loadrip02.asm new file mode 100644 index 0000000..b91f4cb --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_loadrip02.asm @@ -0,0 +1,8 @@ + + bits 64 + + FFREE st3 + FXSAVE [rsp+0x0] + ADD rsp, 0x0000000000000008 + MOV rax, qword [rsp+0x0] + int3 \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_loadrip02.result b/bdshemu_test/x86/basic/test_64_loadrip02.result new file mode 100644 index 0000000..3e2da39 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_loadrip02.result @@ -0,0 +1,54 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 DDC3 FFREE st3 + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200002 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200002 0FAE0424 FXSAVE [rsp] + Memory STOR, address 0x00000000001fe000, size 32, value 0000000000000000000020000000000000000000000000000000000000000000 + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200006 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200006 4883C408 ADD rsp, 0x0000000000000008 + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe008 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000a 488B0424 MOV rax, qword ptr [rsp] + Memory LOAD, address 0x00000000001fe008, size 8, value 0000200000000000 + RAX = 0x0000000000200000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe008 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000e CC INT3 +Emulation terminated with status 0x0000000a, flags: 0x2, 0 NOPs, 0 NULLs, 6 total instructions, 5 unique instructions + SHEMU_FLAG_LOAD_RIP diff --git a/bdshemu_test/x86/basic/test_64_loadrip02.test b/bdshemu_test/x86/basic/test_64_loadrip02.test new file mode 100644 index 0000000..7df5071 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_loadrip02.test @@ -0,0 +1 @@ +Ýî$HƒÄH‹$Ì \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_loadrip03.asm b/bdshemu_test/x86/basic/test_64_loadrip03.asm new file mode 100644 index 0000000..b9ebb0a --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_loadrip03.asm @@ -0,0 +1,8 @@ + + bits 64 + + call _test +_test: + xor ebp, ebp + add rbp, qword [rsp] + int3 \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_loadrip03.result b/bdshemu_test/x86/basic/test_64_loadrip03.result new file mode 100644 index 0000000..4765358 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_loadrip03.result @@ -0,0 +1,44 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 E800000000 CALL 0x200005 + Memory STOR, address 0x00000000001fdff8, size 8, value 0500200000000000 + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fdff8 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200005 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200005 31ED XOR ebp, ebp + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fdff8 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200007 RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200007 48032C24 ADD rbp, qword ptr [rsp] + Memory LOAD, address 0x00000000001fdff8, size 8, value 0500200000000000 + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fdff8 RBP = 0x0000000000200005 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000b RFLAGS = 0x0000000000000206 CF:0 PF:1 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000b CC INT3 +Emulation terminated with status 0x0000000a, flags: 0x2, 0 NOPs, 0 NULLs, 5 total instructions, 4 unique instructions + SHEMU_FLAG_LOAD_RIP diff --git a/bdshemu_test/x86/basic/test_64_loadrip03.test b/bdshemu_test/x86/basic/test_64_loadrip03.test new file mode 100644 index 0000000000000000000000000000000000000000..967b50d78301dabe5a6dc0a9e1351b8308c3b093 GIT binary patch literal 12 ScmaFC00f3_J(zV=&Hw-u-2-j_ literal 0 HcmV?d00001 diff --git a/bdshemu_test/x86/basic/test_64_loadrip04.asm b/bdshemu_test/x86/basic/test_64_loadrip04.asm new file mode 100644 index 0000000..e966d5a --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_loadrip04.asm @@ -0,0 +1,7 @@ + + bits 64 + + call _test + int3 +_test: + ret \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_loadrip04.result b/bdshemu_test/x86/basic/test_64_loadrip04.result new file mode 100644 index 0000000..eeb92cd --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_loadrip04.result @@ -0,0 +1,33 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 E801000000 CALL 0x200006 + Memory STOR, address 0x00000000001fdff8, size 8, value 0500200000000000 + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fdff8 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200006 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200006 C3 RETN + Memory LOAD, address 0x00000000001fdff8, size 8, value 0500200000000000 + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200005 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200005 CC INT3 +Emulation terminated with status 0x0000000a, flags: 0x0, 0 NOPs, 0 NULLs, 4 total instructions, 3 unique instructions diff --git a/bdshemu_test/x86/basic/test_64_loadrip04.test b/bdshemu_test/x86/basic/test_64_loadrip04.test new file mode 100644 index 0000000000000000000000000000000000000000..22a5f7c3195a3e702925e5744a975a3216dbb40e GIT binary patch literal 7 OcmaFC$iTpG<}d&Vzyf&y literal 0 HcmV?d00001 diff --git a/bdshemu_test/x86/basic/test_64_loadrip05.asm b/bdshemu_test/x86/basic/test_64_loadrip05.asm new file mode 100644 index 0000000..2eeb7ac --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_loadrip05.asm @@ -0,0 +1,7 @@ + + bits 64 + + call _test +_test: + cmp qword [rsp], 0 + int3 \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_loadrip05.result b/bdshemu_test/x86/basic/test_64_loadrip05.result new file mode 100644 index 0000000..0f02e0e --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_loadrip05.result @@ -0,0 +1,33 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 E800000000 CALL 0x200005 + Memory STOR, address 0x00000000001fdff8, size 8, value 0500200000000000 + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fdff8 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200005 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200005 48833C2400 CMP qword ptr [rsp], 0x0000000000000000 + Memory LOAD, address 0x00000000001fdff8, size 8, value 0500200000000000 + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fdff8 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000a RFLAGS = 0x0000000000000206 CF:0 PF:1 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000a CC INT3 +Emulation terminated with status 0x0000000a, flags: 0x0, 0 NOPs, 0 NULLs, 4 total instructions, 3 unique instructions diff --git a/bdshemu_test/x86/basic/test_64_loadrip05.test b/bdshemu_test/x86/basic/test_64_loadrip05.test new file mode 100644 index 0000000000000000000000000000000000000000..dc6726044c42abb3abeebd43b702f7ec662ac809 GIT binary patch literal 11 QcmaFC00bV*HYyBf01#>d-~a#s literal 0 HcmV?d00001 diff --git a/bdshemu_test/x86/basic/test_64_loadrip06.asm b/bdshemu_test/x86/basic/test_64_loadrip06.asm new file mode 100644 index 0000000..03a2801 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_loadrip06.asm @@ -0,0 +1,8 @@ + + bits 64 + + call _test +_test: + xor eax, eax + add qword [rsp], rax + int3 \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_loadrip06.result b/bdshemu_test/x86/basic/test_64_loadrip06.result new file mode 100644 index 0000000..027776f --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_loadrip06.result @@ -0,0 +1,44 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 E800000000 CALL 0x200005 + Memory STOR, address 0x00000000001fdff8, size 8, value 0500200000000000 + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fdff8 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200005 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200005 31C0 XOR eax, eax + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fdff8 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200007 RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200007 48010424 ADD qword ptr [rsp], rax + Memory LOAD, address 0x00000000001fdff8, size 8, value 0500200000000000 + Memory STOR, address 0x00000000001fdff8, size 8, value 0500200000000000 + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fdff8 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000b RFLAGS = 0x0000000000000206 CF:0 PF:1 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000b CC INT3 +Emulation terminated with status 0x0000000a, flags: 0x0, 0 NOPs, 0 NULLs, 5 total instructions, 4 unique instructions diff --git a/bdshemu_test/x86/basic/test_64_loadrip06.test b/bdshemu_test/x86/basic/test_64_loadrip06.test new file mode 100644 index 0000000000000000000000000000000000000000..58f56ff9a470e894e43e53dec2a1f72f77960490 GIT binary patch literal 12 ScmaFC00f2yJQ!J2&Hw-tPXiYK literal 0 HcmV?d00001 diff --git a/bdshemu_test/x86/basic/test_64_loadrip07.asm b/bdshemu_test/x86/basic/test_64_loadrip07.asm new file mode 100644 index 0000000..687754d --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_loadrip07.asm @@ -0,0 +1,10 @@ + + bits 64 + + call _test +_test: + xor eax, eax + add qword [rsp], rax + test qword [rsp], rax + mov rax, [rsp + rax] + int3 \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_loadrip07.result b/bdshemu_test/x86/basic/test_64_loadrip07.result new file mode 100644 index 0000000..7d920f4 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_loadrip07.result @@ -0,0 +1,66 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 E800000000 CALL 0x200005 + Memory STOR, address 0x00000000001fdff8, size 8, value 0500200000000000 + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fdff8 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200005 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200005 31C0 XOR eax, eax + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fdff8 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200007 RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200007 48010424 ADD qword ptr [rsp], rax + Memory LOAD, address 0x00000000001fdff8, size 8, value 0500200000000000 + Memory STOR, address 0x00000000001fdff8, size 8, value 0500200000000000 + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fdff8 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000b RFLAGS = 0x0000000000000206 CF:0 PF:1 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000b 48850424 TEST qword ptr [rsp], rax + Memory LOAD, address 0x00000000001fdff8, size 8, value 0500200000000000 + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fdff8 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000f RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000f 488B0404 MOV rax, qword ptr [rsp+rax] + Memory LOAD, address 0x00000000001fdff8, size 8, value 0500200000000000 + RAX = 0x0000000000200005 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fdff8 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200013 RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200013 CC INT3 +Emulation terminated with status 0x0000000a, flags: 0x0, 0 NOPs, 0 NULLs, 7 total instructions, 6 unique instructions diff --git a/bdshemu_test/x86/basic/test_64_loadrip07.test b/bdshemu_test/x86/basic/test_64_loadrip07.test new file mode 100644 index 0000000000000000000000000000000000000000..531afda4b19c7fb625d44a8363c8cff43284f8b1 GIT binary patch literal 20 YcmaFC00f2yJQ!J2JX(Rcn}y{J05J0e=Kufz literal 0 HcmV?d00001 diff --git a/bdshemu_test/x86/basic/test_64_loadrip08.asm b/bdshemu_test/x86/basic/test_64_loadrip08.asm new file mode 100644 index 0000000..61e9b07 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_loadrip08.asm @@ -0,0 +1,7 @@ + + bits 64 + + call _test + int3 +_test: + jmp qword [rsp] \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_loadrip08.result b/bdshemu_test/x86/basic/test_64_loadrip08.result new file mode 100644 index 0000000..89bb75a --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_loadrip08.result @@ -0,0 +1,33 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 E801000000 CALL 0x200006 + Memory STOR, address 0x00000000001fdff8, size 8, value 0500200000000000 + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fdff8 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200006 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200006 FF2424 JMP qword ptr [rsp] + Memory LOAD, address 0x00000000001fdff8, size 8, value 0500200000000000 + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fdff8 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200005 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200005 CC INT3 +Emulation terminated with status 0x0000000a, flags: 0x0, 0 NOPs, 0 NULLs, 4 total instructions, 3 unique instructions diff --git a/bdshemu_test/x86/basic/test_64_loadrip08.test b/bdshemu_test/x86/basic/test_64_loadrip08.test new file mode 100644 index 0000000000000000000000000000000000000000..29daa5e9aec78a8ada967e308f041896aa700fce GIT binary patch literal 9 QcmaFC$iTpG=D&&x01nau{Qv*} literal 0 HcmV?d00001 diff --git a/bdshemu_test/x86/basic/test_64_loadrip09.asm b/bdshemu_test/x86/basic/test_64_loadrip09.asm new file mode 100644 index 0000000..2ff18d6 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_loadrip09.asm @@ -0,0 +1,8 @@ + + bits 64 + + call _test +_test: + mov rsi, rsp + lodsq + int3 \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_loadrip09.result b/bdshemu_test/x86/basic/test_64_loadrip09.result new file mode 100644 index 0000000..b94ea15 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_loadrip09.result @@ -0,0 +1,44 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 E800000000 CALL 0x200005 + Memory STOR, address 0x00000000001fdff8, size 8, value 0500200000000000 + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fdff8 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200005 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200005 4889E6 MOV rsi, rsp + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fdff8 RBP = 0x0000000000000000 RSI = 0x00000000001fdff8 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200008 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200008 48AD LODSQ + Memory LOAD, address 0x00000000001fdff8, size 8, value 0500200000000000 + RAX = 0x0000000000200005 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fdff8 RBP = 0x0000000000000000 RSI = 0x00000000001fe000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000a CC INT3 +Emulation terminated with status 0x0000000a, flags: 0x2, 0 NOPs, 0 NULLs, 5 total instructions, 4 unique instructions + SHEMU_FLAG_LOAD_RIP diff --git a/bdshemu_test/x86/basic/test_64_loadrip09.test b/bdshemu_test/x86/basic/test_64_loadrip09.test new file mode 100644 index 0000000000000000000000000000000000000000..a6e5069999b74b5e9eb1642105c9f030c17d04a3 GIT binary patch literal 11 RcmaFC00bVL&pg(i0RR;C1YrOG literal 0 HcmV?d00001 diff --git a/bdshemu_test/x86/basic/test_64_loadseg01.asm b/bdshemu_test/x86/basic/test_64_loadseg01.asm new file mode 100644 index 0000000..1eea446 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_loadseg01.asm @@ -0,0 +1,7 @@ + + bits 32 + + xor eax, eax + mov es, eax + + int3 \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_loadseg01.result b/bdshemu_test/x86/basic/test_64_loadseg01.result new file mode 100644 index 0000000..489d527 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_loadseg01.result @@ -0,0 +1,31 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 31C0 XOR eax, eax + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200002 RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200002 8EC0 MOV es, eax + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200004 RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200004 CC INT3 +Emulation terminated with status 0x0000000a, flags: 0x0, 0 NOPs, 0 NULLs, 4 total instructions, 3 unique instructions diff --git a/bdshemu_test/x86/basic/test_64_loadseg01.test b/bdshemu_test/x86/basic/test_64_loadseg01.test new file mode 100644 index 0000000..8136e7b --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_loadseg01.test @@ -0,0 +1 @@ +1ÀŽÀÌ \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_moffset.asm b/bdshemu_test/x86/basic/test_64_moffset.asm new file mode 100644 index 0000000..5a992c3 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_moffset.asm @@ -0,0 +1,5 @@ + + bits 64 + + mov rax, qword [qword 0xBDBDBDBDBDBDBDBD] + ret \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_moffset.result b/bdshemu_test/x86/basic/test_64_moffset.result new file mode 100644 index 0000000..eae7474 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_moffset.result @@ -0,0 +1,11 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 48A1BDBDBDBDBDBDBDBD MOV rax, qword ptr [0xbdbdbdbdbdbdbdbd] +Emulation terminated with status 0x00000001, flags: 0x0, 0 NOPs, 0 NULLs, 1 total instructions, 1 unique instructions diff --git a/bdshemu_test/x86/basic/test_64_moffset.test b/bdshemu_test/x86/basic/test_64_moffset.test new file mode 100644 index 0000000..ccf25b3 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_moffset.test @@ -0,0 +1 @@ +H¡½½½½½½½½Ã \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_mov.asm b/bdshemu_test/x86/basic/test_64_mov.asm new file mode 100644 index 0000000..3ab083a --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_mov.asm @@ -0,0 +1,22 @@ + + bits 64 + + mov ah, 0xBD + mov al, 0x12 + mov rcx, 0xFFFFFFFFFFFFFFFF + mov cx, ax + mov ecx, eax + mov rbx, rax + + mov ax, 0xFFFF + movzx ecx, ax + movsx ebx, ax + + mov eax, 0x12345678 + mov ebx, 0x09ABCDEF + xchg eax, ebx + + mov qword [rsp], -1 + xchg rax, qword [rsp] + + retn \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_mov.result b/bdshemu_test/x86/basic/test_64_mov.result new file mode 100644 index 0000000..7d32876 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_mov.result @@ -0,0 +1,155 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 B4BD MOV ah, 0xbd + RAX = 0x000000000000bd00 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200002 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200002 B012 MOV al, 0x12 + RAX = 0x000000000000bd12 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200004 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200004 48C7C1FFFFFFFF MOV rcx, 0xffffffffffffffff + RAX = 0x000000000000bd12 RCX = 0xffffffffffffffff RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000b 6689C1 MOV cx, ax + RAX = 0x000000000000bd12 RCX = 0xffffffffffffbd12 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000e 89C1 MOV ecx, eax + RAX = 0x000000000000bd12 RCX = 0x000000000000bd12 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200010 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200010 4889C3 MOV rbx, rax + RAX = 0x000000000000bd12 RCX = 0x000000000000bd12 RDX = 0x0000000000000000 RBX = 0x000000000000bd12 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200013 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200013 66B8FFFF MOV ax, 0xffff + RAX = 0x000000000000ffff RCX = 0x000000000000bd12 RDX = 0x0000000000000000 RBX = 0x000000000000bd12 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200017 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200017 0FB7C8 MOVZX ecx, ax + RAX = 0x000000000000ffff RCX = 0x000000000000ffff RDX = 0x0000000000000000 RBX = 0x000000000000bd12 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020001a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020001a 0FBFD8 MOVSX ebx, ax + RAX = 0x000000000000ffff RCX = 0x000000000000ffff RDX = 0x0000000000000000 RBX = 0x00000000ffffffff + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020001d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020001d B878563412 MOV eax, 0x12345678 + RAX = 0x0000000012345678 RCX = 0x000000000000ffff RDX = 0x0000000000000000 RBX = 0x00000000ffffffff + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200022 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200022 BBEFCDAB09 MOV ebx, 0x09abcdef + RAX = 0x0000000012345678 RCX = 0x000000000000ffff RDX = 0x0000000000000000 RBX = 0x0000000009abcdef + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200027 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200027 93 XCHG ebx, eax + RAX = 0x0000000009abcdef RCX = 0x000000000000ffff RDX = 0x0000000000000000 RBX = 0x0000000012345678 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200028 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200028 48C70424FFFFFFFF MOV qword ptr [rsp], 0xffffffffffffffff + Memory STOR, address 0x00000000001fe000, size 8, value FFFFFFFFFFFFFFFF + RAX = 0x0000000009abcdef RCX = 0x000000000000ffff RDX = 0x0000000000000000 RBX = 0x0000000012345678 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200030 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200030 48870424 XCHG qword ptr [rsp], rax + Memory LOAD, address 0x00000000001fe000, size 8, value FFFFFFFFFFFFFFFF + Memory STOR, address 0x00000000001fe000, size 8, value EFCDAB0900000000 + RAX = 0xffffffffffffffff RCX = 0x000000000000ffff RDX = 0x0000000000000000 RBX = 0x0000000012345678 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200034 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200034 C3 RETN + Memory LOAD, address 0x00000000001fe000, size 8, value EFCDAB0900000000 +Emulation terminated with status 0x00000002, flags: 0x0, 0 NOPs, 0 NULLs, 16 total instructions, 15 unique instructions diff --git a/bdshemu_test/x86/basic/test_64_mov.test b/bdshemu_test/x86/basic/test_64_mov.test new file mode 100644 index 0000000..d31f136 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_mov.test @@ -0,0 +1 @@ +´½°HÇÁÿÿÿÿf‰Á‰ÁH‰Ãf¸ÿÿ·È¿Ø¸xV4»ïÍ« “HÇ$ÿÿÿÿH‡$à \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_movszx.asm b/bdshemu_test/x86/basic/test_64_movszx.asm new file mode 100644 index 0000000..bede7b8 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_movszx.asm @@ -0,0 +1,29 @@ + bits 64 + + lea rsi, [rel data] + + mov rax, 0x0000000000000000 + movsx eax, byte [rsi] + mov rax, 0xFFFFFFFFFFFFFFFF + movsx eax, byte [rsi] + + mov rax, 0x0000000000000000 + movzx eax, byte [rsi] + mov rax, 0xFFFFFFFFFFFFFFFF + movzx eax, byte [rsi] + + mov rax, 0x0000000000000000 + movsx eax, byte [rsi + 8] + mov rax, 0xFFFFFFFFFFFFFFFF + movsx eax, byte [rsi + 8] + + mov rax, 0x0000000000000000 + movzx eax, byte [rsi + 8] + mov rax, 0xFFFFFFFFFFFFFFFF + movzx eax, byte [rsi + 8] + + int3 + +data: + dq 0x1111111111111111 + dq 0x8888888888888888 \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_movszx.result b/bdshemu_test/x86/basic/test_64_movszx.result new file mode 100644 index 0000000..9b8aff7 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_movszx.result @@ -0,0 +1,189 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 488D354D000000 LEA rsi, [rel 0x200054] + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000200054 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200007 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200007 B800000000 MOV eax, 0x00000000 + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000200054 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000c 0FBE06 MOVSX eax, byte ptr [rsi] + Memory LOAD, address 0x0000000000200054, size 1, value 11 + RAX = 0x0000000000000011 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000200054 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000f 48C7C0FFFFFFFF MOV rax, 0xffffffffffffffff + RAX = 0xffffffffffffffff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000200054 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200016 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200016 0FBE06 MOVSX eax, byte ptr [rsi] + Memory LOAD, address 0x0000000000200054, size 1, value 11 + RAX = 0x0000000000000011 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000200054 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200019 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200019 B800000000 MOV eax, 0x00000000 + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000200054 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020001e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020001e 0FB606 MOVZX eax, byte ptr [rsi] + Memory LOAD, address 0x0000000000200054, size 1, value 11 + RAX = 0x0000000000000011 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000200054 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200021 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200021 48C7C0FFFFFFFF MOV rax, 0xffffffffffffffff + RAX = 0xffffffffffffffff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000200054 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200028 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200028 0FB606 MOVZX eax, byte ptr [rsi] + Memory LOAD, address 0x0000000000200054, size 1, value 11 + RAX = 0x0000000000000011 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000200054 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020002b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020002b B800000000 MOV eax, 0x00000000 + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000200054 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200030 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200030 0FBE4608 MOVSX eax, byte ptr [rsi+0x8] + Memory LOAD, address 0x000000000020005c, size 1, value 88 + RAX = 0x00000000ffffff88 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000200054 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200034 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200034 48C7C0FFFFFFFF MOV rax, 0xffffffffffffffff + RAX = 0xffffffffffffffff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000200054 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020003b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020003b 0FBE4608 MOVSX eax, byte ptr [rsi+0x8] + Memory LOAD, address 0x000000000020005c, size 1, value 88 + RAX = 0x00000000ffffff88 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000200054 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020003f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020003f B800000000 MOV eax, 0x00000000 + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000200054 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200044 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200044 0FB64608 MOVZX eax, byte ptr [rsi+0x8] + Memory LOAD, address 0x000000000020005c, size 1, value 88 + RAX = 0x0000000000000088 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000200054 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200048 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200048 48C7C0FFFFFFFF MOV rax, 0xffffffffffffffff + RAX = 0xffffffffffffffff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000200054 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020004f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020004f 0FB64608 MOVZX eax, byte ptr [rsi+0x8] + Memory LOAD, address 0x000000000020005c, size 1, value 88 + RAX = 0x0000000000000088 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000200054 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200053 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200053 CC INT3 +Emulation terminated with status 0x0000000a, flags: 0x0, 0 NOPs, 0 NULLs, 19 total instructions, 18 unique instructions diff --git a/bdshemu_test/x86/basic/test_64_movszx.test b/bdshemu_test/x86/basic/test_64_movszx.test new file mode 100644 index 0000000000000000000000000000000000000000..6c4d653e93111e71cdf432eff2083974ea8d22c3 GIT binary patch literal 100 zcmeb1HT7j+VAuh~4E+1pJdPju4+KCKL}VLWWE)gupBo2UksAk86+&#A8^;+zDCmF! E0LPgqkN^Mx literal 0 HcmV?d00001 diff --git a/bdshemu_test/x86/basic/test_64_nopsled01.asm b/bdshemu_test/x86/basic/test_64_nopsled01.asm new file mode 100644 index 0000000..1cecf22 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_nopsled01.asm @@ -0,0 +1,20 @@ + + bits 64 + + nop + nop + nop + nop + nop + nop + nop + nop + nop + nop + nop + nop + nop + nop + nop + nop + retn \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_nopsled01.result b/bdshemu_test/x86/basic/test_64_nopsled01.result new file mode 100644 index 0000000..5da7948 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_nopsled01.result @@ -0,0 +1,172 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200001 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200001 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200002 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200002 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200003 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200003 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200004 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200004 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200005 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200005 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200006 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200006 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200007 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200007 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200008 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200008 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200009 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200009 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200010 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200010 C3 RETN + Memory LOAD, address 0x00000000001fe000, size 8, value 0000000000000000 +Emulation terminated with status 0x00000002, flags: 0x0, 16 NOPs, 0 NULLs, 18 total instructions, 17 unique instructions diff --git a/bdshemu_test/x86/basic/test_64_nopsled01.test b/bdshemu_test/x86/basic/test_64_nopsled01.test new file mode 100644 index 0000000..237ddeb --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_nopsled01.test @@ -0,0 +1 @@ +à \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_nopsled02.asm b/bdshemu_test/x86/basic/test_64_nopsled02.asm new file mode 100644 index 0000000..766f18c --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_nopsled02.asm @@ -0,0 +1,36 @@ + + bits 64 + + nop + nop + nop + nop + nop + nop + nop + nop + nop + nop + nop + nop + nop + nop + nop + nop + nop + nop + nop + nop + nop + nop + nop + nop + nop + nop + nop + nop + nop + nop + nop + nop + retn \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_nopsled02.result b/bdshemu_test/x86/basic/test_64_nopsled02.result new file mode 100644 index 0000000..3aac5be --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_nopsled02.result @@ -0,0 +1,332 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200001 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200001 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200002 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200002 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200003 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200003 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200004 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200004 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200005 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200005 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200006 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200006 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200007 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200007 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200008 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200008 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200009 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200009 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200010 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200010 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200011 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200011 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200012 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200012 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200013 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200013 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200014 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200014 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200015 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200015 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200016 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200016 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200017 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200017 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200018 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200018 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200019 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200019 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020001a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020001a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020001b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020001b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020001c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020001c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020001d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020001d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020001e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020001e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020001f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020001f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200020 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200020 C3 RETN + Memory LOAD, address 0x00000000001fe000, size 8, value 0000000000000000 +Emulation terminated with status 0x00000002, flags: 0x0, 32 NOPs, 0 NULLs, 34 total instructions, 33 unique instructions diff --git a/bdshemu_test/x86/basic/test_64_nopsled02.test b/bdshemu_test/x86/basic/test_64_nopsled02.test new file mode 100644 index 0000000..f7b91e4 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_nopsled02.test @@ -0,0 +1 @@ +à \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_nopsled03.asm b/bdshemu_test/x86/basic/test_64_nopsled03.asm new file mode 100644 index 0000000..74a3e57 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_nopsled03.asm @@ -0,0 +1,4 @@ + + bits 64 + + times 4096 db 0x90 \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_nopsled03.result b/bdshemu_test/x86/basic/test_64_nopsled03.result new file mode 100644 index 0000000..4f8035f --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_nopsled03.result @@ -0,0 +1,40971 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200001 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200001 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200002 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200002 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200003 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200003 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200004 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200004 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200005 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200005 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200006 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200006 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200007 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200007 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200008 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200008 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200009 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200009 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200010 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200010 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200011 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200011 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200012 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200012 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200013 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200013 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200014 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200014 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200015 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200015 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200016 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200016 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200017 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200017 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200018 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200018 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200019 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200019 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020001a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020001a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020001b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020001b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020001c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020001c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020001d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020001d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020001e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020001e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020001f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020001f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200020 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200020 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200021 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200021 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200022 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200022 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200023 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200023 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200024 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200024 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200025 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200025 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200026 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200026 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200027 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200027 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200028 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200028 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200029 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200029 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020002a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020002a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020002b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020002b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020002c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020002c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020002d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020002d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020002e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020002e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020002f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020002f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200030 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200030 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200031 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200031 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200032 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200032 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200033 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200033 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200034 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200034 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200035 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200035 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200036 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200036 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200037 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200037 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200038 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200038 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200039 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200039 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020003a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020003a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020003b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020003b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020003c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020003c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020003d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020003d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020003e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020003e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020003f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020003f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200040 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200040 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200041 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200041 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200042 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200042 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200043 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200043 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200044 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200044 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200045 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200045 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200046 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200046 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200047 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200047 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200048 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200048 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200049 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200049 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020004a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020004a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020004b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020004b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020004c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020004c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020004d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020004d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020004e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020004e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020004f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020004f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200050 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200050 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200051 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200051 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200052 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200052 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200053 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200053 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200054 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200054 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200055 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200055 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200056 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200056 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200057 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200057 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200058 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200058 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200059 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200059 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020005a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020005a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020005b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020005b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020005c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020005c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020005d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020005d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020005e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020005e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020005f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020005f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200060 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200060 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200061 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200061 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200062 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200062 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200063 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200063 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200064 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200064 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200065 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200065 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200066 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200066 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200067 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200067 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200068 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200068 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200069 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200069 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020006a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020006a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020006b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020006b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020006c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020006c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020006d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020006d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020006e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020006e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020006f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020006f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200070 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200070 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200071 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200071 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200072 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200072 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200073 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200073 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200074 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200074 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200075 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200075 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200076 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200076 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200077 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200077 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200078 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200078 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200079 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200079 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020007a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020007a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020007b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020007b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020007c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020007c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020007d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020007d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020007e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020007e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020007f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020007f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200080 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200080 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200081 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200081 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200082 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200082 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200083 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200083 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200084 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200084 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200085 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200085 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200086 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200086 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200087 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200087 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200088 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200088 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200089 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200089 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020008a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020008a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020008b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020008b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020008c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020008c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020008d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020008d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020008e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020008e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020008f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020008f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200090 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200090 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200091 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200091 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200092 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200092 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200093 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200093 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200094 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200094 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200095 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200095 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200096 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200096 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200097 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200097 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200098 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200098 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200099 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200099 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020009a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020009a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020009b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020009b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020009c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020009c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020009d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020009d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020009e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020009e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020009f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020009f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000a0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000a0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000a1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000a1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000a2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000a2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000a3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000a3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000a4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000a4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000a5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000a5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000a6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000a6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000a7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000a7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000a8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000a8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000a9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000a9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000aa RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000aa 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000ab RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000ab 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000ac RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000ac 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000ad RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000ad 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000ae RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000ae 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000af RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000af 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000b0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000b0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000b1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000b1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000b2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000b2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000b3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000b3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000b4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000b4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000b5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000b5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000b6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000b6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000b7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000b7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000b8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000b8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000b9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000b9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000ba RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000ba 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000bb RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000bb 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000bc RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000bc 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000bd RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000bd 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000be RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000be 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000bf RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000bf 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000c0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000c0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000c1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000c1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000c2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000c2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000c3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000c3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000c4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000c4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000c5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000c5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000c6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000c6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000c7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000c7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000c8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000c8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000c9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000c9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000ca RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000ca 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000cb RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000cb 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000cc RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000cc 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000cd RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000cd 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000ce RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000ce 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000cf RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000cf 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000d0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000d0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000d1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000d1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000d2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000d2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000d3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000d3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000d4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000d4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000d5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000d5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000d6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000d6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000d7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000d7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000d8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000d8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000d9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000d9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000da RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000da 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000db RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000db 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000dc RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000dc 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000dd RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000dd 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000de RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000de 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000df RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000df 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000e0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000e0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000e1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000e1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000e2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000e2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000e3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000e3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000e4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000e4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000e5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000e5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000e6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000e6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000e7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000e7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000e8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000e8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000e9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000e9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000ea RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000ea 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000eb RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000eb 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000ec RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000ec 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000ed RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000ed 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000ee RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000ee 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000ef RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000ef 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000f0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000f0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000f1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000f1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000f2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000f2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000f3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000f3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000f4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000f4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000f5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000f5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000f6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000f6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000f7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000f7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000f8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000f8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000f9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000f9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000fa RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000fa 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000fb RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000fb 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000fc RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000fc 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000fd RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000fd 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000fe RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000fe 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000ff RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000ff 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200100 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200100 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200101 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200101 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200102 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200102 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200103 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200103 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200104 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200104 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200105 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200105 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200106 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200106 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200107 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200107 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200108 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200108 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200109 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200109 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020010a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020010a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020010b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020010b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020010c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020010c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020010d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020010d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020010e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020010e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020010f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020010f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200110 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200110 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200111 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200111 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200112 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200112 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200113 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200113 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200114 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200114 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200115 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200115 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200116 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200116 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200117 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200117 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200118 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200118 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200119 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200119 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020011a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020011a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020011b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020011b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020011c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020011c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020011d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020011d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020011e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020011e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020011f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020011f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200120 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200120 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200121 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200121 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200122 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200122 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200123 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200123 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200124 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200124 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200125 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200125 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200126 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200126 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200127 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200127 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200128 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200128 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200129 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200129 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020012a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020012a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020012b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020012b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020012c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020012c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020012d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020012d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020012e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020012e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020012f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020012f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200130 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200130 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200131 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200131 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200132 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200132 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200133 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200133 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200134 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200134 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200135 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200135 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200136 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200136 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200137 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200137 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200138 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200138 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200139 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200139 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020013a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020013a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020013b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020013b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020013c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020013c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020013d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020013d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020013e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020013e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020013f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020013f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200140 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200140 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200141 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200141 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200142 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200142 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200143 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200143 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200144 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200144 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200145 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200145 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200146 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200146 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200147 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200147 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200148 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200148 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200149 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200149 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020014a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020014a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020014b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020014b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020014c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020014c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020014d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020014d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020014e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020014e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020014f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020014f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200150 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200150 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200151 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200151 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200152 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200152 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200153 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200153 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200154 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200154 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200155 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200155 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200156 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200156 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200157 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200157 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200158 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200158 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200159 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200159 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020015a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020015a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020015b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020015b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020015c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020015c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020015d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020015d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020015e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020015e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020015f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020015f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200160 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200160 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200161 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200161 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200162 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200162 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200163 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200163 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200164 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200164 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200165 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200165 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200166 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200166 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200167 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200167 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200168 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200168 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200169 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200169 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020016a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020016a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020016b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020016b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020016c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020016c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020016d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020016d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020016e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020016e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020016f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020016f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200170 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200170 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200171 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200171 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200172 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200172 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200173 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200173 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200174 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200174 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200175 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200175 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200176 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200176 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200177 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200177 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200178 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200178 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200179 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200179 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020017a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020017a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020017b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020017b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020017c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020017c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020017d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020017d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020017e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020017e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020017f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020017f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200180 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200180 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200181 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200181 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200182 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200182 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200183 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200183 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200184 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200184 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200185 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200185 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200186 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200186 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200187 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200187 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200188 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200188 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200189 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200189 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020018a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020018a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020018b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020018b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020018c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020018c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020018d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020018d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020018e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020018e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020018f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020018f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200190 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200190 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200191 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200191 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200192 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200192 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200193 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200193 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200194 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200194 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200195 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200195 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200196 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200196 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200197 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200197 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200198 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200198 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200199 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200199 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020019a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020019a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020019b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020019b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020019c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020019c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020019d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020019d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020019e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020019e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020019f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020019f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001a0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001a0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001a1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001a1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001a2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001a2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001a3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001a3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001a4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001a4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001a5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001a5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001a6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001a6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001a7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001a7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001a8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001a8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001a9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001a9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001aa RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001aa 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001ab RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001ab 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001ac RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001ac 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001ad RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001ad 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001ae RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001ae 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001af RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001af 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001b0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001b0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001b1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001b1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001b2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001b2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001b3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001b3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001b4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001b4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001b5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001b5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001b6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001b6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001b7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001b7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001b8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001b8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001b9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001b9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001ba RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001ba 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001bb RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001bb 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001bc RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001bc 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001bd RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001bd 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001be RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001be 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001bf RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001bf 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001c0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001c0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001c1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001c1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001c2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001c2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001c3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001c3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001c4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001c4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001c5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001c5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001c6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001c6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001c7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001c7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001c8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001c8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001c9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001c9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001ca RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001ca 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001cb RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001cb 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001cc RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001cc 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001cd RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001cd 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001ce RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001ce 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001cf RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001cf 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001d0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001d0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001d1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001d1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001d2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001d2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001d3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001d3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001d4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001d4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001d5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001d5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001d6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001d6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001d7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001d7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001d8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001d8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001d9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001d9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001da RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001da 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001db RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001db 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001dc RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001dc 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001dd RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001dd 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001de RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001de 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001df RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001df 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001e0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001e0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001e1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001e1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001e2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001e2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001e3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001e3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001e4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001e4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001e5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001e5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001e6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001e6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001e7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001e7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001e8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001e8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001e9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001e9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001ea RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001ea 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001eb RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001eb 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001ec RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001ec 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001ed RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001ed 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001ee RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001ee 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001ef RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001ef 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001f0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001f0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001f1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001f1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001f2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001f2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001f3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001f3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001f4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001f4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001f5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001f5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001f6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001f6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001f7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001f7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001f8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001f8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001f9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001f9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001fa RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001fa 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001fb RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001fb 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001fc RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001fc 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001fd RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001fd 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001fe RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001fe 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001ff RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001ff 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200200 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200200 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200201 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200201 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200202 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200202 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200203 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200203 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200204 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200204 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200205 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200205 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200206 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200206 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200207 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200207 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200208 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200208 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200209 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200209 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020020a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020020a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020020b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020020b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020020c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020020c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020020d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020020d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020020e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020020e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020020f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020020f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200210 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200210 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200211 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200211 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200212 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200212 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200213 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200213 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200214 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200214 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200215 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200215 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200216 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200216 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200217 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200217 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200218 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200218 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200219 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200219 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020021a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020021a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020021b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020021b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020021c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020021c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020021d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020021d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020021e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020021e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020021f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020021f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200220 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200220 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200221 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200221 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200222 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200222 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200223 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200223 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200224 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200224 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200225 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200225 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200226 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200226 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200227 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200227 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200228 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200228 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200229 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200229 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020022a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020022a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020022b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020022b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020022c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020022c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020022d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020022d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020022e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020022e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020022f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020022f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200230 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200230 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200231 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200231 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200232 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200232 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200233 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200233 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200234 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200234 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200235 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200235 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200236 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200236 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200237 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200237 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200238 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200238 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200239 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200239 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020023a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020023a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020023b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020023b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020023c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020023c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020023d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020023d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020023e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020023e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020023f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020023f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200240 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200240 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200241 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200241 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200242 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200242 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200243 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200243 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200244 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200244 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200245 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200245 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200246 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200246 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200247 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200247 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200248 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200248 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200249 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200249 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020024a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020024a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020024b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020024b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020024c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020024c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020024d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020024d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020024e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020024e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020024f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020024f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200250 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200250 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200251 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200251 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200252 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200252 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200253 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200253 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200254 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200254 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200255 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200255 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200256 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200256 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200257 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200257 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200258 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200258 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200259 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200259 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020025a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020025a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020025b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020025b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020025c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020025c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020025d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020025d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020025e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020025e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020025f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020025f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200260 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200260 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200261 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200261 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200262 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200262 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200263 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200263 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200264 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200264 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200265 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200265 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200266 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200266 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200267 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200267 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200268 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200268 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200269 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200269 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020026a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020026a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020026b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020026b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020026c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020026c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020026d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020026d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020026e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020026e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020026f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020026f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200270 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200270 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200271 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200271 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200272 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200272 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200273 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200273 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200274 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200274 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200275 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200275 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200276 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200276 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200277 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200277 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200278 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200278 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200279 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200279 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020027a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020027a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020027b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020027b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020027c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020027c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020027d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020027d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020027e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020027e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020027f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020027f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200280 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200280 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200281 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200281 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200282 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200282 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200283 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200283 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200284 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200284 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200285 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200285 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200286 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200286 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200287 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200287 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200288 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200288 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200289 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200289 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020028a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020028a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020028b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020028b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020028c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020028c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020028d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020028d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020028e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020028e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020028f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020028f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200290 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200290 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200291 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200291 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200292 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200292 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200293 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200293 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200294 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200294 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200295 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200295 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200296 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200296 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200297 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200297 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200298 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200298 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200299 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200299 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020029a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020029a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020029b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020029b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020029c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020029c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020029d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020029d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020029e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020029e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020029f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020029f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002a0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002a0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002a1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002a1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002a2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002a2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002a3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002a3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002a4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002a4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002a5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002a5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002a6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002a6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002a7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002a7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002a8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002a8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002a9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002a9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002aa RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002aa 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002ab RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002ab 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002ac RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002ac 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002ad RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002ad 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002ae RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002ae 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002af RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002af 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002b0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002b0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002b1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002b1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002b2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002b2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002b3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002b3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002b4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002b4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002b5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002b5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002b6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002b6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002b7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002b7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002b8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002b8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002b9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002b9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002ba RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002ba 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002bb RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002bb 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002bc RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002bc 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002bd RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002bd 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002be RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002be 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002bf RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002bf 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002c0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002c0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002c1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002c1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002c2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002c2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002c3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002c3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002c4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002c4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002c5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002c5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002c6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002c6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002c7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002c7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002c8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002c8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002c9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002c9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002ca RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002ca 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002cb RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002cb 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002cc RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002cc 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002cd RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002cd 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002ce RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002ce 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002cf RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002cf 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002d0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002d0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002d1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002d1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002d2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002d2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002d3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002d3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002d4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002d4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002d5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002d5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002d6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002d6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002d7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002d7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002d8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002d8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002d9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002d9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002da RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002da 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002db RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002db 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002dc RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002dc 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002dd RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002dd 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002de RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002de 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002df RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002df 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002e0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002e0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002e1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002e1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002e2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002e2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002e3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002e3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002e4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002e4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002e5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002e5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002e6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002e6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002e7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002e7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002e8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002e8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002e9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002e9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002ea RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002ea 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002eb RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002eb 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002ec RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002ec 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002ed RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002ed 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002ee RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002ee 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002ef RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002ef 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002f0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002f0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002f1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002f1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002f2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002f2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002f3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002f3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002f4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002f4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002f5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002f5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002f6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002f6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002f7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002f7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002f8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002f8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002f9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002f9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002fa RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002fa 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002fb RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002fb 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002fc RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002fc 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002fd RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002fd 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002fe RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002fe 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002002ff RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002002ff 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200300 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200300 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200301 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200301 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200302 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200302 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200303 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200303 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200304 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200304 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200305 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200305 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200306 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200306 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200307 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200307 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200308 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200308 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200309 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200309 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020030a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020030a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020030b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020030b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020030c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020030c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020030d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020030d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020030e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020030e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020030f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020030f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200310 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200310 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200311 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200311 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200312 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200312 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200313 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200313 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200314 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200314 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200315 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200315 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200316 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200316 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200317 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200317 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200318 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200318 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200319 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200319 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020031a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020031a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020031b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020031b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020031c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020031c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020031d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020031d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020031e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020031e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020031f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020031f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200320 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200320 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200321 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200321 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200322 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200322 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200323 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200323 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200324 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200324 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200325 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200325 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200326 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200326 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200327 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200327 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200328 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200328 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200329 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200329 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020032a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020032a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020032b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020032b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020032c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020032c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020032d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020032d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020032e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020032e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020032f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020032f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200330 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200330 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200331 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200331 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200332 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200332 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200333 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200333 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200334 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200334 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200335 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200335 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200336 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200336 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200337 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200337 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200338 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200338 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200339 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200339 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020033a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020033a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020033b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020033b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020033c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020033c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020033d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020033d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020033e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020033e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020033f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020033f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200340 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200340 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200341 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200341 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200342 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200342 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200343 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200343 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200344 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200344 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200345 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200345 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200346 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200346 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200347 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200347 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200348 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200348 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200349 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200349 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020034a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020034a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020034b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020034b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020034c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020034c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020034d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020034d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020034e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020034e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020034f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020034f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200350 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200350 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200351 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200351 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200352 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200352 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200353 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200353 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200354 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200354 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200355 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200355 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200356 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200356 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200357 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200357 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200358 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200358 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200359 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200359 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020035a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020035a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020035b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020035b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020035c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020035c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020035d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020035d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020035e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020035e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020035f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020035f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200360 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200360 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200361 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200361 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200362 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200362 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200363 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200363 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200364 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200364 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200365 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200365 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200366 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200366 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200367 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200367 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200368 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200368 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200369 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200369 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020036a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020036a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020036b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020036b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020036c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020036c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020036d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020036d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020036e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020036e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020036f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020036f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200370 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200370 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200371 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200371 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200372 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200372 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200373 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200373 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200374 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200374 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200375 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200375 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200376 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200376 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200377 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200377 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200378 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200378 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200379 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200379 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020037a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020037a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020037b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020037b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020037c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020037c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020037d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020037d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020037e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020037e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020037f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020037f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200380 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200380 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200381 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200381 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200382 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200382 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200383 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200383 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200384 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200384 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200385 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200385 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200386 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200386 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200387 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200387 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200388 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200388 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200389 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200389 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020038a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020038a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020038b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020038b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020038c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020038c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020038d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020038d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020038e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020038e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020038f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020038f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200390 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200390 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200391 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200391 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200392 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200392 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200393 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200393 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200394 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200394 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200395 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200395 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200396 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200396 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200397 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200397 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200398 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200398 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200399 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200399 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020039a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020039a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020039b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020039b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020039c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020039c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020039d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020039d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020039e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020039e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020039f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020039f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003a0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003a0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003a1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003a1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003a2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003a2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003a3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003a3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003a4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003a4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003a5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003a5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003a6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003a6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003a7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003a7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003a8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003a8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003a9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003a9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003aa RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003aa 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003ab RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003ab 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003ac RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003ac 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003ad RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003ad 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003ae RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003ae 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003af RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003af 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003b0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003b0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003b1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003b1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003b2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003b2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003b3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003b3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003b4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003b4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003b5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003b5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003b6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003b6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003b7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003b7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003b8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003b8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003b9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003b9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003ba RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003ba 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003bb RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003bb 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003bc RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003bc 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003bd RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003bd 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003be RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003be 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003bf RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003bf 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003c0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003c0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003c1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003c1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003c2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003c2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003c3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003c3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003c4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003c4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003c5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003c5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003c6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003c6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003c7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003c7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003c8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003c8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003c9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003c9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003ca RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003ca 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003cb RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003cb 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003cc RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003cc 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003cd RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003cd 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003ce RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003ce 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003cf RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003cf 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003d0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003d0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003d1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003d1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003d2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003d2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003d3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003d3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003d4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003d4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003d5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003d5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003d6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003d6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003d7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003d7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003d8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003d8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003d9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003d9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003da RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003da 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003db RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003db 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003dc RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003dc 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003dd RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003dd 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003de RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003de 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003df RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003df 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003e0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003e0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003e1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003e1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003e2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003e2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003e3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003e3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003e4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003e4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003e5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003e5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003e6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003e6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003e7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003e7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003e8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003e8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003e9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003e9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003ea RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003ea 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003eb RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003eb 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003ec RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003ec 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003ed RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003ed 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003ee RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003ee 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003ef RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003ef 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003f0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003f0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003f1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003f1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003f2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003f2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003f3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003f3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003f4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003f4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003f5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003f5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003f6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003f6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003f7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003f7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003f8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003f8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003f9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003f9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003fa RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003fa 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003fb RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003fb 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003fc RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003fc 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003fd RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003fd 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003fe RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003fe 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002003ff RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002003ff 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200400 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200400 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200401 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200401 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200402 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200402 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200403 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200403 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200404 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200404 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200405 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200405 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200406 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200406 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200407 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200407 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200408 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200408 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200409 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200409 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020040a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020040a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020040b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020040b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020040c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020040c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020040d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020040d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020040e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020040e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020040f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020040f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200410 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200410 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200411 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200411 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200412 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200412 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200413 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200413 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200414 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200414 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200415 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200415 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200416 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200416 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200417 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200417 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200418 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200418 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200419 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200419 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020041a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020041a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020041b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020041b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020041c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020041c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020041d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020041d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020041e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020041e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020041f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020041f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200420 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200420 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200421 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200421 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200422 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200422 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200423 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200423 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200424 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200424 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200425 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200425 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200426 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200426 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200427 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200427 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200428 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200428 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200429 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200429 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020042a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020042a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020042b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020042b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020042c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020042c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020042d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020042d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020042e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020042e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020042f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020042f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200430 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200430 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200431 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200431 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200432 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200432 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200433 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200433 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200434 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200434 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200435 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200435 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200436 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200436 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200437 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200437 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200438 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200438 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200439 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200439 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020043a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020043a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020043b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020043b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020043c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020043c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020043d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020043d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020043e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020043e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020043f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020043f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200440 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200440 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200441 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200441 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200442 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200442 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200443 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200443 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200444 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200444 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200445 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200445 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200446 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200446 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200447 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200447 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200448 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200448 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200449 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200449 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020044a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020044a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020044b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020044b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020044c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020044c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020044d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020044d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020044e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020044e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020044f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020044f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200450 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200450 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200451 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200451 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200452 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200452 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200453 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200453 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200454 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200454 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200455 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200455 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200456 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200456 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200457 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200457 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200458 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200458 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200459 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200459 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020045a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020045a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020045b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020045b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020045c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020045c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020045d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020045d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020045e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020045e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020045f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020045f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200460 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200460 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200461 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200461 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200462 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200462 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200463 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200463 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200464 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200464 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200465 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200465 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200466 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200466 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200467 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200467 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200468 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200468 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200469 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200469 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020046a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020046a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020046b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020046b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020046c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020046c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020046d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020046d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020046e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020046e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020046f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020046f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200470 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200470 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200471 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200471 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200472 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200472 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200473 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200473 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200474 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200474 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200475 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200475 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200476 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200476 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200477 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200477 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200478 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200478 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200479 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200479 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020047a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020047a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020047b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020047b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020047c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020047c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020047d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020047d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020047e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020047e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020047f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020047f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200480 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200480 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200481 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200481 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200482 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200482 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200483 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200483 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200484 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200484 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200485 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200485 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200486 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200486 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200487 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200487 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200488 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200488 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200489 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200489 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020048a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020048a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020048b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020048b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020048c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020048c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020048d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020048d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020048e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020048e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020048f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020048f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200490 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200490 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200491 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200491 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200492 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200492 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200493 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200493 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200494 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200494 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200495 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200495 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200496 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200496 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200497 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200497 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200498 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200498 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200499 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200499 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020049a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020049a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020049b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020049b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020049c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020049c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020049d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020049d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020049e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020049e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020049f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020049f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004a0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004a0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004a1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004a1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004a2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004a2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004a3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004a3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004a4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004a4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004a5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004a5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004a6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004a6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004a7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004a7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004a8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004a8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004a9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004a9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004aa RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004aa 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004ab RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004ab 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004ac RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004ac 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004ad RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004ad 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004ae RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004ae 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004af RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004af 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004b0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004b0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004b1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004b1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004b2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004b2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004b3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004b3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004b4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004b4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004b5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004b5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004b6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004b6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004b7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004b7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004b8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004b8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004b9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004b9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004ba RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004ba 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004bb RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004bb 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004bc RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004bc 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004bd RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004bd 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004be RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004be 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004bf RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004bf 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004c0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004c0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004c1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004c1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004c2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004c2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004c3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004c3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004c4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004c4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004c5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004c5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004c6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004c6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004c7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004c7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004c8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004c8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004c9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004c9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004ca RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004ca 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004cb RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004cb 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004cc RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004cc 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004cd RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004cd 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004ce RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004ce 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004cf RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004cf 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004d0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004d0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004d1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004d1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004d2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004d2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004d3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004d3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004d4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004d4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004d5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004d5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004d6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004d6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004d7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004d7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004d8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004d8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004d9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004d9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004da RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004da 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004db RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004db 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004dc RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004dc 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004dd RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004dd 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004de RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004de 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004df RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004df 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004e0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004e0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004e1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004e1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004e2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004e2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004e3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004e3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004e4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004e4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004e5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004e5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004e6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004e6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004e7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004e7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004e8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004e8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004e9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004e9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004ea RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004ea 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004eb RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004eb 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004ec RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004ec 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004ed RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004ed 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004ee RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004ee 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004ef RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004ef 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004f0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004f0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004f1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004f1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004f2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004f2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004f3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004f3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004f4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004f4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004f5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004f5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004f6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004f6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004f7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004f7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004f8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004f8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004f9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004f9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004fa RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004fa 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004fb RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004fb 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004fc RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004fc 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004fd RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004fd 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004fe RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004fe 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002004ff RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002004ff 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200500 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200500 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200501 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200501 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200502 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200502 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200503 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200503 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200504 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200504 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200505 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200505 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200506 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200506 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200507 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200507 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200508 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200508 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200509 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200509 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020050a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020050a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020050b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020050b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020050c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020050c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020050d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020050d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020050e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020050e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020050f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020050f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200510 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200510 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200511 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200511 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200512 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200512 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200513 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200513 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200514 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200514 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200515 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200515 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200516 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200516 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200517 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200517 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200518 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200518 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200519 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200519 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020051a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020051a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020051b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020051b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020051c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020051c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020051d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020051d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020051e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020051e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020051f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020051f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200520 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200520 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200521 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200521 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200522 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200522 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200523 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200523 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200524 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200524 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200525 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200525 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200526 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200526 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200527 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200527 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200528 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200528 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200529 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200529 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020052a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020052a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020052b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020052b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020052c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020052c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020052d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020052d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020052e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020052e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020052f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020052f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200530 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200530 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200531 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200531 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200532 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200532 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200533 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200533 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200534 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200534 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200535 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200535 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200536 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200536 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200537 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200537 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200538 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200538 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200539 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200539 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020053a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020053a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020053b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020053b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020053c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020053c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020053d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020053d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020053e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020053e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020053f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020053f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200540 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200540 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200541 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200541 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200542 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200542 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200543 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200543 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200544 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200544 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200545 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200545 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200546 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200546 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200547 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200547 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200548 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200548 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200549 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200549 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020054a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020054a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020054b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020054b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020054c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020054c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020054d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020054d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020054e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020054e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020054f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020054f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200550 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200550 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200551 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200551 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200552 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200552 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200553 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200553 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200554 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200554 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200555 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200555 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200556 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200556 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200557 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200557 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200558 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200558 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200559 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200559 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020055a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020055a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020055b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020055b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020055c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020055c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020055d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020055d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020055e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020055e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020055f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020055f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200560 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200560 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200561 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200561 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200562 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200562 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200563 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200563 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200564 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200564 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200565 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200565 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200566 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200566 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200567 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200567 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200568 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200568 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200569 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200569 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020056a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020056a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020056b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020056b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020056c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020056c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020056d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020056d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020056e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020056e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020056f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020056f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200570 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200570 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200571 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200571 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200572 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200572 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200573 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200573 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200574 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200574 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200575 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200575 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200576 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200576 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200577 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200577 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200578 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200578 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200579 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200579 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020057a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020057a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020057b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020057b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020057c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020057c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020057d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020057d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020057e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020057e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020057f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020057f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200580 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200580 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200581 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200581 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200582 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200582 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200583 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200583 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200584 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200584 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200585 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200585 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200586 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200586 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200587 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200587 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200588 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200588 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200589 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200589 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020058a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020058a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020058b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020058b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020058c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020058c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020058d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020058d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020058e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020058e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020058f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020058f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200590 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200590 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200591 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200591 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200592 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200592 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200593 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200593 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200594 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200594 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200595 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200595 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200596 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200596 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200597 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200597 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200598 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200598 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200599 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200599 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020059a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020059a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020059b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020059b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020059c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020059c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020059d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020059d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020059e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020059e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020059f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020059f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005a0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005a0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005a1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005a1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005a2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005a2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005a3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005a3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005a4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005a4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005a5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005a5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005a6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005a6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005a7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005a7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005a8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005a8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005a9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005a9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005aa RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005aa 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005ab RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005ab 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005ac RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005ac 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005ad RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005ad 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005ae RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005ae 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005af RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005af 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005b0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005b0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005b1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005b1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005b2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005b2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005b3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005b3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005b4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005b4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005b5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005b5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005b6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005b6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005b7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005b7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005b8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005b8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005b9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005b9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005ba RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005ba 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005bb RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005bb 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005bc RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005bc 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005bd RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005bd 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005be RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005be 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005bf RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005bf 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005c0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005c0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005c1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005c1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005c2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005c2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005c3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005c3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005c4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005c4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005c5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005c5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005c6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005c6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005c7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005c7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005c8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005c8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005c9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005c9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005ca RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005ca 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005cb RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005cb 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005cc RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005cc 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005cd RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005cd 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005ce RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005ce 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005cf RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005cf 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005d0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005d0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005d1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005d1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005d2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005d2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005d3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005d3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005d4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005d4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005d5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005d5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005d6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005d6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005d7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005d7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005d8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005d8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005d9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005d9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005da RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005da 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005db RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005db 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005dc RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005dc 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005dd RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005dd 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005de RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005de 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005df RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005df 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005e0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005e0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005e1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005e1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005e2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005e2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005e3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005e3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005e4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005e4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005e5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005e5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005e6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005e6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005e7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005e7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005e8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005e8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005e9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005e9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005ea RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005ea 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005eb RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005eb 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005ec RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005ec 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005ed RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005ed 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005ee RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005ee 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005ef RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005ef 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005f0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005f0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005f1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005f1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005f2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005f2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005f3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005f3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005f4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005f4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005f5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005f5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005f6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005f6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005f7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005f7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005f8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005f8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005f9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005f9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005fa RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005fa 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005fb RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005fb 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005fc RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005fc 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005fd RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005fd 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005fe RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005fe 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002005ff RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002005ff 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200600 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200600 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200601 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200601 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200602 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200602 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200603 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200603 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200604 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200604 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200605 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200605 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200606 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200606 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200607 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200607 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200608 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200608 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200609 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200609 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020060a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020060a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020060b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020060b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020060c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020060c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020060d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020060d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020060e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020060e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020060f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020060f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200610 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200610 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200611 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200611 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200612 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200612 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200613 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200613 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200614 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200614 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200615 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200615 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200616 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200616 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200617 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200617 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200618 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200618 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200619 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200619 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020061a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020061a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020061b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020061b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020061c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020061c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020061d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020061d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020061e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020061e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020061f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020061f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200620 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200620 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200621 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200621 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200622 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200622 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200623 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200623 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200624 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200624 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200625 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200625 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200626 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200626 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200627 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200627 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200628 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200628 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200629 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200629 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020062a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020062a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020062b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020062b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020062c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020062c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020062d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020062d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020062e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020062e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020062f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020062f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200630 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200630 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200631 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200631 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200632 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200632 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200633 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200633 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200634 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200634 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200635 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200635 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200636 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200636 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200637 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200637 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200638 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200638 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200639 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200639 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020063a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020063a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020063b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020063b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020063c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020063c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020063d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020063d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020063e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020063e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020063f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020063f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200640 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200640 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200641 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200641 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200642 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200642 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200643 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200643 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200644 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200644 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200645 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200645 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200646 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200646 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200647 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200647 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200648 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200648 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200649 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200649 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020064a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020064a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020064b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020064b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020064c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020064c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020064d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020064d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020064e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020064e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020064f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020064f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200650 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200650 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200651 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200651 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200652 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200652 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200653 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200653 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200654 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200654 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200655 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200655 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200656 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200656 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200657 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200657 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200658 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200658 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200659 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200659 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020065a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020065a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020065b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020065b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020065c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020065c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020065d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020065d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020065e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020065e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020065f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020065f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200660 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200660 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200661 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200661 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200662 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200662 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200663 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200663 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200664 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200664 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200665 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200665 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200666 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200666 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200667 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200667 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200668 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200668 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200669 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200669 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020066a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020066a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020066b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020066b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020066c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020066c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020066d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020066d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020066e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020066e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020066f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020066f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200670 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200670 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200671 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200671 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200672 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200672 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200673 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200673 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200674 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200674 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200675 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200675 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200676 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200676 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200677 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200677 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200678 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200678 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200679 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200679 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020067a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020067a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020067b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020067b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020067c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020067c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020067d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020067d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020067e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020067e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020067f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020067f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200680 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200680 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200681 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200681 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200682 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200682 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200683 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200683 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200684 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200684 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200685 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200685 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200686 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200686 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200687 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200687 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200688 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200688 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200689 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200689 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020068a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020068a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020068b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020068b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020068c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020068c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020068d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020068d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020068e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020068e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020068f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020068f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200690 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200690 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200691 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200691 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200692 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200692 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200693 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200693 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200694 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200694 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200695 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200695 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200696 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200696 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200697 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200697 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200698 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200698 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200699 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200699 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020069a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020069a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020069b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020069b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020069c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020069c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020069d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020069d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020069e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020069e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020069f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020069f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006a0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006a0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006a1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006a1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006a2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006a2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006a3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006a3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006a4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006a4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006a5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006a5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006a6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006a6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006a7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006a7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006a8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006a8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006a9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006a9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006aa RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006aa 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006ab RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006ab 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006ac RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006ac 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006ad RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006ad 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006ae RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006ae 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006af RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006af 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006b0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006b0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006b1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006b1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006b2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006b2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006b3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006b3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006b4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006b4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006b5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006b5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006b6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006b6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006b7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006b7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006b8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006b8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006b9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006b9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006ba RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006ba 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006bb RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006bb 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006bc RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006bc 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006bd RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006bd 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006be RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006be 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006bf RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006bf 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006c0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006c0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006c1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006c1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006c2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006c2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006c3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006c3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006c4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006c4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006c5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006c5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006c6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006c6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006c7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006c7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006c8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006c8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006c9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006c9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006ca RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006ca 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006cb RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006cb 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006cc RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006cc 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006cd RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006cd 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006ce RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006ce 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006cf RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006cf 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006d0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006d0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006d1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006d1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006d2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006d2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006d3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006d3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006d4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006d4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006d5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006d5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006d6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006d6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006d7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006d7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006d8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006d8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006d9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006d9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006da RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006da 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006db RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006db 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006dc RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006dc 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006dd RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006dd 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006de RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006de 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006df RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006df 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006e0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006e0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006e1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006e1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006e2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006e2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006e3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006e3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006e4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006e4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006e5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006e5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006e6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006e6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006e7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006e7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006e8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006e8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006e9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006e9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006ea RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006ea 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006eb RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006eb 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006ec RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006ec 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006ed RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006ed 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006ee RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006ee 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006ef RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006ef 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006f0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006f0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006f1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006f1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006f2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006f2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006f3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006f3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006f4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006f4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006f5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006f5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006f6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006f6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006f7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006f7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006f8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006f8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006f9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006f9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006fa RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006fa 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006fb RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006fb 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006fc RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006fc 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006fd RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006fd 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006fe RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006fe 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002006ff RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002006ff 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200700 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200700 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200701 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200701 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200702 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200702 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200703 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200703 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200704 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200704 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200705 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200705 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200706 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200706 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200707 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200707 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200708 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200708 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200709 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200709 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020070a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020070a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020070b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020070b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020070c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020070c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020070d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020070d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020070e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020070e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020070f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020070f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200710 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200710 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200711 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200711 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200712 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200712 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200713 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200713 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200714 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200714 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200715 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200715 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200716 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200716 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200717 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200717 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200718 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200718 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200719 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200719 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020071a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020071a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020071b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020071b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020071c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020071c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020071d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020071d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020071e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020071e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020071f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020071f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200720 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200720 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200721 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200721 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200722 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200722 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200723 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200723 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200724 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200724 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200725 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200725 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200726 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200726 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200727 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200727 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200728 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200728 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200729 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200729 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020072a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020072a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020072b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020072b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020072c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020072c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020072d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020072d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020072e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020072e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020072f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020072f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200730 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200730 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200731 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200731 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200732 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200732 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200733 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200733 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200734 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200734 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200735 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200735 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200736 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200736 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200737 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200737 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200738 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200738 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200739 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200739 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020073a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020073a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020073b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020073b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020073c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020073c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020073d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020073d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020073e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020073e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020073f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020073f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200740 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200740 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200741 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200741 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200742 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200742 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200743 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200743 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200744 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200744 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200745 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200745 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200746 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200746 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200747 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200747 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200748 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200748 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200749 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200749 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020074a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020074a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020074b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020074b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020074c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020074c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020074d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020074d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020074e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020074e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020074f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020074f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200750 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200750 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200751 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200751 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200752 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200752 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200753 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200753 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200754 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200754 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200755 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200755 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200756 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200756 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200757 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200757 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200758 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200758 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200759 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200759 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020075a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020075a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020075b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020075b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020075c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020075c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020075d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020075d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020075e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020075e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020075f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020075f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200760 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200760 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200761 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200761 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200762 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200762 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200763 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200763 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200764 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200764 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200765 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200765 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200766 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200766 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200767 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200767 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200768 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200768 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200769 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200769 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020076a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020076a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020076b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020076b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020076c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020076c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020076d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020076d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020076e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020076e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020076f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020076f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200770 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200770 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200771 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200771 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200772 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200772 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200773 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200773 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200774 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200774 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200775 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200775 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200776 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200776 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200777 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200777 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200778 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200778 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200779 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200779 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020077a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020077a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020077b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020077b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020077c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020077c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020077d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020077d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020077e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020077e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020077f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020077f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200780 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200780 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200781 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200781 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200782 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200782 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200783 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200783 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200784 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200784 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200785 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200785 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200786 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200786 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200787 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200787 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200788 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200788 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200789 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200789 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020078a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020078a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020078b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020078b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020078c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020078c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020078d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020078d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020078e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020078e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020078f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020078f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200790 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200790 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200791 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200791 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200792 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200792 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200793 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200793 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200794 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200794 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200795 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200795 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200796 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200796 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200797 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200797 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200798 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200798 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200799 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200799 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020079a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020079a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020079b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020079b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020079c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020079c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020079d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020079d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020079e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020079e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020079f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020079f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007a0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007a0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007a1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007a1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007a2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007a2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007a3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007a3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007a4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007a4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007a5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007a5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007a6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007a6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007a7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007a7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007a8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007a8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007a9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007a9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007aa RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007aa 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007ab RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007ab 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007ac RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007ac 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007ad RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007ad 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007ae RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007ae 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007af RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007af 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007b0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007b0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007b1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007b1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007b2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007b2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007b3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007b3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007b4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007b4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007b5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007b5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007b6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007b6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007b7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007b7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007b8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007b8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007b9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007b9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007ba RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007ba 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007bb RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007bb 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007bc RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007bc 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007bd RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007bd 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007be RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007be 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007bf RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007bf 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007c0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007c0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007c1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007c1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007c2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007c2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007c3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007c3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007c4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007c4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007c5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007c5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007c6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007c6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007c7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007c7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007c8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007c8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007c9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007c9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007ca RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007ca 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007cb RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007cb 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007cc RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007cc 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007cd RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007cd 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007ce RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007ce 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007cf RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007cf 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007d0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007d0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007d1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007d1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007d2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007d2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007d3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007d3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007d4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007d4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007d5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007d5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007d6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007d6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007d7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007d7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007d8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007d8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007d9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007d9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007da RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007da 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007db RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007db 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007dc RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007dc 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007dd RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007dd 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007de RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007de 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007df RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007df 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007e0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007e0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007e1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007e1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007e2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007e2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007e3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007e3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007e4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007e4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007e5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007e5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007e6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007e6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007e7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007e7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007e8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007e8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007e9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007e9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007ea RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007ea 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007eb RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007eb 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007ec RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007ec 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007ed RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007ed 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007ee RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007ee 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007ef RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007ef 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007f0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007f0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007f1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007f1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007f2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007f2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007f3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007f3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007f4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007f4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007f5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007f5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007f6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007f6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007f7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007f7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007f8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007f8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007f9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007f9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007fa RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007fa 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007fb RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007fb 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007fc RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007fc 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007fd RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007fd 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007fe RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007fe 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002007ff RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002007ff 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200800 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200800 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200801 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200801 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200802 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200802 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200803 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200803 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200804 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200804 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200805 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200805 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200806 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200806 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200807 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200807 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200808 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200808 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200809 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200809 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020080a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020080a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020080b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020080b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020080c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020080c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020080d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020080d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020080e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020080e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020080f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020080f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200810 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200810 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200811 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200811 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200812 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200812 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200813 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200813 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200814 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200814 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200815 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200815 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200816 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200816 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200817 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200817 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200818 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200818 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200819 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200819 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020081a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020081a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020081b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020081b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020081c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020081c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020081d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020081d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020081e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020081e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020081f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020081f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200820 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200820 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200821 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200821 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200822 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200822 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200823 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200823 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200824 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200824 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200825 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200825 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200826 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200826 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200827 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200827 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200828 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200828 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200829 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200829 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020082a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020082a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020082b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020082b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020082c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020082c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020082d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020082d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020082e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020082e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020082f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020082f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200830 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200830 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200831 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200831 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200832 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200832 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200833 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200833 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200834 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200834 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200835 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200835 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200836 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200836 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200837 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200837 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200838 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200838 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200839 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200839 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020083a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020083a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020083b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020083b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020083c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020083c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020083d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020083d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020083e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020083e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020083f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020083f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200840 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200840 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200841 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200841 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200842 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200842 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200843 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200843 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200844 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200844 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200845 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200845 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200846 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200846 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200847 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200847 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200848 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200848 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200849 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200849 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020084a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020084a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020084b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020084b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020084c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020084c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020084d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020084d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020084e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020084e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020084f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020084f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200850 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200850 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200851 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200851 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200852 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200852 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200853 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200853 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200854 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200854 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200855 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200855 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200856 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200856 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200857 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200857 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200858 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200858 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200859 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200859 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020085a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020085a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020085b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020085b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020085c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020085c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020085d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020085d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020085e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020085e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020085f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020085f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200860 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200860 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200861 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200861 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200862 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200862 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200863 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200863 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200864 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200864 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200865 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200865 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200866 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200866 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200867 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200867 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200868 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200868 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200869 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200869 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020086a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020086a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020086b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020086b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020086c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020086c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020086d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020086d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020086e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020086e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020086f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020086f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200870 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200870 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200871 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200871 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200872 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200872 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200873 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200873 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200874 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200874 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200875 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200875 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200876 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200876 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200877 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200877 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200878 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200878 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200879 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200879 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020087a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020087a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020087b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020087b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020087c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020087c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020087d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020087d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020087e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020087e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020087f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020087f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200880 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200880 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200881 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200881 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200882 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200882 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200883 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200883 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200884 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200884 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200885 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200885 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200886 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200886 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200887 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200887 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200888 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200888 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200889 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200889 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020088a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020088a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020088b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020088b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020088c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020088c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020088d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020088d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020088e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020088e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020088f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020088f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200890 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200890 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200891 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200891 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200892 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200892 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200893 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200893 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200894 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200894 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200895 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200895 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200896 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200896 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200897 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200897 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200898 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200898 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200899 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200899 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020089a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020089a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020089b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020089b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020089c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020089c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020089d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020089d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020089e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020089e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020089f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020089f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008a0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008a0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008a1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008a1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008a2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008a2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008a3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008a3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008a4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008a4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008a5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008a5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008a6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008a6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008a7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008a7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008a8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008a8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008a9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008a9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008aa RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008aa 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008ab RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008ab 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008ac RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008ac 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008ad RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008ad 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008ae RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008ae 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008af RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008af 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008b0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008b0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008b1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008b1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008b2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008b2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008b3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008b3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008b4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008b4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008b5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008b5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008b6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008b6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008b7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008b7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008b8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008b8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008b9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008b9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008ba RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008ba 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008bb RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008bb 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008bc RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008bc 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008bd RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008bd 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008be RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008be 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008bf RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008bf 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008c0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008c0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008c1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008c1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008c2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008c2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008c3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008c3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008c4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008c4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008c5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008c5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008c6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008c6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008c7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008c7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008c8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008c8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008c9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008c9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008ca RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008ca 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008cb RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008cb 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008cc RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008cc 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008cd RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008cd 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008ce RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008ce 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008cf RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008cf 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008d0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008d0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008d1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008d1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008d2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008d2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008d3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008d3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008d4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008d4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008d5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008d5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008d6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008d6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008d7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008d7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008d8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008d8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008d9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008d9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008da RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008da 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008db RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008db 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008dc RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008dc 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008dd RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008dd 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008de RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008de 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008df RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008df 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008e0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008e0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008e1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008e1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008e2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008e2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008e3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008e3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008e4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008e4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008e5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008e5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008e6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008e6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008e7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008e7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008e8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008e8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008e9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008e9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008ea RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008ea 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008eb RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008eb 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008ec RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008ec 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008ed RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008ed 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008ee RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008ee 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008ef RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008ef 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008f0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008f0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008f1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008f1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008f2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008f2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008f3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008f3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008f4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008f4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008f5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008f5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008f6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008f6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008f7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008f7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008f8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008f8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008f9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008f9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008fa RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008fa 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008fb RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008fb 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008fc RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008fc 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008fd RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008fd 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008fe RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008fe 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002008ff RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002008ff 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200900 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200900 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200901 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200901 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200902 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200902 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200903 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200903 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200904 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200904 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200905 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200905 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200906 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200906 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200907 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200907 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200908 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200908 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200909 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200909 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020090a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020090a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020090b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020090b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020090c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020090c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020090d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020090d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020090e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020090e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020090f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020090f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200910 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200910 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200911 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200911 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200912 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200912 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200913 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200913 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200914 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200914 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200915 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200915 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200916 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200916 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200917 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200917 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200918 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200918 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200919 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200919 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020091a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020091a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020091b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020091b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020091c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020091c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020091d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020091d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020091e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020091e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020091f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020091f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200920 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200920 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200921 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200921 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200922 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200922 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200923 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200923 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200924 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200924 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200925 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200925 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200926 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200926 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200927 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200927 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200928 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200928 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200929 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200929 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020092a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020092a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020092b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020092b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020092c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020092c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020092d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020092d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020092e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020092e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020092f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020092f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200930 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200930 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200931 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200931 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200932 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200932 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200933 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200933 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200934 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200934 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200935 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200935 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200936 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200936 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200937 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200937 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200938 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200938 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200939 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200939 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020093a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020093a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020093b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020093b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020093c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020093c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020093d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020093d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020093e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020093e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020093f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020093f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200940 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200940 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200941 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200941 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200942 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200942 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200943 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200943 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200944 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200944 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200945 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200945 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200946 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200946 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200947 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200947 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200948 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200948 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200949 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200949 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020094a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020094a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020094b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020094b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020094c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020094c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020094d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020094d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020094e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020094e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020094f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020094f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200950 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200950 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200951 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200951 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200952 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200952 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200953 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200953 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200954 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200954 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200955 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200955 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200956 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200956 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200957 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200957 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200958 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200958 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200959 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200959 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020095a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020095a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020095b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020095b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020095c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020095c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020095d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020095d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020095e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020095e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020095f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020095f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200960 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200960 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200961 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200961 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200962 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200962 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200963 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200963 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200964 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200964 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200965 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200965 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200966 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200966 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200967 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200967 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200968 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200968 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200969 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200969 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020096a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020096a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020096b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020096b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020096c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020096c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020096d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020096d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020096e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020096e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020096f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020096f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200970 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200970 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200971 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200971 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200972 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200972 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200973 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200973 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200974 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200974 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200975 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200975 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200976 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200976 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200977 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200977 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200978 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200978 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200979 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200979 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020097a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020097a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020097b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020097b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020097c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020097c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020097d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020097d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020097e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020097e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020097f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020097f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200980 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200980 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200981 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200981 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200982 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200982 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200983 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200983 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200984 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200984 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200985 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200985 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200986 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200986 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200987 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200987 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200988 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200988 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200989 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200989 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020098a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020098a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020098b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020098b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020098c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020098c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020098d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020098d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020098e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020098e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020098f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020098f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200990 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200990 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200991 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200991 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200992 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200992 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200993 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200993 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200994 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200994 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200995 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200995 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200996 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200996 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200997 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200997 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200998 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200998 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200999 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200999 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020099a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020099a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020099b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020099b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020099c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020099c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020099d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020099d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020099e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020099e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020099f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020099f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009a0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009a0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009a1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009a1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009a2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009a2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009a3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009a3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009a4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009a4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009a5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009a5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009a6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009a6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009a7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009a7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009a8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009a8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009a9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009a9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009aa RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009aa 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009ab RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009ab 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009ac RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009ac 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009ad RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009ad 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009ae RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009ae 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009af RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009af 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009b0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009b0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009b1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009b1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009b2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009b2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009b3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009b3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009b4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009b4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009b5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009b5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009b6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009b6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009b7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009b7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009b8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009b8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009b9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009b9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009ba RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009ba 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009bb RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009bb 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009bc RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009bc 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009bd RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009bd 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009be RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009be 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009bf RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009bf 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009c0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009c0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009c1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009c1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009c2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009c2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009c3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009c3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009c4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009c4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009c5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009c5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009c6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009c6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009c7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009c7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009c8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009c8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009c9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009c9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009ca RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009ca 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009cb RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009cb 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009cc RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009cc 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009cd RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009cd 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009ce RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009ce 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009cf RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009cf 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009d0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009d0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009d1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009d1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009d2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009d2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009d3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009d3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009d4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009d4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009d5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009d5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009d6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009d6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009d7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009d7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009d8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009d8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009d9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009d9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009da RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009da 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009db RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009db 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009dc RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009dc 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009dd RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009dd 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009de RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009de 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009df RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009df 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009e0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009e0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009e1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009e1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009e2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009e2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009e3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009e3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009e4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009e4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009e5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009e5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009e6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009e6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009e7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009e7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009e8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009e8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009e9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009e9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009ea RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009ea 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009eb RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009eb 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009ec RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009ec 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009ed RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009ed 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009ee RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009ee 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009ef RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009ef 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009f0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009f0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009f1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009f1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009f2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009f2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009f3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009f3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009f4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009f4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009f5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009f5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009f6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009f6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009f7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009f7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009f8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009f8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009f9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009f9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009fa RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009fa 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009fb RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009fb 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009fc RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009fc 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009fd RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009fd 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009fe RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009fe 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002009ff RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002009ff 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a00 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a00 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a01 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a01 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a02 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a02 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a03 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a03 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a04 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a04 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a05 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a05 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a06 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a06 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a07 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a07 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a08 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a08 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a09 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a09 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a0a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a0a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a0b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a0b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a0c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a0c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a0d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a0d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a0e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a0e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a0f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a0f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a10 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a10 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a11 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a11 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a12 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a12 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a13 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a13 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a14 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a14 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a15 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a15 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a16 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a16 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a17 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a17 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a18 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a18 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a19 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a19 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a1a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a1a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a1b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a1b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a1c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a1c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a1d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a1d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a1e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a1e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a1f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a1f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a20 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a20 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a21 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a21 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a22 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a22 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a23 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a23 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a24 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a24 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a25 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a25 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a26 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a26 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a27 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a27 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a28 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a28 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a29 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a29 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a2a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a2a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a2b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a2b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a2c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a2c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a2d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a2d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a2e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a2e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a2f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a2f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a30 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a30 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a31 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a31 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a32 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a32 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a33 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a33 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a34 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a34 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a35 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a35 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a36 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a36 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a37 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a37 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a38 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a38 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a39 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a39 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a3a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a3a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a3b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a3b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a3c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a3c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a3d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a3d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a3e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a3e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a3f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a3f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a40 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a40 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a41 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a41 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a42 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a42 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a43 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a43 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a44 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a44 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a45 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a45 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a46 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a46 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a47 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a47 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a48 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a48 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a49 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a49 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a4a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a4a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a4b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a4b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a4c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a4c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a4d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a4d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a4e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a4e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a4f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a4f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a50 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a50 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a51 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a51 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a52 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a52 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a53 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a53 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a54 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a54 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a55 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a55 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a56 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a56 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a57 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a57 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a58 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a58 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a59 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a59 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a5a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a5a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a5b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a5b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a5c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a5c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a5d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a5d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a5e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a5e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a5f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a5f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a60 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a60 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a61 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a61 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a62 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a62 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a63 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a63 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a64 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a64 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a65 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a65 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a66 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a66 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a67 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a67 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a68 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a68 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a69 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a69 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a6a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a6a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a6b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a6b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a6c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a6c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a6d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a6d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a6e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a6e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a6f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a6f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a70 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a70 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a71 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a71 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a72 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a72 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a73 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a73 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a74 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a74 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a75 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a75 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a76 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a76 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a77 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a77 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a78 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a78 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a79 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a79 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a7a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a7a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a7b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a7b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a7c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a7c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a7d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a7d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a7e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a7e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a7f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a7f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a80 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a80 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a81 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a81 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a82 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a82 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a83 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a83 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a84 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a84 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a85 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a85 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a86 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a86 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a87 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a87 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a88 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a88 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a89 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a89 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a8a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a8a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a8b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a8b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a8c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a8c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a8d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a8d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a8e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a8e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a8f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a8f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a90 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a90 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a91 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a91 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a92 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a92 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a93 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a93 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a94 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a94 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a95 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a95 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a96 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a96 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a97 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a97 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a98 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a98 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a99 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a99 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a9a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a9a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a9b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a9b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a9c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a9c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a9d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a9d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a9e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a9e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200a9f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200a9f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200aa0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200aa0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200aa1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200aa1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200aa2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200aa2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200aa3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200aa3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200aa4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200aa4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200aa5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200aa5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200aa6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200aa6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200aa7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200aa7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200aa8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200aa8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200aa9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200aa9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200aaa RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200aaa 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200aab RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200aab 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200aac RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200aac 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200aad RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200aad 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200aae RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200aae 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200aaf RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200aaf 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ab0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ab0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ab1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ab1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ab2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ab2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ab3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ab3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ab4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ab4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ab5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ab5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ab6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ab6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ab7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ab7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ab8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ab8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ab9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ab9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200aba RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200aba 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200abb RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200abb 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200abc RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200abc 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200abd RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200abd 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200abe RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200abe 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200abf RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200abf 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ac0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ac0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ac1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ac1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ac2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ac2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ac3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ac3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ac4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ac4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ac5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ac5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ac6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ac6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ac7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ac7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ac8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ac8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ac9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ac9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200aca RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200aca 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200acb RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200acb 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200acc RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200acc 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200acd RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200acd 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ace RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ace 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200acf RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200acf 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ad0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ad0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ad1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ad1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ad2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ad2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ad3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ad3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ad4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ad4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ad5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ad5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ad6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ad6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ad7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ad7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ad8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ad8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ad9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ad9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ada RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ada 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200adb RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200adb 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200adc RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200adc 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200add RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200add 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ade RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ade 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200adf RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200adf 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ae0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ae0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ae1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ae1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ae2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ae2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ae3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ae3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ae4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ae4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ae5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ae5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ae6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ae6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ae7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ae7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ae8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ae8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ae9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ae9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200aea RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200aea 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200aeb RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200aeb 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200aec RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200aec 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200aed RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200aed 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200aee RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200aee 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200aef RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200aef 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200af0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200af0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200af1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200af1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200af2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200af2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200af3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200af3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200af4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200af4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200af5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200af5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200af6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200af6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200af7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200af7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200af8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200af8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200af9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200af9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200afa RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200afa 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200afb RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200afb 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200afc RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200afc 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200afd RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200afd 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200afe RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200afe 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200aff RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200aff 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b00 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b00 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b01 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b01 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b02 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b02 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b03 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b03 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b04 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b04 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b05 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b05 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b06 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b06 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b07 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b07 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b08 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b08 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b09 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b09 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b0a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b0a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b0b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b0b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b0c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b0c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b0d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b0d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b0e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b0e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b0f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b0f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b10 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b10 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b11 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b11 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b12 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b12 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b13 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b13 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b14 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b14 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b15 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b15 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b16 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b16 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b17 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b17 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b18 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b18 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b19 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b19 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b1a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b1a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b1b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b1b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b1c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b1c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b1d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b1d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b1e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b1e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b1f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b1f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b20 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b20 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b21 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b21 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b22 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b22 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b23 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b23 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b24 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b24 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b25 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b25 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b26 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b26 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b27 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b27 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b28 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b28 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b29 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b29 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b2a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b2a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b2b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b2b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b2c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b2c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b2d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b2d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b2e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b2e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b2f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b2f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b30 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b30 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b31 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b31 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b32 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b32 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b33 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b33 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b34 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b34 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b35 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b35 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b36 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b36 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b37 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b37 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b38 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b38 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b39 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b39 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b3a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b3a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b3b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b3b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b3c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b3c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b3d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b3d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b3e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b3e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b3f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b3f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b40 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b40 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b41 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b41 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b42 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b42 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b43 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b43 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b44 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b44 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b45 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b45 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b46 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b46 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b47 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b47 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b48 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b48 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b49 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b49 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b4a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b4a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b4b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b4b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b4c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b4c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b4d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b4d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b4e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b4e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b4f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b4f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b50 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b50 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b51 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b51 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b52 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b52 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b53 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b53 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b54 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b54 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b55 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b55 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b56 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b56 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b57 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b57 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b58 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b58 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b59 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b59 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b5a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b5a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b5b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b5b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b5c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b5c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b5d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b5d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b5e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b5e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b5f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b5f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b60 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b60 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b61 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b61 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b62 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b62 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b63 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b63 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b64 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b64 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b65 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b65 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b66 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b66 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b67 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b67 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b68 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b68 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b69 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b69 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b6a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b6a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b6b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b6b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b6c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b6c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b6d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b6d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b6e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b6e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b6f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b6f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b70 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b70 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b71 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b71 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b72 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b72 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b73 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b73 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b74 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b74 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b75 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b75 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b76 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b76 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b77 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b77 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b78 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b78 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b79 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b79 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b7a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b7a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b7b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b7b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b7c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b7c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b7d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b7d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b7e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b7e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b7f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b7f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b80 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b80 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b81 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b81 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b82 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b82 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b83 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b83 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b84 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b84 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b85 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b85 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b86 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b86 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b87 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b87 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b88 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b88 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b89 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b89 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b8a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b8a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b8b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b8b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b8c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b8c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b8d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b8d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b8e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b8e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b8f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b8f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b90 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b90 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b91 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b91 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b92 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b92 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b93 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b93 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b94 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b94 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b95 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b95 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b96 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b96 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b97 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b97 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b98 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b98 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b99 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b99 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b9a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b9a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b9b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b9b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b9c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b9c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b9d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b9d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b9e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b9e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200b9f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200b9f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ba0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ba0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ba1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ba1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ba2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ba2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ba3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ba3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ba4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ba4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ba5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ba5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ba6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ba6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ba7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ba7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ba8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ba8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ba9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ba9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200baa RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200baa 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200bab RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200bab 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200bac RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200bac 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200bad RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200bad 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200bae RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200bae 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200baf RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200baf 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200bb0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200bb0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200bb1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200bb1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200bb2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200bb2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200bb3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200bb3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200bb4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200bb4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200bb5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200bb5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200bb6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200bb6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200bb7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200bb7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200bb8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200bb8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200bb9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200bb9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200bba RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200bba 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200bbb RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200bbb 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200bbc RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200bbc 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200bbd RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200bbd 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200bbe RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200bbe 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200bbf RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200bbf 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200bc0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200bc0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200bc1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200bc1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200bc2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200bc2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200bc3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200bc3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200bc4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200bc4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200bc5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200bc5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200bc6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200bc6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200bc7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200bc7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200bc8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200bc8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200bc9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200bc9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200bca RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200bca 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200bcb RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200bcb 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200bcc RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200bcc 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200bcd RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200bcd 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200bce RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200bce 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200bcf RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200bcf 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200bd0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200bd0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200bd1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200bd1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200bd2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200bd2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200bd3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200bd3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200bd4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200bd4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200bd5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200bd5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200bd6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200bd6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200bd7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200bd7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200bd8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200bd8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200bd9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200bd9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200bda RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200bda 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200bdb RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200bdb 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200bdc RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200bdc 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200bdd RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200bdd 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200bde RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200bde 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200bdf RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200bdf 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200be0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200be0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200be1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200be1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200be2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200be2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200be3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200be3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200be4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200be4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200be5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200be5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200be6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200be6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200be7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200be7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200be8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200be8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200be9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200be9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200bea RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200bea 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200beb RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200beb 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200bec RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200bec 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200bed RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200bed 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200bee RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200bee 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200bef RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200bef 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200bf0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200bf0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200bf1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200bf1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200bf2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200bf2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200bf3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200bf3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200bf4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200bf4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200bf5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200bf5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200bf6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200bf6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200bf7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200bf7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200bf8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200bf8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200bf9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200bf9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200bfa RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200bfa 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200bfb RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200bfb 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200bfc RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200bfc 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200bfd RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200bfd 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200bfe RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200bfe 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200bff RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200bff 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c00 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c00 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c01 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c01 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c02 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c02 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c03 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c03 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c04 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c04 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c05 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c05 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c06 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c06 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c07 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c07 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c08 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c08 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c09 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c09 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c0a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c0a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c0b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c0b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c0c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c0c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c0d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c0d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c0e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c0e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c0f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c0f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c10 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c10 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c11 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c11 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c12 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c12 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c13 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c13 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c14 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c14 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c15 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c15 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c16 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c16 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c17 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c17 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c18 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c18 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c19 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c19 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c1a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c1a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c1b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c1b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c1c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c1c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c1d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c1d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c1e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c1e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c1f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c1f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c20 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c20 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c21 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c21 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c22 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c22 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c23 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c23 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c24 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c24 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c25 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c25 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c26 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c26 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c27 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c27 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c28 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c28 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c29 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c29 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c2a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c2a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c2b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c2b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c2c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c2c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c2d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c2d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c2e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c2e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c2f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c2f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c30 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c30 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c31 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c31 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c32 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c32 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c33 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c33 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c34 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c34 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c35 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c35 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c36 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c36 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c37 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c37 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c38 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c38 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c39 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c39 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c3a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c3a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c3b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c3b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c3c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c3c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c3d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c3d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c3e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c3e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c3f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c3f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c40 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c40 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c41 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c41 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c42 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c42 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c43 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c43 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c44 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c44 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c45 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c45 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c46 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c46 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c47 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c47 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c48 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c48 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c49 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c49 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c4a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c4a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c4b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c4b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c4c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c4c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c4d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c4d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c4e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c4e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c4f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c4f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c50 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c50 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c51 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c51 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c52 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c52 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c53 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c53 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c54 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c54 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c55 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c55 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c56 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c56 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c57 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c57 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c58 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c58 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c59 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c59 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c5a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c5a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c5b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c5b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c5c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c5c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c5d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c5d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c5e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c5e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c5f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c5f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c60 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c60 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c61 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c61 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c62 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c62 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c63 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c63 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c64 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c64 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c65 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c65 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c66 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c66 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c67 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c67 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c68 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c68 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c69 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c69 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c6a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c6a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c6b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c6b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c6c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c6c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c6d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c6d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c6e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c6e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c6f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c6f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c70 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c70 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c71 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c71 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c72 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c72 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c73 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c73 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c74 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c74 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c75 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c75 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c76 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c76 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c77 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c77 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c78 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c78 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c79 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c79 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c7a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c7a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c7b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c7b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c7c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c7c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c7d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c7d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c7e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c7e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c7f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c7f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c80 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c80 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c81 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c81 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c82 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c82 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c83 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c83 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c84 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c84 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c85 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c85 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c86 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c86 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c87 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c87 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c88 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c88 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c89 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c89 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c8a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c8a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c8b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c8b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c8c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c8c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c8d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c8d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c8e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c8e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c8f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c8f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c90 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c90 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c91 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c91 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c92 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c92 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c93 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c93 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c94 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c94 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c95 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c95 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c96 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c96 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c97 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c97 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c98 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c98 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c99 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c99 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c9a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c9a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c9b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c9b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c9c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c9c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c9d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c9d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c9e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c9e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200c9f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200c9f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ca0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ca0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ca1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ca1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ca2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ca2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ca3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ca3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ca4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ca4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ca5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ca5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ca6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ca6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ca7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ca7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ca8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ca8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ca9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ca9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200caa RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200caa 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200cab RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200cab 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200cac RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200cac 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200cad RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200cad 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200cae RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200cae 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200caf RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200caf 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200cb0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200cb0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200cb1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200cb1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200cb2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200cb2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200cb3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200cb3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200cb4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200cb4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200cb5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200cb5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200cb6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200cb6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200cb7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200cb7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200cb8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200cb8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200cb9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200cb9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200cba RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200cba 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200cbb RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200cbb 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200cbc RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200cbc 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200cbd RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200cbd 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200cbe RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200cbe 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200cbf RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200cbf 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200cc0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200cc0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200cc1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200cc1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200cc2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200cc2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200cc3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200cc3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200cc4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200cc4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200cc5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200cc5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200cc6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200cc6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200cc7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200cc7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200cc8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200cc8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200cc9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200cc9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200cca RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200cca 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ccb RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ccb 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ccc RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ccc 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ccd RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ccd 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200cce RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200cce 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ccf RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ccf 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200cd0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200cd0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200cd1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200cd1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200cd2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200cd2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200cd3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200cd3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200cd4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200cd4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200cd5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200cd5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200cd6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200cd6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200cd7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200cd7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200cd8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200cd8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200cd9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200cd9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200cda RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200cda 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200cdb RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200cdb 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200cdc RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200cdc 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200cdd RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200cdd 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200cde RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200cde 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200cdf RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200cdf 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ce0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ce0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ce1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ce1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ce2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ce2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ce3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ce3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ce4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ce4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ce5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ce5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ce6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ce6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ce7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ce7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ce8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ce8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ce9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ce9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200cea RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200cea 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ceb RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ceb 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200cec RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200cec 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ced RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ced 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200cee RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200cee 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200cef RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200cef 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200cf0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200cf0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200cf1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200cf1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200cf2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200cf2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200cf3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200cf3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200cf4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200cf4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200cf5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200cf5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200cf6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200cf6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200cf7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200cf7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200cf8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200cf8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200cf9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200cf9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200cfa RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200cfa 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200cfb RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200cfb 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200cfc RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200cfc 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200cfd RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200cfd 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200cfe RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200cfe 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200cff RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200cff 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d00 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d00 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d01 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d01 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d02 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d02 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d03 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d03 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d04 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d04 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d05 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d05 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d06 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d06 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d07 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d07 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d08 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d08 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d09 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d09 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d0a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d0a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d0b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d0b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d0c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d0c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d0d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d0d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d0e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d0e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d0f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d0f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d10 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d10 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d11 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d11 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d12 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d12 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d13 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d13 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d14 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d14 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d15 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d15 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d16 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d16 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d17 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d17 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d18 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d18 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d19 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d19 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d1a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d1a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d1b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d1b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d1c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d1c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d1d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d1d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d1e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d1e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d1f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d1f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d20 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d20 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d21 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d21 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d22 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d22 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d23 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d23 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d24 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d24 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d25 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d25 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d26 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d26 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d27 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d27 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d28 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d28 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d29 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d29 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d2a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d2a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d2b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d2b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d2c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d2c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d2d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d2d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d2e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d2e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d2f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d2f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d30 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d30 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d31 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d31 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d32 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d32 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d33 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d33 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d34 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d34 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d35 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d35 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d36 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d36 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d37 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d37 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d38 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d38 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d39 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d39 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d3a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d3a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d3b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d3b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d3c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d3c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d3d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d3d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d3e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d3e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d3f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d3f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d40 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d40 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d41 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d41 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d42 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d42 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d43 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d43 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d44 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d44 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d45 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d45 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d46 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d46 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d47 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d47 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d48 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d48 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d49 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d49 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d4a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d4a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d4b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d4b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d4c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d4c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d4d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d4d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d4e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d4e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d4f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d4f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d50 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d50 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d51 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d51 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d52 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d52 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d53 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d53 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d54 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d54 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d55 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d55 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d56 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d56 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d57 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d57 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d58 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d58 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d59 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d59 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d5a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d5a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d5b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d5b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d5c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d5c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d5d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d5d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d5e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d5e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d5f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d5f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d60 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d60 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d61 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d61 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d62 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d62 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d63 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d63 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d64 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d64 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d65 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d65 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d66 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d66 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d67 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d67 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d68 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d68 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d69 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d69 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d6a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d6a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d6b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d6b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d6c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d6c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d6d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d6d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d6e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d6e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d6f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d6f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d70 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d70 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d71 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d71 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d72 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d72 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d73 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d73 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d74 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d74 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d75 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d75 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d76 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d76 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d77 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d77 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d78 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d78 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d79 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d79 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d7a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d7a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d7b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d7b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d7c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d7c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d7d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d7d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d7e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d7e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d7f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d7f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d80 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d80 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d81 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d81 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d82 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d82 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d83 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d83 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d84 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d84 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d85 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d85 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d86 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d86 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d87 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d87 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d88 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d88 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d89 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d89 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d8a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d8a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d8b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d8b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d8c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d8c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d8d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d8d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d8e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d8e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d8f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d8f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d90 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d90 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d91 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d91 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d92 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d92 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d93 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d93 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d94 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d94 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d95 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d95 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d96 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d96 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d97 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d97 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d98 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d98 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d99 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d99 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d9a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d9a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d9b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d9b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d9c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d9c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d9d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d9d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d9e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d9e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200d9f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200d9f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200da0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200da0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200da1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200da1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200da2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200da2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200da3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200da3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200da4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200da4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200da5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200da5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200da6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200da6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200da7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200da7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200da8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200da8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200da9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200da9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200daa RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200daa 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200dab RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200dab 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200dac RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200dac 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200dad RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200dad 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200dae RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200dae 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200daf RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200daf 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200db0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200db0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200db1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200db1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200db2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200db2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200db3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200db3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200db4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200db4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200db5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200db5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200db6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200db6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200db7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200db7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200db8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200db8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200db9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200db9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200dba RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200dba 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200dbb RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200dbb 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200dbc RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200dbc 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200dbd RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200dbd 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200dbe RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200dbe 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200dbf RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200dbf 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200dc0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200dc0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200dc1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200dc1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200dc2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200dc2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200dc3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200dc3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200dc4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200dc4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200dc5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200dc5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200dc6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200dc6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200dc7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200dc7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200dc8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200dc8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200dc9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200dc9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200dca RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200dca 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200dcb RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200dcb 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200dcc RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200dcc 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200dcd RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200dcd 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200dce RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200dce 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200dcf RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200dcf 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200dd0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200dd0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200dd1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200dd1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200dd2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200dd2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200dd3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200dd3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200dd4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200dd4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200dd5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200dd5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200dd6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200dd6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200dd7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200dd7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200dd8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200dd8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200dd9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200dd9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200dda RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200dda 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ddb RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ddb 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ddc RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ddc 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ddd RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ddd 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200dde RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200dde 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ddf RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ddf 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200de0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200de0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200de1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200de1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200de2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200de2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200de3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200de3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200de4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200de4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200de5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200de5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200de6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200de6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200de7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200de7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200de8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200de8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200de9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200de9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200dea RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200dea 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200deb RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200deb 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200dec RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200dec 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ded RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ded 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200dee RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200dee 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200def RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200def 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200df0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200df0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200df1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200df1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200df2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200df2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200df3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200df3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200df4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200df4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200df5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200df5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200df6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200df6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200df7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200df7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200df8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200df8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200df9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200df9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200dfa RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200dfa 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200dfb RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200dfb 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200dfc RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200dfc 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200dfd RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200dfd 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200dfe RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200dfe 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200dff RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200dff 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e00 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e00 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e01 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e01 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e02 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e02 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e03 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e03 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e04 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e04 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e05 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e05 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e06 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e06 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e07 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e07 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e08 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e08 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e09 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e09 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e0a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e0a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e0b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e0b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e0c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e0c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e0d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e0d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e0e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e0e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e0f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e0f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e10 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e10 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e11 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e11 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e12 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e12 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e13 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e13 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e14 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e14 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e15 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e15 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e16 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e16 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e17 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e17 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e18 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e18 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e19 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e19 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e1a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e1a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e1b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e1b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e1c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e1c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e1d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e1d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e1e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e1e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e1f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e1f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e20 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e20 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e21 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e21 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e22 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e22 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e23 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e23 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e24 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e24 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e25 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e25 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e26 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e26 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e27 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e27 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e28 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e28 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e29 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e29 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e2a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e2a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e2b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e2b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e2c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e2c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e2d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e2d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e2e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e2e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e2f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e2f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e30 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e30 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e31 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e31 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e32 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e32 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e33 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e33 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e34 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e34 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e35 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e35 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e36 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e36 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e37 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e37 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e38 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e38 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e39 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e39 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e3a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e3a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e3b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e3b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e3c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e3c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e3d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e3d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e3e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e3e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e3f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e3f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e40 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e40 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e41 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e41 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e42 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e42 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e43 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e43 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e44 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e44 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e45 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e45 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e46 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e46 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e47 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e47 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e48 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e48 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e49 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e49 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e4a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e4a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e4b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e4b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e4c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e4c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e4d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e4d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e4e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e4e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e4f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e4f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e50 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e50 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e51 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e51 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e52 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e52 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e53 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e53 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e54 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e54 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e55 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e55 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e56 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e56 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e57 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e57 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e58 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e58 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e59 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e59 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e5a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e5a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e5b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e5b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e5c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e5c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e5d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e5d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e5e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e5e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e5f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e5f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e60 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e60 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e61 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e61 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e62 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e62 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e63 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e63 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e64 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e64 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e65 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e65 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e66 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e66 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e67 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e67 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e68 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e68 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e69 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e69 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e6a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e6a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e6b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e6b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e6c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e6c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e6d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e6d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e6e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e6e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e6f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e6f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e70 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e70 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e71 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e71 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e72 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e72 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e73 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e73 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e74 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e74 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e75 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e75 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e76 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e76 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e77 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e77 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e78 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e78 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e79 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e79 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e7a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e7a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e7b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e7b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e7c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e7c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e7d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e7d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e7e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e7e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e7f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e7f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e80 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e80 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e81 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e81 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e82 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e82 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e83 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e83 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e84 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e84 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e85 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e85 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e86 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e86 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e87 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e87 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e88 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e88 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e89 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e89 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e8a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e8a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e8b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e8b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e8c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e8c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e8d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e8d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e8e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e8e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e8f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e8f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e90 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e90 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e91 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e91 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e92 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e92 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e93 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e93 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e94 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e94 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e95 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e95 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e96 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e96 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e97 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e97 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e98 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e98 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e99 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e99 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e9a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e9a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e9b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e9b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e9c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e9c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e9d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e9d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e9e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e9e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200e9f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200e9f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ea0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ea0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ea1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ea1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ea2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ea2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ea3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ea3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ea4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ea4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ea5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ea5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ea6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ea6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ea7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ea7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ea8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ea8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ea9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ea9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200eaa RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200eaa 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200eab RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200eab 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200eac RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200eac 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ead RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ead 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200eae RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200eae 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200eaf RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200eaf 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200eb0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200eb0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200eb1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200eb1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200eb2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200eb2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200eb3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200eb3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200eb4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200eb4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200eb5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200eb5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200eb6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200eb6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200eb7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200eb7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200eb8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200eb8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200eb9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200eb9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200eba RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200eba 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ebb RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ebb 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ebc RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ebc 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ebd RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ebd 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ebe RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ebe 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ebf RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ebf 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ec0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ec0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ec1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ec1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ec2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ec2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ec3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ec3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ec4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ec4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ec5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ec5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ec6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ec6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ec7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ec7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ec8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ec8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ec9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ec9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200eca RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200eca 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ecb RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ecb 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ecc RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ecc 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ecd RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ecd 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ece RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ece 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ecf RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ecf 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ed0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ed0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ed1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ed1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ed2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ed2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ed3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ed3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ed4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ed4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ed5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ed5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ed6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ed6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ed7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ed7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ed8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ed8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ed9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ed9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200eda RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200eda 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200edb RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200edb 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200edc RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200edc 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200edd RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200edd 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ede RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ede 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200edf RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200edf 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ee0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ee0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ee1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ee1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ee2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ee2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ee3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ee3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ee4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ee4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ee5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ee5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ee6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ee6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ee7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ee7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ee8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ee8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ee9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ee9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200eea RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200eea 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200eeb RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200eeb 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200eec RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200eec 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200eed RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200eed 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200eee RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200eee 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200eef RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200eef 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ef0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ef0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ef1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ef1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ef2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ef2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ef3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ef3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ef4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ef4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ef5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ef5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ef6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ef6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ef7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ef7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ef8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ef8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ef9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ef9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200efa RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200efa 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200efb RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200efb 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200efc RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200efc 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200efd RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200efd 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200efe RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200efe 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200eff RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200eff 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f00 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f00 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f01 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f01 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f02 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f02 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f03 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f03 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f04 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f04 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f05 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f05 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f06 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f06 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f07 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f07 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f08 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f08 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f09 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f09 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f0a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f0a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f0b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f0b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f0c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f0c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f0d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f0d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f0e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f0e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f0f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f0f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f10 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f10 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f11 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f11 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f12 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f12 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f13 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f13 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f14 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f14 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f15 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f15 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f16 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f16 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f17 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f17 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f18 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f18 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f19 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f19 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f1a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f1a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f1b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f1b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f1c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f1c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f1d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f1d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f1e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f1e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f1f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f1f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f20 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f20 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f21 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f21 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f22 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f22 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f23 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f23 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f24 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f24 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f25 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f25 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f26 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f26 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f27 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f27 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f28 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f28 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f29 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f29 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f2a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f2a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f2b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f2b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f2c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f2c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f2d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f2d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f2e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f2e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f2f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f2f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f30 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f30 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f31 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f31 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f32 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f32 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f33 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f33 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f34 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f34 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f35 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f35 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f36 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f36 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f37 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f37 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f38 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f38 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f39 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f39 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f3a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f3a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f3b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f3b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f3c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f3c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f3d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f3d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f3e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f3e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f3f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f3f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f40 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f40 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f41 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f41 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f42 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f42 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f43 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f43 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f44 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f44 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f45 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f45 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f46 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f46 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f47 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f47 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f48 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f48 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f49 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f49 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f4a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f4a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f4b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f4b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f4c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f4c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f4d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f4d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f4e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f4e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f4f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f4f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f50 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f50 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f51 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f51 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f52 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f52 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f53 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f53 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f54 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f54 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f55 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f55 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f56 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f56 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f57 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f57 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f58 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f58 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f59 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f59 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f5a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f5a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f5b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f5b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f5c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f5c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f5d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f5d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f5e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f5e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f5f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f5f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f60 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f60 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f61 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f61 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f62 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f62 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f63 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f63 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f64 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f64 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f65 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f65 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f66 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f66 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f67 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f67 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f68 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f68 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f69 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f69 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f6a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f6a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f6b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f6b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f6c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f6c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f6d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f6d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f6e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f6e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f6f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f6f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f70 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f70 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f71 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f71 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f72 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f72 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f73 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f73 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f74 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f74 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f75 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f75 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f76 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f76 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f77 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f77 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f78 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f78 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f79 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f79 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f7a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f7a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f7b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f7b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f7c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f7c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f7d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f7d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f7e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f7e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f7f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f7f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f80 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f80 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f81 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f81 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f82 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f82 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f83 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f83 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f84 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f84 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f85 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f85 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f86 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f86 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f87 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f87 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f88 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f88 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f89 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f89 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f8a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f8a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f8b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f8b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f8c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f8c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f8d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f8d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f8e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f8e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f8f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f8f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f90 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f90 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f91 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f91 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f92 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f92 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f93 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f93 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f94 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f94 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f95 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f95 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f96 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f96 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f97 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f97 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f98 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f98 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f99 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f99 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f9a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f9a 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f9b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f9b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f9c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f9c 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f9d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f9d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f9e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f9e 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200f9f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200f9f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200fa0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200fa0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200fa1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200fa1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200fa2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200fa2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200fa3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200fa3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200fa4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200fa4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200fa5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200fa5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200fa6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200fa6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200fa7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200fa7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200fa8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200fa8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200fa9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200fa9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200faa RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200faa 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200fab RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200fab 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200fac RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200fac 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200fad RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200fad 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200fae RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200fae 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200faf RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200faf 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200fb0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200fb0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200fb1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200fb1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200fb2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200fb2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200fb3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200fb3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200fb4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200fb4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200fb5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200fb5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200fb6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200fb6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200fb7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200fb7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200fb8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200fb8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200fb9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200fb9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200fba RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200fba 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200fbb RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200fbb 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200fbc RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200fbc 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200fbd RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200fbd 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200fbe RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200fbe 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200fbf RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200fbf 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200fc0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200fc0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200fc1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200fc1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200fc2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200fc2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200fc3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200fc3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200fc4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200fc4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200fc5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200fc5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200fc6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200fc6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200fc7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200fc7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200fc8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200fc8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200fc9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200fc9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200fca RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200fca 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200fcb RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200fcb 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200fcc RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200fcc 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200fcd RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200fcd 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200fce RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200fce 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200fcf RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200fcf 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200fd0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200fd0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200fd1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200fd1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200fd2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200fd2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200fd3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200fd3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200fd4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200fd4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200fd5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200fd5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200fd6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200fd6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200fd7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200fd7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200fd8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200fd8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200fd9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200fd9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200fda RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200fda 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200fdb RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200fdb 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200fdc RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200fdc 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200fdd RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200fdd 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200fde RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200fde 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200fdf RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200fdf 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200fe0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200fe0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200fe1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200fe1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200fe2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200fe2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200fe3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200fe3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200fe4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200fe4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200fe5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200fe5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200fe6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200fe6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200fe7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200fe7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200fe8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200fe8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200fe9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200fe9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200fea RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200fea 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200feb RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200feb 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200fec RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200fec 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200fed RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200fed 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200fee RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200fee 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200fef RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200fef 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ff0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ff0 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ff1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ff1 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ff2 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ff2 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ff3 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ff3 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ff4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ff4 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ff5 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ff5 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ff6 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ff6 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ff7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ff7 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ff8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ff8 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ff9 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ff9 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ffa RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ffa 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ffb RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ffb 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ffc RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ffc 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ffd RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ffd 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200ffe RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200ffe 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200fff RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200fff 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000201000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000201000 0000 ADD byte ptr [rax], al +Emulation terminated with status 0x00000001, flags: 0x0, 4096 NOPs, 1 NULLs, 4097 total instructions, 4097 unique instructions diff --git a/bdshemu_test/x86/basic/test_64_nopsled03.test b/bdshemu_test/x86/basic/test_64_nopsled03.test new file mode 100644 index 0000000..e31d12c --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_nopsled03.test @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_popcnt01.asm b/bdshemu_test/x86/basic/test_64_popcnt01.asm new file mode 100644 index 0000000..95730c3 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_popcnt01.asm @@ -0,0 +1,53 @@ + bits 64 + + global _start + + section .text + +_start: + nop + mov rcx, 0xFFFFFFFFFFFFFFFF + mov rax, 0x0000000000000000 + popcnt cx, ax + + nop + mov rcx, 0xFFFFFFFFFFFFFFFF + mov rax, 0x0000000000000000 + popcnt ecx, eax + + nop + mov rcx, 0xFFFFFFFFFFFFFFFF + mov rax, 0x0000000000000000 + popcnt rcx, rax + + nop + mov rcx, 0xFFFFFFFFFFFFFFFF + mov rax, 0x8000000000000000 + popcnt cx, ax + + nop + mov rcx, 0xFFFFFFFFFFFFFFFF + mov rax, 0x8000000000000000 + popcnt ecx, eax + + nop + mov rcx, 0xFFFFFFFFFFFFFFFF + mov rax, 0x8000000000000000 + popcnt rcx, rax + + nop + mov rcx, 0xFFFFFFFFFFFFFFFF + mov rax, 0xFFFFFFFFFFFFFFFF + popcnt cx, ax + + nop + mov rcx, 0xFFFFFFFFFFFFFFFF + mov rax, 0xFFFFFFFFFFFFFFFF + popcnt ecx, eax + + nop + mov rcx, 0xFFFFFFFFFFFFFFFF + mov rax, 0xFFFFFFFFFFFFFFFF + popcnt rcx, rax + + int3 \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_popcnt01.result b/bdshemu_test/x86/basic/test_64_popcnt01.result new file mode 100644 index 0000000..37a1c03 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_popcnt01.result @@ -0,0 +1,371 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200001 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200001 48C7C1FFFFFFFF MOV rcx, 0xffffffffffffffff + RAX = 0x0000000000000000 RCX = 0xffffffffffffffff RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200008 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200008 B800000000 MOV eax, 0x00000000 + RAX = 0x0000000000000000 RCX = 0xffffffffffffffff RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000d 66F30FB8C8 POPCNT cx, ax + RAX = 0x0000000000000000 RCX = 0xffffffffffff0000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200012 RFLAGS = 0x0000000000000242 CF:0 PF:0 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200012 90 NOP + RAX = 0x0000000000000000 RCX = 0xffffffffffff0000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200013 RFLAGS = 0x0000000000000242 CF:0 PF:0 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200013 48C7C1FFFFFFFF MOV rcx, 0xffffffffffffffff + RAX = 0x0000000000000000 RCX = 0xffffffffffffffff RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020001a RFLAGS = 0x0000000000000242 CF:0 PF:0 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020001a B800000000 MOV eax, 0x00000000 + RAX = 0x0000000000000000 RCX = 0xffffffffffffffff RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020001f RFLAGS = 0x0000000000000242 CF:0 PF:0 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020001f F30FB8C8 POPCNT ecx, eax + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200023 RFLAGS = 0x0000000000000242 CF:0 PF:0 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200023 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200024 RFLAGS = 0x0000000000000242 CF:0 PF:0 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200024 48C7C1FFFFFFFF MOV rcx, 0xffffffffffffffff + RAX = 0x0000000000000000 RCX = 0xffffffffffffffff RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020002b RFLAGS = 0x0000000000000242 CF:0 PF:0 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020002b B800000000 MOV eax, 0x00000000 + RAX = 0x0000000000000000 RCX = 0xffffffffffffffff RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200030 RFLAGS = 0x0000000000000242 CF:0 PF:0 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200030 F3480FB8C8 POPCNT rcx, rax + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200035 RFLAGS = 0x0000000000000242 CF:0 PF:0 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200035 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200036 RFLAGS = 0x0000000000000242 CF:0 PF:0 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200036 48C7C1FFFFFFFF MOV rcx, 0xffffffffffffffff + RAX = 0x0000000000000000 RCX = 0xffffffffffffffff RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020003d RFLAGS = 0x0000000000000242 CF:0 PF:0 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020003d 48B80000000000000080 MOV rax, 0x8000000000000000 + RAX = 0x8000000000000000 RCX = 0xffffffffffffffff RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200047 RFLAGS = 0x0000000000000242 CF:0 PF:0 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200047 66F30FB8C8 POPCNT cx, ax + RAX = 0x8000000000000000 RCX = 0xffffffffffff0000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020004c RFLAGS = 0x0000000000000242 CF:0 PF:0 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020004c 90 NOP + RAX = 0x8000000000000000 RCX = 0xffffffffffff0000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020004d RFLAGS = 0x0000000000000242 CF:0 PF:0 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020004d 48C7C1FFFFFFFF MOV rcx, 0xffffffffffffffff + RAX = 0x8000000000000000 RCX = 0xffffffffffffffff RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200054 RFLAGS = 0x0000000000000242 CF:0 PF:0 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200054 48B80000000000000080 MOV rax, 0x8000000000000000 + RAX = 0x8000000000000000 RCX = 0xffffffffffffffff RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020005e RFLAGS = 0x0000000000000242 CF:0 PF:0 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020005e F30FB8C8 POPCNT ecx, eax + RAX = 0x8000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200062 RFLAGS = 0x0000000000000242 CF:0 PF:0 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200062 90 NOP + RAX = 0x8000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200063 RFLAGS = 0x0000000000000242 CF:0 PF:0 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200063 48C7C1FFFFFFFF MOV rcx, 0xffffffffffffffff + RAX = 0x8000000000000000 RCX = 0xffffffffffffffff RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020006a RFLAGS = 0x0000000000000242 CF:0 PF:0 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020006a 48B80000000000000080 MOV rax, 0x8000000000000000 + RAX = 0x8000000000000000 RCX = 0xffffffffffffffff RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200074 RFLAGS = 0x0000000000000242 CF:0 PF:0 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200074 F3480FB8C8 POPCNT rcx, rax + RAX = 0x8000000000000000 RCX = 0x0000000000000001 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200079 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200079 90 NOP + RAX = 0x8000000000000000 RCX = 0x0000000000000001 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020007a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020007a 48C7C1FFFFFFFF MOV rcx, 0xffffffffffffffff + RAX = 0x8000000000000000 RCX = 0xffffffffffffffff RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200081 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200081 48C7C0FFFFFFFF MOV rax, 0xffffffffffffffff + RAX = 0xffffffffffffffff RCX = 0xffffffffffffffff RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200088 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200088 66F30FB8C8 POPCNT cx, ax + RAX = 0xffffffffffffffff RCX = 0xffffffffffff0010 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020008d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020008d 90 NOP + RAX = 0xffffffffffffffff RCX = 0xffffffffffff0010 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020008e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020008e 48C7C1FFFFFFFF MOV rcx, 0xffffffffffffffff + RAX = 0xffffffffffffffff RCX = 0xffffffffffffffff RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200095 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200095 48C7C0FFFFFFFF MOV rax, 0xffffffffffffffff + RAX = 0xffffffffffffffff RCX = 0xffffffffffffffff RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020009c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020009c F30FB8C8 POPCNT ecx, eax + RAX = 0xffffffffffffffff RCX = 0x0000000000000020 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000a0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000a0 90 NOP + RAX = 0xffffffffffffffff RCX = 0x0000000000000020 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000a1 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000a1 48C7C1FFFFFFFF MOV rcx, 0xffffffffffffffff + RAX = 0xffffffffffffffff RCX = 0xffffffffffffffff RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000a8 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000a8 48C7C0FFFFFFFF MOV rax, 0xffffffffffffffff + RAX = 0xffffffffffffffff RCX = 0xffffffffffffffff RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000af RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000af F3480FB8C8 POPCNT rcx, rax + RAX = 0xffffffffffffffff RCX = 0x0000000000000040 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000b4 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000b4 CC INT3 +Emulation terminated with status 0x0000000a, flags: 0x0, 1 NOPs, 0 NULLs, 38 total instructions, 37 unique instructions diff --git a/bdshemu_test/x86/basic/test_64_popcnt01.test b/bdshemu_test/x86/basic/test_64_popcnt01.test new file mode 100644 index 0000000000000000000000000000000000000000..61cd9c50ea73d70217716db3d39f55647ca59608 GIT binary patch literal 181 zcmbQ>as1$aAlShG1Zki7cbu4jEP^TEfuzI(tP7~I0YxW57+E`#D2f@!4}k1PH2@-p Lq8lm%(s~8}P)%yC literal 0 HcmV?d00001 diff --git a/bdshemu_test/x86/basic/test_64_r0_sidt.asm b/bdshemu_test/x86/basic/test_64_r0_sidt.asm new file mode 100644 index 0000000..f0653b3 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_r0_sidt.asm @@ -0,0 +1,5 @@ + bits 64 + + nop + sidt [rsp] + int3 \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_r0_sidt.result b/bdshemu_test/x86/basic/test_64_r0_sidt.result new file mode 100644 index 0000000..9e14078 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_r0_sidt.result @@ -0,0 +1,22 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200001 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200001 0F010C24 SIDT tbyte ptr [rsp] +Emulation terminated with status 0x0000000a, flags: 0x1000000000, 1 NOPs, 0 NULLs, 3 total instructions, 2 unique instructions + SHEMU_FLAG_SIDT diff --git a/bdshemu_test/x86/basic/test_64_r0_sidt.test b/bdshemu_test/x86/basic/test_64_r0_sidt.test new file mode 100644 index 0000000..ef3b591 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_r0_sidt.test @@ -0,0 +1 @@ + $Ì \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_rcl01.asm b/bdshemu_test/x86/basic/test_64_rcl01.asm new file mode 100644 index 0000000..17c327c --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_rcl01.asm @@ -0,0 +1,171 @@ + bits 64 + + global _start + + section .text + +_start: + nop + clc + mov al, 0xAA + rcl al, 0 + + nop + clc + mov al, 0xAA + rcl al, 1 + + nop + clc + mov al, 0xAA + rcl al, 7 + + nop + clc + mov al, 0xAA + rcl al, 8 + + nop + clc + mov al, 0xAA + rcl al, 30 + + + + nop + clc + mov al, 0x77 + rcl al, 0 + + nop + clc + mov al, 0x77 + rcl al, 1 + + nop + clc + mov al, 0x77 + rcl al, 7 + + nop + clc + mov al, 0x77 + rcl al, 8 + + nop + clc + mov al, 0x77 + rcl al, 30 + + + + nop + clc + mov al, 0xFF + rcl al, 0 + + nop + clc + mov al, 0xFF + rcl al, 1 + + nop + clc + mov al, 0xFF + rcl al, 7 + + nop + clc + mov al, 0xFF + rcl al, 8 + + nop + clc + mov al, 0xFF + rcl al, 30 + + + + + + + nop + stc + mov al, 0xAA + rcl al, 0 + + nop + stc + mov al, 0xAA + rcl al, 1 + + nop + stc + mov al, 0xAA + rcl al, 7 + + nop + stc + mov al, 0xAA + rcl al, 8 + + nop + stc + mov al, 0xAA + rcl al, 30 + + + + nop + stc + mov al, 0x77 + rcl al, 0 + + nop + stc + mov al, 0x77 + rcl al, 1 + + nop + stc + mov al, 0x77 + rcl al, 7 + + nop + stc + mov al, 0x77 + rcl al, 8 + + nop + stc + mov al, 0x77 + rcl al, 30 + + + + nop + stc + mov al, 0xFF + rcl al, 0 + + nop + stc + mov al, 0xFF + rcl al, 1 + + nop + stc + mov al, 0xFF + rcl al, 7 + + nop + stc + mov al, 0xFF + rcl al, 8 + + nop + stc + mov al, 0xFF + rcl al, 30 + + int3 \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_rcl01.result b/bdshemu_test/x86/basic/test_64_rcl01.result new file mode 100644 index 0000000..31a8677 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_rcl01.result @@ -0,0 +1,1211 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200001 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200001 F8 CLC + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200002 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200002 B0AA MOV al, 0xaa + RAX = 0x00000000000000aa RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200004 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200004 C0D000 RCL al, 0x00 + RAX = 0x00000000000000aa RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200007 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200007 90 NOP + RAX = 0x00000000000000aa RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200008 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200008 F8 CLC + RAX = 0x00000000000000aa RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200009 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200009 B0AA MOV al, 0xaa + RAX = 0x00000000000000aa RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000b D0D0 RCL al, 1 + RAX = 0x0000000000000054 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000d RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020000d 90 NOP + RAX = 0x0000000000000054 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000e RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020000e F8 CLC + RAX = 0x0000000000000054 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000f RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020000f B0AA MOV al, 0xaa + RAX = 0x00000000000000aa RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200011 RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200011 C0D007 RCL al, 0x07 + RAX = 0x000000000000002a RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200014 RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200014 90 NOP + RAX = 0x000000000000002a RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200015 RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200015 F8 CLC + RAX = 0x000000000000002a RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200016 RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200016 B0AA MOV al, 0xaa + RAX = 0x00000000000000aa RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200018 RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200018 C0D008 RCL al, 0x08 + RAX = 0x0000000000000055 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020001b RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020001b 90 NOP + RAX = 0x0000000000000055 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020001c RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020001c F8 CLC + RAX = 0x0000000000000055 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020001d RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020001d B0AA MOV al, 0xaa + RAX = 0x00000000000000aa RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020001f RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020001f C0D01E RCL al, 0x1e + RAX = 0x0000000000000052 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200022 RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200022 90 NOP + RAX = 0x0000000000000052 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200023 RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200023 F8 CLC + RAX = 0x0000000000000052 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200024 RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200024 B077 MOV al, 0x77 + RAX = 0x0000000000000077 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200026 RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200026 C0D000 RCL al, 0x00 + RAX = 0x0000000000000077 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200029 RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200029 90 NOP + RAX = 0x0000000000000077 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020002a RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020002a F8 CLC + RAX = 0x0000000000000077 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020002b RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020002b B077 MOV al, 0x77 + RAX = 0x0000000000000077 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020002d RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020002d D0D0 RCL al, 1 + RAX = 0x00000000000000ee RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020002f RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020002f 90 NOP + RAX = 0x00000000000000ee RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200030 RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200030 F8 CLC + RAX = 0x00000000000000ee RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200031 RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200031 B077 MOV al, 0x77 + RAX = 0x0000000000000077 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200033 RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200033 C0D007 RCL al, 0x07 + RAX = 0x000000000000009d RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200036 RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200036 90 NOP + RAX = 0x000000000000009d RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200037 RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200037 F8 CLC + RAX = 0x000000000000009d RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200038 RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200038 B077 MOV al, 0x77 + RAX = 0x0000000000000077 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020003a RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020003a C0D008 RCL al, 0x08 + RAX = 0x000000000000003b RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020003d RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020003d 90 NOP + RAX = 0x000000000000003b RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020003e RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020003e F8 CLC + RAX = 0x000000000000003b RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020003f RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020003f B077 MOV al, 0x77 + RAX = 0x0000000000000077 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200041 RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200041 C0D01E RCL al, 0x1e + RAX = 0x00000000000000b9 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200044 RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200044 90 NOP + RAX = 0x00000000000000b9 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200045 RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200045 F8 CLC + RAX = 0x00000000000000b9 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200046 RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200046 B0FF MOV al, 0xff + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200048 RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200048 C0D000 RCL al, 0x00 + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020004b RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020004b 90 NOP + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020004c RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020004c F8 CLC + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020004d RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020004d B0FF MOV al, 0xff + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020004f RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020004f D0D0 RCL al, 1 + RAX = 0x00000000000000fe RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200051 RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200051 90 NOP + RAX = 0x00000000000000fe RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200052 RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200052 F8 CLC + RAX = 0x00000000000000fe RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200053 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200053 B0FF MOV al, 0xff + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200055 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200055 C0D007 RCL al, 0x07 + RAX = 0x00000000000000bf RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200058 RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200058 90 NOP + RAX = 0x00000000000000bf RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200059 RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200059 F8 CLC + RAX = 0x00000000000000bf RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020005a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020005a B0FF MOV al, 0xff + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020005c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020005c C0D008 RCL al, 0x08 + RAX = 0x000000000000007f RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020005f RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020005f 90 NOP + RAX = 0x000000000000007f RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200060 RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200060 F8 CLC + RAX = 0x000000000000007f RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200061 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200061 B0FF MOV al, 0xff + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200063 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200063 C0D01E RCL al, 0x1e + RAX = 0x00000000000000fb RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200066 RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200066 90 NOP + RAX = 0x00000000000000fb RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200067 RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200067 F9 STC + RAX = 0x00000000000000fb RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200068 RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200068 B0AA MOV al, 0xaa + RAX = 0x00000000000000aa RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020006a RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020006a C0D000 RCL al, 0x00 + RAX = 0x00000000000000aa RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020006d RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020006d 90 NOP + RAX = 0x00000000000000aa RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020006e RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020006e F9 STC + RAX = 0x00000000000000aa RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020006f RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020006f B0AA MOV al, 0xaa + RAX = 0x00000000000000aa RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200071 RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200071 D0D0 RCL al, 1 + RAX = 0x0000000000000055 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200073 RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200073 90 NOP + RAX = 0x0000000000000055 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200074 RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200074 F9 STC + RAX = 0x0000000000000055 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200075 RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200075 B0AA MOV al, 0xaa + RAX = 0x00000000000000aa RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200077 RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200077 C0D007 RCL al, 0x07 + RAX = 0x000000000000006a RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020007a RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020007a 90 NOP + RAX = 0x000000000000006a RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020007b RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020007b F9 STC + RAX = 0x000000000000006a RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020007c RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020007c B0AA MOV al, 0xaa + RAX = 0x00000000000000aa RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020007e RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020007e C0D008 RCL al, 0x08 + RAX = 0x00000000000000d5 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200081 RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200081 90 NOP + RAX = 0x00000000000000d5 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200082 RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200082 F9 STC + RAX = 0x00000000000000d5 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200083 RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200083 B0AA MOV al, 0xaa + RAX = 0x00000000000000aa RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200085 RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200085 C0D01E RCL al, 0x1e + RAX = 0x0000000000000056 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200088 RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200088 90 NOP + RAX = 0x0000000000000056 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200089 RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200089 F9 STC + RAX = 0x0000000000000056 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020008a RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020008a B077 MOV al, 0x77 + RAX = 0x0000000000000077 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020008c RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020008c C0D000 RCL al, 0x00 + RAX = 0x0000000000000077 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020008f RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020008f 90 NOP + RAX = 0x0000000000000077 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200090 RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200090 F9 STC + RAX = 0x0000000000000077 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200091 RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200091 B077 MOV al, 0x77 + RAX = 0x0000000000000077 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200093 RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200093 D0D0 RCL al, 1 + RAX = 0x00000000000000ef RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200095 RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200095 90 NOP + RAX = 0x00000000000000ef RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200096 RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200096 F9 STC + RAX = 0x00000000000000ef RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200097 RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200097 B077 MOV al, 0x77 + RAX = 0x0000000000000077 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200099 RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200099 C0D007 RCL al, 0x07 + RAX = 0x00000000000000dd RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020009c RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020009c 90 NOP + RAX = 0x00000000000000dd RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020009d RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020009d F9 STC + RAX = 0x00000000000000dd RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020009e RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020009e B077 MOV al, 0x77 + RAX = 0x0000000000000077 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000a0 RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x00000000002000a0 C0D008 RCL al, 0x08 + RAX = 0x00000000000000bb RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000a3 RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x00000000002000a3 90 NOP + RAX = 0x00000000000000bb RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000a4 RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x00000000002000a4 F9 STC + RAX = 0x00000000000000bb RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000a5 RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x00000000002000a5 B077 MOV al, 0x77 + RAX = 0x0000000000000077 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000a7 RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x00000000002000a7 C0D01E RCL al, 0x1e + RAX = 0x00000000000000bd RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000aa RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x00000000002000aa 90 NOP + RAX = 0x00000000000000bd RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000ab RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x00000000002000ab F9 STC + RAX = 0x00000000000000bd RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000ac RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x00000000002000ac B0FF MOV al, 0xff + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000ae RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x00000000002000ae C0D000 RCL al, 0x00 + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000b1 RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x00000000002000b1 90 NOP + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000b2 RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x00000000002000b2 F9 STC + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000b3 RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x00000000002000b3 B0FF MOV al, 0xff + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000b5 RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x00000000002000b5 D0D0 RCL al, 1 + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000b7 RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000b7 90 NOP + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000b8 RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000b8 F9 STC + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000b9 RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000b9 B0FF MOV al, 0xff + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000bb RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000bb C0D007 RCL al, 0x07 + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000be RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000be 90 NOP + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000bf RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000bf F9 STC + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000c0 RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000c0 B0FF MOV al, 0xff + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000c2 RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000c2 C0D008 RCL al, 0x08 + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000c5 RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000c5 90 NOP + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000c6 RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000c6 F9 STC + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000c7 RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000c7 B0FF MOV al, 0xff + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000c9 RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000c9 C0D01E RCL al, 0x1e + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000cc RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000cc CC INT3 +Emulation terminated with status 0x0000000a, flags: 0x0, 1 NOPs, 0 NULLs, 122 total instructions, 121 unique instructions diff --git a/bdshemu_test/x86/basic/test_64_rcl01.test b/bdshemu_test/x86/basic/test_64_rcl01.test new file mode 100644 index 0000000000000000000000000000000000000000..f1c434545e796477fb59238133be6de33fcdaf5e GIT binary patch literal 205 zcmXBNu?@f=6a&$8Fa>L}26Lp!2n>*daY9ATcEjnTCwY9&J=ZnJT6*UyNlhB*5#54A rf=CdF6LBm!B!~oQV`qgRe3Yan5?&z|Uh$uVS9Vs2g;)G1p_TUs+YpHQ literal 0 HcmV?d00001 diff --git a/bdshemu_test/x86/basic/test_64_rcr01.asm b/bdshemu_test/x86/basic/test_64_rcr01.asm new file mode 100644 index 0000000..cabbf0b --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_rcr01.asm @@ -0,0 +1,171 @@ + bits 64 + + global _start + + section .text + +_start: + nop + clc + mov al, 0xAA + rcr al, 0 + + nop + clc + mov al, 0xAA + rcr al, 1 + + nop + clc + mov al, 0xAA + rcr al, 7 + + nop + clc + mov al, 0xAA + rcr al, 8 + + nop + clc + mov al, 0xAA + rcr al, 30 + + + + nop + clc + mov al, 0x77 + rcr al, 0 + + nop + clc + mov al, 0x77 + rcr al, 1 + + nop + clc + mov al, 0x77 + rcr al, 7 + + nop + clc + mov al, 0x77 + rcr al, 8 + + nop + clc + mov al, 0x77 + rcr al, 30 + + + + nop + clc + mov al, 0xFF + rcr al, 0 + + nop + clc + mov al, 0xFF + rcr al, 1 + + nop + clc + mov al, 0xFF + rcr al, 7 + + nop + clc + mov al, 0xFF + rcr al, 8 + + nop + clc + mov al, 0xFF + rcr al, 30 + + + + + + + nop + stc + mov al, 0xAA + rcr al, 0 + + nop + stc + mov al, 0xAA + rcr al, 1 + + nop + stc + mov al, 0xAA + rcr al, 7 + + nop + stc + mov al, 0xAA + rcr al, 8 + + nop + stc + mov al, 0xAA + rcr al, 30 + + + + nop + stc + mov al, 0x77 + rcr al, 0 + + nop + stc + mov al, 0x77 + rcr al, 1 + + nop + stc + mov al, 0x77 + rcr al, 7 + + nop + stc + mov al, 0x77 + rcr al, 8 + + nop + stc + mov al, 0x77 + rcr al, 30 + + + + nop + stc + mov al, 0xFF + rcr al, 0 + + nop + stc + mov al, 0xFF + rcr al, 1 + + nop + stc + mov al, 0xFF + rcr al, 7 + + nop + stc + mov al, 0xFF + rcr al, 8 + + nop + stc + mov al, 0xFF + rcr al, 30 + + int3 \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_rcr01.result b/bdshemu_test/x86/basic/test_64_rcr01.result new file mode 100644 index 0000000..8aab2a1 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_rcr01.result @@ -0,0 +1,1211 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200001 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200001 F8 CLC + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200002 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200002 B0AA MOV al, 0xaa + RAX = 0x00000000000000aa RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200004 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200004 C0D800 RCR al, 0x00 + RAX = 0x00000000000000aa RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200007 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200007 90 NOP + RAX = 0x00000000000000aa RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200008 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200008 F8 CLC + RAX = 0x00000000000000aa RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200009 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200009 B0AA MOV al, 0xaa + RAX = 0x00000000000000aa RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000b D0D8 RCR al, 1 + RAX = 0x0000000000000055 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000d RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020000d 90 NOP + RAX = 0x0000000000000055 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000e RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020000e F8 CLC + RAX = 0x0000000000000055 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000f RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020000f B0AA MOV al, 0xaa + RAX = 0x00000000000000aa RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200011 RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200011 C0D807 RCR al, 0x07 + RAX = 0x00000000000000a9 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200014 RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200014 90 NOP + RAX = 0x00000000000000a9 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200015 RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200015 F8 CLC + RAX = 0x00000000000000a9 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200016 RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200016 B0AA MOV al, 0xaa + RAX = 0x00000000000000aa RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200018 RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200018 C0D808 RCR al, 0x08 + RAX = 0x0000000000000054 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020001b RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020001b 90 NOP + RAX = 0x0000000000000054 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020001c RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020001c F8 CLC + RAX = 0x0000000000000054 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020001d RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020001d B0AA MOV al, 0xaa + RAX = 0x00000000000000aa RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020001f RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020001f C0D81E RCR al, 0x1e + RAX = 0x0000000000000095 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200022 RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200022 90 NOP + RAX = 0x0000000000000095 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200023 RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200023 F8 CLC + RAX = 0x0000000000000095 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200024 RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200024 B077 MOV al, 0x77 + RAX = 0x0000000000000077 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200026 RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200026 C0D800 RCR al, 0x00 + RAX = 0x0000000000000077 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200029 RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200029 90 NOP + RAX = 0x0000000000000077 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020002a RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020002a F8 CLC + RAX = 0x0000000000000077 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020002b RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020002b B077 MOV al, 0x77 + RAX = 0x0000000000000077 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020002d RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020002d D0D8 RCR al, 1 + RAX = 0x000000000000003b RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020002f RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020002f 90 NOP + RAX = 0x000000000000003b RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200030 RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200030 F8 CLC + RAX = 0x000000000000003b RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200031 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200031 B077 MOV al, 0x77 + RAX = 0x0000000000000077 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200033 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200033 C0D807 RCR al, 0x07 + RAX = 0x00000000000000dc RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200036 RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200036 90 NOP + RAX = 0x00000000000000dc RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200037 RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200037 F8 CLC + RAX = 0x00000000000000dc RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200038 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200038 B077 MOV al, 0x77 + RAX = 0x0000000000000077 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020003a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020003a C0D808 RCR al, 0x08 + RAX = 0x00000000000000ee RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020003d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020003d 90 NOP + RAX = 0x00000000000000ee RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020003e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020003e F8 CLC + RAX = 0x00000000000000ee RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020003f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020003f B077 MOV al, 0x77 + RAX = 0x0000000000000077 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200041 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200041 C0D81E RCR al, 0x1e + RAX = 0x00000000000000ce RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200044 RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200044 90 NOP + RAX = 0x00000000000000ce RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200045 RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200045 F8 CLC + RAX = 0x00000000000000ce RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200046 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200046 B0FF MOV al, 0xff + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200048 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200048 C0D800 RCR al, 0x00 + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020004b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020004b 90 NOP + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020004c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020004c F8 CLC + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020004d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020004d B0FF MOV al, 0xff + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020004f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020004f D0D8 RCR al, 1 + RAX = 0x000000000000007f RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200051 RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200051 90 NOP + RAX = 0x000000000000007f RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200052 RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200052 F8 CLC + RAX = 0x000000000000007f RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200053 RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200053 B0FF MOV al, 0xff + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200055 RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200055 C0D807 RCR al, 0x07 + RAX = 0x00000000000000fd RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200058 RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200058 90 NOP + RAX = 0x00000000000000fd RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200059 RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200059 F8 CLC + RAX = 0x00000000000000fd RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020005a RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020005a B0FF MOV al, 0xff + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020005c RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020005c C0D808 RCR al, 0x08 + RAX = 0x00000000000000fe RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020005f RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020005f 90 NOP + RAX = 0x00000000000000fe RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200060 RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200060 F8 CLC + RAX = 0x00000000000000fe RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200061 RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200061 B0FF MOV al, 0xff + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200063 RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200063 C0D81E RCR al, 0x1e + RAX = 0x00000000000000df RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200066 RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200066 90 NOP + RAX = 0x00000000000000df RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200067 RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200067 F9 STC + RAX = 0x00000000000000df RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200068 RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200068 B0AA MOV al, 0xaa + RAX = 0x00000000000000aa RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020006a RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020006a C0D800 RCR al, 0x00 + RAX = 0x00000000000000aa RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020006d RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020006d 90 NOP + RAX = 0x00000000000000aa RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020006e RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020006e F9 STC + RAX = 0x00000000000000aa RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020006f RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020006f B0AA MOV al, 0xaa + RAX = 0x00000000000000aa RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200071 RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200071 D0D8 RCR al, 1 + RAX = 0x00000000000000d5 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200073 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200073 90 NOP + RAX = 0x00000000000000d5 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200074 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200074 F9 STC + RAX = 0x00000000000000d5 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200075 RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200075 B0AA MOV al, 0xaa + RAX = 0x00000000000000aa RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200077 RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200077 C0D807 RCR al, 0x07 + RAX = 0x00000000000000ab RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020007a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020007a 90 NOP + RAX = 0x00000000000000ab RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020007b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020007b F9 STC + RAX = 0x00000000000000ab RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020007c RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020007c B0AA MOV al, 0xaa + RAX = 0x00000000000000aa RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020007e RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020007e C0D808 RCR al, 0x08 + RAX = 0x0000000000000055 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200081 RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200081 90 NOP + RAX = 0x0000000000000055 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200082 RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200082 F9 STC + RAX = 0x0000000000000055 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200083 RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200083 B0AA MOV al, 0xaa + RAX = 0x00000000000000aa RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200085 RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200085 C0D81E RCR al, 0x1e + RAX = 0x00000000000000b5 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200088 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200088 90 NOP + RAX = 0x00000000000000b5 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200089 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200089 F9 STC + RAX = 0x00000000000000b5 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020008a RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020008a B077 MOV al, 0x77 + RAX = 0x0000000000000077 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020008c RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020008c C0D800 RCR al, 0x00 + RAX = 0x0000000000000077 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020008f RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020008f 90 NOP + RAX = 0x0000000000000077 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200090 RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200090 F9 STC + RAX = 0x0000000000000077 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200091 RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200091 B077 MOV al, 0x77 + RAX = 0x0000000000000077 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200093 RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200093 D0D8 RCR al, 1 + RAX = 0x00000000000000bb RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200095 RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200095 90 NOP + RAX = 0x00000000000000bb RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200096 RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200096 F9 STC + RAX = 0x00000000000000bb RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200097 RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200097 B077 MOV al, 0x77 + RAX = 0x0000000000000077 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200099 RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200099 C0D807 RCR al, 0x07 + RAX = 0x00000000000000de RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020009c RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020009c 90 NOP + RAX = 0x00000000000000de RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020009d RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020009d F9 STC + RAX = 0x00000000000000de RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020009e RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020009e B077 MOV al, 0x77 + RAX = 0x0000000000000077 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000a0 RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x00000000002000a0 C0D808 RCR al, 0x08 + RAX = 0x00000000000000ef RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000a3 RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x00000000002000a3 90 NOP + RAX = 0x00000000000000ef RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000a4 RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x00000000002000a4 F9 STC + RAX = 0x00000000000000ef RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000a5 RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x00000000002000a5 B077 MOV al, 0x77 + RAX = 0x0000000000000077 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000a7 RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x00000000002000a7 C0D81E RCR al, 0x1e + RAX = 0x00000000000000ee RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000aa RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x00000000002000aa 90 NOP + RAX = 0x00000000000000ee RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000ab RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x00000000002000ab F9 STC + RAX = 0x00000000000000ee RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000ac RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x00000000002000ac B0FF MOV al, 0xff + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000ae RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x00000000002000ae C0D800 RCR al, 0x00 + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000b1 RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x00000000002000b1 90 NOP + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000b2 RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x00000000002000b2 F9 STC + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000b3 RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x00000000002000b3 B0FF MOV al, 0xff + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000b5 RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x00000000002000b5 D0D8 RCR al, 1 + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000b7 RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000b7 90 NOP + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000b8 RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000b8 F9 STC + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000b9 RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000b9 B0FF MOV al, 0xff + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000bb RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000bb C0D807 RCR al, 0x07 + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000be RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000be 90 NOP + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000bf RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000bf F9 STC + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000c0 RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000c0 B0FF MOV al, 0xff + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000c2 RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000c2 C0D808 RCR al, 0x08 + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000c5 RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000c5 90 NOP + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000c6 RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000c6 F9 STC + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000c7 RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000c7 B0FF MOV al, 0xff + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000c9 RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000c9 C0D81E RCR al, 0x1e + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000cc RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000cc CC INT3 +Emulation terminated with status 0x0000000a, flags: 0x0, 1 NOPs, 0 NULLs, 122 total instructions, 121 unique instructions diff --git a/bdshemu_test/x86/basic/test_64_rcr01.test b/bdshemu_test/x86/basic/test_64_rcr01.test new file mode 100644 index 0000000000000000000000000000000000000000..c29ba6ec5e317f0a823dafd45e3d0899317e8d4b GIT binary patch literal 205 zcmXBNu?@f=6a&$8WD3?~4dzId5f~svN=6A4Iol1VkDlcI-Pf2$C-2ldW=YPZk`~b{ sI3$P!k=PO2fHq)$ literal 0 HcmV?d00001 diff --git a/bdshemu_test/x86/basic/test_64_rdtsc.asm b/bdshemu_test/x86/basic/test_64_rdtsc.asm new file mode 100644 index 0000000..b7cab89 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_rdtsc.asm @@ -0,0 +1,10 @@ + + bits 64 + + xor eax, eax + xor edx, edx + rdtsc + nop + rdtsc + rdtsc + int3 \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_rdtsc.result b/bdshemu_test/x86/basic/test_64_rdtsc.result new file mode 100644 index 0000000..57c5404 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_rdtsc.result @@ -0,0 +1,71 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 31C0 XOR eax, eax + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200002 RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200002 31D2 XOR edx, edx + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200004 RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200004 0F31 RDTSC + RAX = 0x00000000fe7a5c33 RCX = 0x0000000000000000 RDX = 0x0000000000001248 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200006 RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200006 90 NOP + RAX = 0x00000000fe7a5c33 RCX = 0x0000000000000000 RDX = 0x0000000000001248 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200007 RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200007 0F31 RDTSC + RAX = 0x00000000fe7a5c35 RCX = 0x0000000000000000 RDX = 0x0000000000001248 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200009 RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200009 0F31 RDTSC + RAX = 0x00000000fe7a5c36 RCX = 0x0000000000000000 RDX = 0x0000000000001248 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000b RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000b CC INT3 +Emulation terminated with status 0x0000000a, flags: 0x0, 0 NOPs, 0 NULLs, 8 total instructions, 7 unique instructions diff --git a/bdshemu_test/x86/basic/test_64_rdtsc.test b/bdshemu_test/x86/basic/test_64_rdtsc.test new file mode 100644 index 0000000..54f8efe --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_rdtsc.test @@ -0,0 +1 @@ +1À1Ò111Ì \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_rol01.asm b/bdshemu_test/x86/basic/test_64_rol01.asm new file mode 100644 index 0000000..7740424 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_rol01.asm @@ -0,0 +1,87 @@ + bits 64 + + global _start + + section .text + +_start: + nop + clc + mov al, 0xAA + rol al, 0 + + nop + clc + mov al, 0xAA + rol al, 1 + + nop + clc + mov al, 0xAA + rol al, 7 + + nop + clc + mov al, 0xAA + rol al, 8 + + nop + clc + mov al, 0xAA + rol al, 30 + + + + nop + clc + mov al, 0x77 + rol al, 0 + + nop + clc + mov al, 0x77 + rol al, 1 + + nop + clc + mov al, 0x77 + rol al, 7 + + nop + clc + mov al, 0x77 + rol al, 8 + + nop + clc + mov al, 0x77 + rol al, 30 + + + + nop + clc + mov al, 0xFF + rol al, 0 + + nop + clc + mov al, 0xFF + rol al, 1 + + nop + clc + mov al, 0xFF + rol al, 7 + + nop + clc + mov al, 0xFF + rol al, 8 + + nop + clc + mov al, 0xFF + rol al, 30 + + int3 \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_rol01.result b/bdshemu_test/x86/basic/test_64_rol01.result new file mode 100644 index 0000000..9d1916f --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_rol01.result @@ -0,0 +1,611 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200001 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200001 F8 CLC + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200002 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200002 B0AA MOV al, 0xaa + RAX = 0x00000000000000aa RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200004 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200004 C0C000 ROL al, 0x00 + RAX = 0x00000000000000aa RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200007 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200007 90 NOP + RAX = 0x00000000000000aa RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200008 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200008 F8 CLC + RAX = 0x00000000000000aa RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200009 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200009 B0AA MOV al, 0xaa + RAX = 0x00000000000000aa RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000b D0C0 ROL al, 1 + RAX = 0x0000000000000055 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000d RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020000d 90 NOP + RAX = 0x0000000000000055 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000e RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020000e F8 CLC + RAX = 0x0000000000000055 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000f RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020000f B0AA MOV al, 0xaa + RAX = 0x00000000000000aa RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200011 RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200011 C0C007 ROL al, 0x07 + RAX = 0x0000000000000055 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200014 RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200014 90 NOP + RAX = 0x0000000000000055 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200015 RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200015 F8 CLC + RAX = 0x0000000000000055 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200016 RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200016 B0AA MOV al, 0xaa + RAX = 0x00000000000000aa RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200018 RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200018 C0C008 ROL al, 0x08 + RAX = 0x00000000000000aa RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020001b RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020001b 90 NOP + RAX = 0x00000000000000aa RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020001c RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020001c F8 CLC + RAX = 0x00000000000000aa RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020001d RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020001d B0AA MOV al, 0xaa + RAX = 0x00000000000000aa RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020001f RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020001f C0C01E ROL al, 0x1e + RAX = 0x00000000000000aa RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200022 RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200022 90 NOP + RAX = 0x00000000000000aa RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200023 RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200023 F8 CLC + RAX = 0x00000000000000aa RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200024 RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200024 B077 MOV al, 0x77 + RAX = 0x0000000000000077 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200026 RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200026 C0C000 ROL al, 0x00 + RAX = 0x0000000000000077 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200029 RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200029 90 NOP + RAX = 0x0000000000000077 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020002a RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020002a F8 CLC + RAX = 0x0000000000000077 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020002b RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020002b B077 MOV al, 0x77 + RAX = 0x0000000000000077 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020002d RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020002d D0C0 ROL al, 1 + RAX = 0x00000000000000ee RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020002f RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020002f 90 NOP + RAX = 0x00000000000000ee RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200030 RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200030 F8 CLC + RAX = 0x00000000000000ee RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200031 RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200031 B077 MOV al, 0x77 + RAX = 0x0000000000000077 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200033 RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200033 C0C007 ROL al, 0x07 + RAX = 0x00000000000000bb RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200036 RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200036 90 NOP + RAX = 0x00000000000000bb RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200037 RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200037 F8 CLC + RAX = 0x00000000000000bb RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200038 RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200038 B077 MOV al, 0x77 + RAX = 0x0000000000000077 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020003a RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020003a C0C008 ROL al, 0x08 + RAX = 0x0000000000000077 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020003d RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020003d 90 NOP + RAX = 0x0000000000000077 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020003e RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020003e F8 CLC + RAX = 0x0000000000000077 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020003f RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020003f B077 MOV al, 0x77 + RAX = 0x0000000000000077 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200041 RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200041 C0C01E ROL al, 0x1e + RAX = 0x00000000000000dd RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200044 RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200044 90 NOP + RAX = 0x00000000000000dd RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200045 RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200045 F8 CLC + RAX = 0x00000000000000dd RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200046 RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200046 B0FF MOV al, 0xff + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200048 RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200048 C0C000 ROL al, 0x00 + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020004b RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020004b 90 NOP + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020004c RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020004c F8 CLC + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020004d RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020004d B0FF MOV al, 0xff + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020004f RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020004f D0C0 ROL al, 1 + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200051 RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200051 90 NOP + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200052 RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200052 F8 CLC + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200053 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200053 B0FF MOV al, 0xff + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200055 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200055 C0C007 ROL al, 0x07 + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200058 RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200058 90 NOP + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200059 RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200059 F8 CLC + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020005a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020005a B0FF MOV al, 0xff + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020005c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020005c C0C008 ROL al, 0x08 + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020005f RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020005f 90 NOP + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200060 RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200060 F8 CLC + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200061 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200061 B0FF MOV al, 0xff + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200063 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200063 C0C01E ROL al, 0x1e + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200066 RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200066 CC INT3 +Emulation terminated with status 0x0000000a, flags: 0x0, 1 NOPs, 0 NULLs, 62 total instructions, 61 unique instructions diff --git a/bdshemu_test/x86/basic/test_64_rol01.test b/bdshemu_test/x86/basic/test_64_rol01.test new file mode 100644 index 0000000000000000000000000000000000000000..d9eb0ff189b8993151594c26fe20ce7660f729e1 GIT binary patch literal 103 zcmXBKF%bYD3`0>iP*Iz;Q5{T3hyVuUu$6=^`IoyFcTJ!LbD#x!WmJsu68;5`1S7#n NWQqKOM}m=HY(K3QL+k(m literal 0 HcmV?d00001 diff --git a/bdshemu_test/x86/basic/test_64_ror01.asm b/bdshemu_test/x86/basic/test_64_ror01.asm new file mode 100644 index 0000000..5699215 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_ror01.asm @@ -0,0 +1,87 @@ + bits 64 + + global _start + + section .text + +_start: + nop + clc + mov al, 0xAA + ror al, 0 + + nop + clc + mov al, 0xAA + ror al, 1 + + nop + clc + mov al, 0xAA + ror al, 7 + + nop + clc + mov al, 0xAA + ror al, 8 + + nop + clc + mov al, 0xAA + ror al, 30 + + + + nop + clc + mov al, 0x77 + ror al, 0 + + nop + clc + mov al, 0x77 + ror al, 1 + + nop + clc + mov al, 0x77 + ror al, 7 + + nop + clc + mov al, 0x77 + ror al, 8 + + nop + clc + mov al, 0x77 + ror al, 30 + + + + nop + clc + mov al, 0xFF + ror al, 0 + + nop + clc + mov al, 0xFF + ror al, 1 + + nop + clc + mov al, 0xFF + ror al, 7 + + nop + clc + mov al, 0xFF + ror al, 8 + + nop + clc + mov al, 0xFF + ror al, 30 + + int3 \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_ror01.result b/bdshemu_test/x86/basic/test_64_ror01.result new file mode 100644 index 0000000..9d30bfe --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_ror01.result @@ -0,0 +1,611 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200001 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200001 F8 CLC + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200002 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200002 B0AA MOV al, 0xaa + RAX = 0x00000000000000aa RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200004 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200004 C0C800 ROR al, 0x00 + RAX = 0x00000000000000aa RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200007 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200007 90 NOP + RAX = 0x00000000000000aa RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200008 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200008 F8 CLC + RAX = 0x00000000000000aa RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200009 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200009 B0AA MOV al, 0xaa + RAX = 0x00000000000000aa RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000b D0C8 ROR al, 1 + RAX = 0x0000000000000055 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000d RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020000d 90 NOP + RAX = 0x0000000000000055 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000e RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020000e F8 CLC + RAX = 0x0000000000000055 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000f RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020000f B0AA MOV al, 0xaa + RAX = 0x00000000000000aa RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200011 RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200011 C0C807 ROR al, 0x07 + RAX = 0x0000000000000055 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200014 RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200014 90 NOP + RAX = 0x0000000000000055 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200015 RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200015 F8 CLC + RAX = 0x0000000000000055 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200016 RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200016 B0AA MOV al, 0xaa + RAX = 0x00000000000000aa RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200018 RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200018 C0C808 ROR al, 0x08 + RAX = 0x00000000000000aa RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020001b RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020001b 90 NOP + RAX = 0x00000000000000aa RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020001c RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020001c F8 CLC + RAX = 0x00000000000000aa RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020001d RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020001d B0AA MOV al, 0xaa + RAX = 0x00000000000000aa RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020001f RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020001f C0C81E ROR al, 0x1e + RAX = 0x00000000000000aa RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200022 RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200022 90 NOP + RAX = 0x00000000000000aa RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200023 RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200023 F8 CLC + RAX = 0x00000000000000aa RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200024 RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200024 B077 MOV al, 0x77 + RAX = 0x0000000000000077 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200026 RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200026 C0C800 ROR al, 0x00 + RAX = 0x0000000000000077 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200029 RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200029 90 NOP + RAX = 0x0000000000000077 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020002a RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020002a F8 CLC + RAX = 0x0000000000000077 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020002b RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020002b B077 MOV al, 0x77 + RAX = 0x0000000000000077 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020002d RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020002d D0C8 ROR al, 1 + RAX = 0x00000000000000bb RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020002f RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020002f 90 NOP + RAX = 0x00000000000000bb RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200030 RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200030 F8 CLC + RAX = 0x00000000000000bb RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200031 RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200031 B077 MOV al, 0x77 + RAX = 0x0000000000000077 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200033 RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200033 C0C807 ROR al, 0x07 + RAX = 0x00000000000000ee RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200036 RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200036 90 NOP + RAX = 0x00000000000000ee RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200037 RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200037 F8 CLC + RAX = 0x00000000000000ee RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200038 RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200038 B077 MOV al, 0x77 + RAX = 0x0000000000000077 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020003a RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020003a C0C808 ROR al, 0x08 + RAX = 0x0000000000000077 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020003d RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020003d 90 NOP + RAX = 0x0000000000000077 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020003e RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020003e F8 CLC + RAX = 0x0000000000000077 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020003f RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020003f B077 MOV al, 0x77 + RAX = 0x0000000000000077 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200041 RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200041 C0C81E ROR al, 0x1e + RAX = 0x00000000000000dd RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200044 RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200044 90 NOP + RAX = 0x00000000000000dd RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200045 RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200045 F8 CLC + RAX = 0x00000000000000dd RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200046 RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200046 B0FF MOV al, 0xff + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200048 RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200048 C0C800 ROR al, 0x00 + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020004b RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020004b 90 NOP + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020004c RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020004c F8 CLC + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020004d RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020004d B0FF MOV al, 0xff + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020004f RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020004f D0C8 ROR al, 1 + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200051 RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200051 90 NOP + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200052 RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200052 F8 CLC + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200053 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200053 B0FF MOV al, 0xff + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200055 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200055 C0C807 ROR al, 0x07 + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200058 RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200058 90 NOP + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200059 RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200059 F8 CLC + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020005a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020005a B0FF MOV al, 0xff + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020005c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020005c C0C808 ROR al, 0x08 + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020005f RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020005f 90 NOP + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200060 RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200060 F8 CLC + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200061 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200061 B0FF MOV al, 0xff + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200063 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200063 C0C81E ROR al, 0x1e + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200066 RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200066 CC INT3 +Emulation terminated with status 0x0000000a, flags: 0x0, 1 NOPs, 0 NULLs, 62 total instructions, 61 unique instructions diff --git a/bdshemu_test/x86/basic/test_64_ror01.test b/bdshemu_test/x86/basic/test_64_ror01.test new file mode 100644 index 0000000000000000000000000000000000000000..7c92a65ce214dde98eac8c13b716fb58b17c9389 GIT binary patch literal 103 zcmbR6W5cQgCm1FGsS77SCKs3Lpoh0!V>W04b1){}2`b!76|p OkP09LQURpo&Hw2fiDc%Nr literal 0 HcmV?d00001 diff --git a/bdshemu_test/x86/basic/test_64_selfwrite02.asm b/bdshemu_test/x86/basic/test_64_selfwrite02.asm new file mode 100644 index 0000000..bff96f7 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_selfwrite02.asm @@ -0,0 +1,12 @@ + + bits 64 + + lea rsi, [rel _xxx] + mov rdi, rsi + lodsb + xor al, cl + stosb + +_xxx: + nop + retn \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_selfwrite02.result b/bdshemu_test/x86/basic/test_64_selfwrite02.result new file mode 100644 index 0000000..35a71a4 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_selfwrite02.result @@ -0,0 +1,75 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 488D3507000000 LEA rsi, [rel 0x20000e] + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x000000000020000e RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200007 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200007 4889F7 MOV rdi, rsi + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x000000000020000e RDI = 0x000000000020000e + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000a AC LODSB + Memory LOAD, address 0x000000000020000e, size 1, value 90 + RAX = 0x0000000000000090 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x000000000020000f RDI = 0x000000000020000e + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000b 30C8 XOR al, cl + RAX = 0x0000000000000090 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x000000000020000f RDI = 0x000000000020000e + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000d RFLAGS = 0x0000000000000286 CF:0 PF:1 AF:0 ZF:0 SF:1 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000d AA STOSB + Memory STOR, address 0x000000000020000e, size 1, value 90 + RAX = 0x0000000000000090 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x000000000020000f RDI = 0x000000000020000f + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000e RFLAGS = 0x0000000000000286 CF:0 PF:1 AF:0 ZF:0 SF:1 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000e 90 NOP + RAX = 0x0000000000000090 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x000000000020000f RDI = 0x000000000020000f + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000f RFLAGS = 0x0000000000000286 CF:0 PF:1 AF:0 ZF:0 SF:1 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000f C3 RETN + Memory LOAD, address 0x00000000001fe000, size 8, value 0000000000000000 +Emulation terminated with status 0x00000002, flags: 0x4, 0 NOPs, 0 NULLs, 8 total instructions, 7 unique instructions + SHEMU_FLAG_WRITE_SELF diff --git a/bdshemu_test/x86/basic/test_64_selfwrite02.test b/bdshemu_test/x86/basic/test_64_selfwrite02.test new file mode 100644 index 0000000000000000000000000000000000000000..e2eec5baa041aa64e08c4b7a5d0b2dd303c668d1 GIT binary patch literal 16 Xcmeb1HDzaDVDRYtzQ*9hstJbyDV_#< literal 0 HcmV?d00001 diff --git a/bdshemu_test/x86/basic/test_64_selfwrite03.asm b/bdshemu_test/x86/basic/test_64_selfwrite03.asm new file mode 100644 index 0000000..5082060 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_selfwrite03.asm @@ -0,0 +1,10 @@ + + bits 64 + + lea rsp, [rel _xxx + 8] + mov rax, 0x9090909090909090 + push rax + +_xxx: + dq 0 + retn \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_selfwrite03.result b/bdshemu_test/x86/basic/test_64_selfwrite03.result new file mode 100644 index 0000000..a39e4a0 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_selfwrite03.result @@ -0,0 +1,124 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 488D2513000000 LEA rsp, [rel 0x20001a] + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x000000000020001a RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200007 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200007 48B89090909090909090 MOV rax, 0x9090909090909090 + RAX = 0x9090909090909090 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x000000000020001a RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200011 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200011 50 PUSH rax + Memory STOR, address 0x0000000000200012, size 8, value 9090909090909090 + RAX = 0x9090909090909090 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x0000000000200012 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200012 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200012 90 NOP + RAX = 0x9090909090909090 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x0000000000200012 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200013 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200013 90 NOP + RAX = 0x9090909090909090 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x0000000000200012 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200014 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200014 90 NOP + RAX = 0x9090909090909090 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x0000000000200012 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200015 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200015 90 NOP + RAX = 0x9090909090909090 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x0000000000200012 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200016 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200016 90 NOP + RAX = 0x9090909090909090 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x0000000000200012 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200017 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200017 90 NOP + RAX = 0x9090909090909090 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x0000000000200012 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200018 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200018 90 NOP + RAX = 0x9090909090909090 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x0000000000200012 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200019 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200019 90 NOP + RAX = 0x9090909090909090 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x0000000000200012 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020001a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020001a C3 RETN + Memory LOAD, address 0x0000000000200012, size 8, value 9090909090909090 +Emulation terminated with status 0x00000002, flags: 0x4, 0 NOPs, 0 NULLs, 13 total instructions, 12 unique instructions + SHEMU_FLAG_WRITE_SELF diff --git a/bdshemu_test/x86/basic/test_64_selfwrite03.test b/bdshemu_test/x86/basic/test_64_selfwrite03.test new file mode 100644 index 0000000000000000000000000000000000000000..6c13d5fe74451b52e62c68b0cb49b10158341206 GIT binary patch literal 27 Ycmeb1RTXAnVDQ*60SW?uJTN#60CUv`p#T5? literal 0 HcmV?d00001 diff --git a/bdshemu_test/x86/basic/test_64_shl01.asm b/bdshemu_test/x86/basic/test_64_shl01.asm new file mode 100644 index 0000000..6e76898 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_shl01.asm @@ -0,0 +1,87 @@ + bits 64 + + global _start + + section .text + +_start: + nop + clc + mov al, 0xAA + shl al, 0 + + nop + clc + mov al, 0xAA + shl al, 1 + + nop + clc + mov al, 0xAA + shl al, 7 + + nop + clc + mov al, 0xAA + shl al, 8 + + nop + clc + mov al, 0xAA + shl al, 30 + + + + nop + clc + mov al, 0x77 + shl al, 0 + + nop + clc + mov al, 0x77 + shl al, 1 + + nop + clc + mov al, 0x77 + shl al, 7 + + nop + clc + mov al, 0x77 + shl al, 8 + + nop + clc + mov al, 0x77 + shl al, 30 + + + + nop + clc + mov al, 0xFF + shl al, 0 + + nop + clc + mov al, 0xFF + shl al, 1 + + nop + clc + mov al, 0xFF + shl al, 7 + + nop + clc + mov al, 0xFF + shl al, 8 + + nop + clc + mov al, 0xFF + shl al, 30 + + int3 \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_shl01.result b/bdshemu_test/x86/basic/test_64_shl01.result new file mode 100644 index 0000000..80c7d15 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_shl01.result @@ -0,0 +1,611 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200001 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200001 F8 CLC + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200002 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200002 B0AA MOV al, 0xaa + RAX = 0x00000000000000aa RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200004 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200004 C0E000 SHL al, 0x00 + RAX = 0x00000000000000aa RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200007 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200007 90 NOP + RAX = 0x00000000000000aa RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200008 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200008 F8 CLC + RAX = 0x00000000000000aa RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200009 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200009 B0AA MOV al, 0xaa + RAX = 0x00000000000000aa RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000b D0E0 SHL al, 1 + RAX = 0x0000000000000054 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000d RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020000d 90 NOP + RAX = 0x0000000000000054 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000e RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020000e F8 CLC + RAX = 0x0000000000000054 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000f RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020000f B0AA MOV al, 0xaa + RAX = 0x00000000000000aa RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200011 RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200011 C0E007 SHL al, 0x07 + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200014 RFLAGS = 0x0000000000000a47 CF:1 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200014 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200015 RFLAGS = 0x0000000000000a47 CF:1 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200015 F8 CLC + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200016 RFLAGS = 0x0000000000000a46 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200016 B0AA MOV al, 0xaa + RAX = 0x00000000000000aa RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200018 RFLAGS = 0x0000000000000a46 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200018 C0E008 SHL al, 0x08 + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020001b RFLAGS = 0x0000000000000a46 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020001b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020001c RFLAGS = 0x0000000000000a46 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020001c F8 CLC + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020001d RFLAGS = 0x0000000000000a46 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020001d B0AA MOV al, 0xaa + RAX = 0x00000000000000aa RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020001f RFLAGS = 0x0000000000000a46 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020001f C0E01E SHL al, 0x1e + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200022 RFLAGS = 0x0000000000000a46 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200022 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200023 RFLAGS = 0x0000000000000a46 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200023 F8 CLC + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200024 RFLAGS = 0x0000000000000a46 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200024 B077 MOV al, 0x77 + RAX = 0x0000000000000077 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200026 RFLAGS = 0x0000000000000a46 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200026 C0E000 SHL al, 0x00 + RAX = 0x0000000000000077 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200029 RFLAGS = 0x0000000000000a46 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200029 90 NOP + RAX = 0x0000000000000077 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020002a RFLAGS = 0x0000000000000a46 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020002a F8 CLC + RAX = 0x0000000000000077 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020002b RFLAGS = 0x0000000000000a46 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020002b B077 MOV al, 0x77 + RAX = 0x0000000000000077 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020002d RFLAGS = 0x0000000000000a46 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020002d D0E0 SHL al, 1 + RAX = 0x00000000000000ee RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020002f RFLAGS = 0x0000000000000a86 CF:0 PF:1 AF:0 ZF:0 SF:1 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020002f 90 NOP + RAX = 0x00000000000000ee RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200030 RFLAGS = 0x0000000000000a86 CF:0 PF:1 AF:0 ZF:0 SF:1 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200030 F8 CLC + RAX = 0x00000000000000ee RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200031 RFLAGS = 0x0000000000000a86 CF:0 PF:1 AF:0 ZF:0 SF:1 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200031 B077 MOV al, 0x77 + RAX = 0x0000000000000077 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200033 RFLAGS = 0x0000000000000a86 CF:0 PF:1 AF:0 ZF:0 SF:1 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200033 C0E007 SHL al, 0x07 + RAX = 0x0000000000000080 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200036 RFLAGS = 0x0000000000000a83 CF:1 PF:0 AF:0 ZF:0 SF:1 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200036 90 NOP + RAX = 0x0000000000000080 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200037 RFLAGS = 0x0000000000000a83 CF:1 PF:0 AF:0 ZF:0 SF:1 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200037 F8 CLC + RAX = 0x0000000000000080 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200038 RFLAGS = 0x0000000000000a82 CF:0 PF:0 AF:0 ZF:0 SF:1 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200038 B077 MOV al, 0x77 + RAX = 0x0000000000000077 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020003a RFLAGS = 0x0000000000000a82 CF:0 PF:0 AF:0 ZF:0 SF:1 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020003a C0E008 SHL al, 0x08 + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020003d RFLAGS = 0x0000000000000a47 CF:1 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020003d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020003e RFLAGS = 0x0000000000000a47 CF:1 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020003e F8 CLC + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020003f RFLAGS = 0x0000000000000a46 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020003f B077 MOV al, 0x77 + RAX = 0x0000000000000077 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200041 RFLAGS = 0x0000000000000a46 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200041 C0E01E SHL al, 0x1e + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200044 RFLAGS = 0x0000000000000a46 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200044 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200045 RFLAGS = 0x0000000000000a46 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200045 F8 CLC + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200046 RFLAGS = 0x0000000000000a46 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200046 B0FF MOV al, 0xff + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200048 RFLAGS = 0x0000000000000a46 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200048 C0E000 SHL al, 0x00 + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020004b RFLAGS = 0x0000000000000a46 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020004b 90 NOP + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020004c RFLAGS = 0x0000000000000a46 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020004c F8 CLC + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020004d RFLAGS = 0x0000000000000a46 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020004d B0FF MOV al, 0xff + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020004f RFLAGS = 0x0000000000000a46 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020004f D0E0 SHL al, 1 + RAX = 0x00000000000000fe RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200051 RFLAGS = 0x0000000000000283 CF:1 PF:0 AF:0 ZF:0 SF:1 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200051 90 NOP + RAX = 0x00000000000000fe RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200052 RFLAGS = 0x0000000000000283 CF:1 PF:0 AF:0 ZF:0 SF:1 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200052 F8 CLC + RAX = 0x00000000000000fe RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200053 RFLAGS = 0x0000000000000282 CF:0 PF:0 AF:0 ZF:0 SF:1 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200053 B0FF MOV al, 0xff + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200055 RFLAGS = 0x0000000000000282 CF:0 PF:0 AF:0 ZF:0 SF:1 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200055 C0E007 SHL al, 0x07 + RAX = 0x0000000000000080 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200058 RFLAGS = 0x0000000000000283 CF:1 PF:0 AF:0 ZF:0 SF:1 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200058 90 NOP + RAX = 0x0000000000000080 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200059 RFLAGS = 0x0000000000000283 CF:1 PF:0 AF:0 ZF:0 SF:1 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200059 F8 CLC + RAX = 0x0000000000000080 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020005a RFLAGS = 0x0000000000000282 CF:0 PF:0 AF:0 ZF:0 SF:1 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020005a B0FF MOV al, 0xff + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020005c RFLAGS = 0x0000000000000282 CF:0 PF:0 AF:0 ZF:0 SF:1 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020005c C0E008 SHL al, 0x08 + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020005f RFLAGS = 0x0000000000000247 CF:1 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020005f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200060 RFLAGS = 0x0000000000000247 CF:1 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200060 F8 CLC + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200061 RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200061 B0FF MOV al, 0xff + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200063 RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200063 C0E01E SHL al, 0x1e + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200066 RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200066 CC INT3 +Emulation terminated with status 0x0000000a, flags: 0x0, 1 NOPs, 0 NULLs, 62 total instructions, 61 unique instructions diff --git a/bdshemu_test/x86/basic/test_64_shl01.test b/bdshemu_test/x86/basic/test_64_shl01.test new file mode 100644 index 0000000000000000000000000000000000000000..ca4fb27b712b9bba545d2be860df363e859662aa GIT binary patch literal 103 zcmbR6W5cQg4;Ur@sS6K4CKs3Lpoh0!V>W04b1){}2`b!76|p OkP09LQURpo&Hw-m1x3sN literal 0 HcmV?d00001 diff --git a/bdshemu_test/x86/basic/test_64_shld01.asm b/bdshemu_test/x86/basic/test_64_shld01.asm new file mode 100644 index 0000000..54a8925 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_shld01.asm @@ -0,0 +1,28 @@ + bits 64 + + global _start + + section .text + +_start: + ; 16-bit shift. + mov eax, 0x0000FFFF + mov ebx, 0x0000BDBD + shld ax, bx, 8 + + ; 32-bit shift. + mov eax, 0x0000FFFF + mov ebx, 0xBDBD0000 + shld eax, ebx, 16 + + ; 64-bit shift. + mov rax, 0x0000FFFF0000FFFF + mov rbx, 0xBDBD00000000FFFF + shld rax, rbx, 32 + + ; 64-bit shift with count larger than 64, masked. + mov rax, 0x0000FFFF0000FFFF + mov rbx, 0xBDBD00000000FFFF + shld rax, rbx, 65 + + int3 \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_shld01.result b/bdshemu_test/x86/basic/test_64_shld01.result new file mode 100644 index 0000000..d1b2023 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_shld01.result @@ -0,0 +1,131 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 B8FFFF0000 MOV eax, 0x0000ffff + RAX = 0x000000000000ffff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200005 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200005 BBBDBD0000 MOV ebx, 0x0000bdbd + RAX = 0x000000000000ffff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x000000000000bdbd + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000a 660FA4D808 SHLD ax, bx, 0x08 + RAX = 0x000000000000ffbd RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x000000000000bdbd + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000f RFLAGS = 0x0000000000000287 CF:1 PF:1 AF:0 ZF:0 SF:1 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000f B8FFFF0000 MOV eax, 0x0000ffff + RAX = 0x000000000000ffff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x000000000000bdbd + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200014 RFLAGS = 0x0000000000000287 CF:1 PF:1 AF:0 ZF:0 SF:1 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200014 BB0000BDBD MOV ebx, 0xbdbd0000 + RAX = 0x000000000000ffff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x00000000bdbd0000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200019 RFLAGS = 0x0000000000000287 CF:1 PF:1 AF:0 ZF:0 SF:1 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200019 0FA4D810 SHLD eax, ebx, 0x10 + RAX = 0x00000000ffffbdbd RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x00000000bdbd0000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020001d RFLAGS = 0x0000000000000286 CF:0 PF:1 AF:0 ZF:0 SF:1 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020001d 48B8FFFF0000FFFF0000 MOV rax, 0x0000ffff0000ffff + RAX = 0x0000ffff0000ffff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x00000000bdbd0000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200027 RFLAGS = 0x0000000000000286 CF:0 PF:1 AF:0 ZF:0 SF:1 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200027 48BBFFFF00000000BDBD MOV rbx, 0xbdbd00000000ffff + RAX = 0x0000ffff0000ffff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0xbdbd00000000ffff + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200031 RFLAGS = 0x0000000000000286 CF:0 PF:1 AF:0 ZF:0 SF:1 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200031 480FA4D820 SHLD rax, rbx, 0x20 + RAX = 0x0000ffffbdbd0000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0xbdbd00000000ffff + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200036 RFLAGS = 0x0000000000000207 CF:1 PF:1 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200036 48B8FFFF0000FFFF0000 MOV rax, 0x0000ffff0000ffff + RAX = 0x0000ffff0000ffff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0xbdbd00000000ffff + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200040 RFLAGS = 0x0000000000000207 CF:1 PF:1 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200040 48BBFFFF00000000BDBD MOV rbx, 0xbdbd00000000ffff + RAX = 0x0000ffff0000ffff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0xbdbd00000000ffff + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020004a RFLAGS = 0x0000000000000207 CF:1 PF:1 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020004a 480FA4D841 SHLD rax, rbx, 0x41 + RAX = 0x0001fffe0001ffff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0xbdbd00000000ffff + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020004f RFLAGS = 0x0000000000000206 CF:0 PF:1 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020004f CC INT3 +Emulation terminated with status 0x0000000a, flags: 0x0, 0 NOPs, 0 NULLs, 14 total instructions, 13 unique instructions diff --git a/bdshemu_test/x86/basic/test_64_shld01.test b/bdshemu_test/x86/basic/test_64_shld01.test new file mode 100644 index 0000000000000000000000000000000000000000..e676ebe31bcdd76cf755f20fcd3bf3e45a856bf4 GIT binary patch literal 80 zcmdn-|33r6?!9{%7}EHc+~C*&<}xts-3#Oic!0SeA&=c45+v>clu*DW;dllB_w*$! literal 0 HcmV?d00001 diff --git a/bdshemu_test/x86/basic/test_64_shld02.asm b/bdshemu_test/x86/basic/test_64_shld02.asm new file mode 100644 index 0000000..b908444 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_shld02.asm @@ -0,0 +1,13 @@ + bits 64 + + global _start + + section .text + +_start: + ; Undefined shift, count larger than operand size. + mov eax, 0x0000FFFF + mov ebx, 0x0000BDBD + shld ax, bx, 31 + + int3 \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_shld02.result b/bdshemu_test/x86/basic/test_64_shld02.result new file mode 100644 index 0000000..b2e8efd --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_shld02.result @@ -0,0 +1,41 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 B8FFFF0000 MOV eax, 0x0000ffff + RAX = 0x000000000000ffff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200005 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200005 BBBDBD0000 MOV ebx, 0x0000bdbd + RAX = 0x000000000000ffff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x000000000000bdbd + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000a 660FA4D81F SHLD ax, bx, 0x1f + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x000000000000bdbd + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000f CC INT3 +Emulation terminated with status 0x0000000a, flags: 0x0, 0 NOPs, 0 NULLs, 5 total instructions, 4 unique instructions diff --git a/bdshemu_test/x86/basic/test_64_shld02.test b/bdshemu_test/x86/basic/test_64_shld02.test new file mode 100644 index 0000000000000000000000000000000000000000..47dfbdaa2bb0ed657e106a3058f30453396afaa5 GIT binary patch literal 16 Ycmdn-|33r6?!9{%7}EHc+>k#507p~@$N&HU literal 0 HcmV?d00001 diff --git a/bdshemu_test/x86/basic/test_64_shr01.asm b/bdshemu_test/x86/basic/test_64_shr01.asm new file mode 100644 index 0000000..3c0907e --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_shr01.asm @@ -0,0 +1,87 @@ + bits 64 + + global _start + + section .text + +_start: + nop + clc + mov al, 0xAA + shr al, 0 + + nop + clc + mov al, 0xAA + shr al, 1 + + nop + clc + mov al, 0xAA + shr al, 7 + + nop + clc + mov al, 0xAA + shr al, 8 + + nop + clc + mov al, 0xAA + shr al, 30 + + + + nop + clc + mov al, 0x77 + shr al, 0 + + nop + clc + mov al, 0x77 + shr al, 1 + + nop + clc + mov al, 0x77 + shr al, 7 + + nop + clc + mov al, 0x77 + shr al, 8 + + nop + clc + mov al, 0x77 + shr al, 30 + + + + nop + clc + mov al, 0xFF + shr al, 0 + + nop + clc + mov al, 0xFF + shr al, 1 + + nop + clc + mov al, 0xFF + shr al, 7 + + nop + clc + mov al, 0xFF + shr al, 8 + + nop + clc + mov al, 0xFF + shr al, 30 + + int3 \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_shr01.result b/bdshemu_test/x86/basic/test_64_shr01.result new file mode 100644 index 0000000..c7a752d --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_shr01.result @@ -0,0 +1,611 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200001 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200001 F8 CLC + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200002 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200002 B0AA MOV al, 0xaa + RAX = 0x00000000000000aa RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200004 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200004 C0E800 SHR al, 0x00 + RAX = 0x00000000000000aa RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200007 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200007 90 NOP + RAX = 0x00000000000000aa RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200008 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200008 F8 CLC + RAX = 0x00000000000000aa RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200009 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200009 B0AA MOV al, 0xaa + RAX = 0x00000000000000aa RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000b D0E8 SHR al, 1 + RAX = 0x0000000000000055 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000d RFLAGS = 0x0000000000000a06 CF:0 PF:1 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020000d 90 NOP + RAX = 0x0000000000000055 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000e RFLAGS = 0x0000000000000a06 CF:0 PF:1 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020000e F8 CLC + RAX = 0x0000000000000055 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000f RFLAGS = 0x0000000000000a06 CF:0 PF:1 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020000f B0AA MOV al, 0xaa + RAX = 0x00000000000000aa RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200011 RFLAGS = 0x0000000000000a06 CF:0 PF:1 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200011 C0E807 SHR al, 0x07 + RAX = 0x0000000000000001 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200014 RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200014 90 NOP + RAX = 0x0000000000000001 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200015 RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200015 F8 CLC + RAX = 0x0000000000000001 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200016 RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200016 B0AA MOV al, 0xaa + RAX = 0x00000000000000aa RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200018 RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200018 C0E808 SHR al, 0x08 + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020001b RFLAGS = 0x0000000000000a47 CF:1 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020001b 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020001c RFLAGS = 0x0000000000000a47 CF:1 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020001c F8 CLC + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020001d RFLAGS = 0x0000000000000a46 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020001d B0AA MOV al, 0xaa + RAX = 0x00000000000000aa RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020001f RFLAGS = 0x0000000000000a46 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020001f C0E81E SHR al, 0x1e + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200022 RFLAGS = 0x0000000000000a46 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200022 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200023 RFLAGS = 0x0000000000000a46 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200023 F8 CLC + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200024 RFLAGS = 0x0000000000000a46 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200024 B077 MOV al, 0x77 + RAX = 0x0000000000000077 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200026 RFLAGS = 0x0000000000000a46 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200026 C0E800 SHR al, 0x00 + RAX = 0x0000000000000077 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200029 RFLAGS = 0x0000000000000a46 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200029 90 NOP + RAX = 0x0000000000000077 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020002a RFLAGS = 0x0000000000000a46 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020002a F8 CLC + RAX = 0x0000000000000077 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020002b RFLAGS = 0x0000000000000a46 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020002b B077 MOV al, 0x77 + RAX = 0x0000000000000077 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020002d RFLAGS = 0x0000000000000a46 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020002d D0E8 SHR al, 1 + RAX = 0x000000000000003b RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020002f RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020002f 90 NOP + RAX = 0x000000000000003b RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200030 RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200030 F8 CLC + RAX = 0x000000000000003b RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200031 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200031 B077 MOV al, 0x77 + RAX = 0x0000000000000077 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200033 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200033 C0E807 SHR al, 0x07 + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200036 RFLAGS = 0x0000000000000247 CF:1 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200036 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200037 RFLAGS = 0x0000000000000247 CF:1 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200037 F8 CLC + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200038 RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200038 B077 MOV al, 0x77 + RAX = 0x0000000000000077 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020003a RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020003a C0E808 SHR al, 0x08 + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020003d RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020003d 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020003e RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020003e F8 CLC + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020003f RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020003f B077 MOV al, 0x77 + RAX = 0x0000000000000077 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200041 RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200041 C0E81E SHR al, 0x1e + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200044 RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200044 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200045 RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200045 F8 CLC + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200046 RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200046 B0FF MOV al, 0xff + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200048 RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200048 C0E800 SHR al, 0x00 + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020004b RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020004b 90 NOP + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020004c RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020004c F8 CLC + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020004d RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020004d B0FF MOV al, 0xff + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020004f RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020004f D0E8 SHR al, 1 + RAX = 0x000000000000007f RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200051 RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200051 90 NOP + RAX = 0x000000000000007f RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200052 RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200052 F8 CLC + RAX = 0x000000000000007f RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200053 RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200053 B0FF MOV al, 0xff + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200055 RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200055 C0E807 SHR al, 0x07 + RAX = 0x0000000000000001 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200058 RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200058 90 NOP + RAX = 0x0000000000000001 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200059 RFLAGS = 0x0000000000000a03 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200059 F8 CLC + RAX = 0x0000000000000001 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020005a RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020005a B0FF MOV al, 0xff + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020005c RFLAGS = 0x0000000000000a02 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020005c C0E808 SHR al, 0x08 + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020005f RFLAGS = 0x0000000000000a47 CF:1 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x000000000020005f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200060 RFLAGS = 0x0000000000000a47 CF:1 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200060 F8 CLC + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200061 RFLAGS = 0x0000000000000a46 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200061 B0FF MOV al, 0xff + RAX = 0x00000000000000ff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200063 RFLAGS = 0x0000000000000a46 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200063 C0E81E SHR al, 0x1e + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200066 RFLAGS = 0x0000000000000a46 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:1 +IP: 0x0000000000200066 CC INT3 +Emulation terminated with status 0x0000000a, flags: 0x0, 1 NOPs, 0 NULLs, 62 total instructions, 61 unique instructions diff --git a/bdshemu_test/x86/basic/test_64_shr01.test b/bdshemu_test/x86/basic/test_64_shr01.test new file mode 100644 index 0000000000000000000000000000000000000000..57c721b8fcbbbf023473a7eb2a941f78a8310c21 GIT binary patch literal 103 zcmbR6W5cQgFBm2OsS7VaCKs3Lpoh0!V>W04b1){}2`b!76|p OkP09LQURpo&Hw--y+%X; literal 0 HcmV?d00001 diff --git a/bdshemu_test/x86/basic/test_64_shrd01.asm b/bdshemu_test/x86/basic/test_64_shrd01.asm new file mode 100644 index 0000000..263685f --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_shrd01.asm @@ -0,0 +1,28 @@ + bits 64 + + global _start + + section .text + +_start: + ; 16-bit shift. + mov eax, 0x0000FFFF + mov ebx, 0x0000BDBD + shrd ax, bx, 8 + + ; 32-bit shift. + mov eax, 0x0000FFFF + mov ebx, 0xBDBD0000 + shrd eax, ebx, 16 + + ; 64-bit shift. + mov rax, 0x0000FFFF0000FFFF + mov rbx, 0xBDBD00000000FFFF + shrd rax, rbx, 32 + + ; 64-bit shift with count larger than 64, masked. + mov rax, 0x0000FFFF0000FFFF + mov rbx, 0xBDBD00000000FFFF + shrd rax, rbx, 65 + + int3 \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_shrd01.result b/bdshemu_test/x86/basic/test_64_shrd01.result new file mode 100644 index 0000000..c20a7e1 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_shrd01.result @@ -0,0 +1,131 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 B8FFFF0000 MOV eax, 0x0000ffff + RAX = 0x000000000000ffff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200005 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200005 BBBDBD0000 MOV ebx, 0x0000bdbd + RAX = 0x000000000000ffff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x000000000000bdbd + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000a 660FACD808 SHRD ax, bx, 0x08 + RAX = 0x000000000000bdff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x000000000000bdbd + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000f RFLAGS = 0x0000000000000287 CF:1 PF:1 AF:0 ZF:0 SF:1 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000f B8FFFF0000 MOV eax, 0x0000ffff + RAX = 0x000000000000ffff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x000000000000bdbd + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200014 RFLAGS = 0x0000000000000287 CF:1 PF:1 AF:0 ZF:0 SF:1 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200014 BB0000BDBD MOV ebx, 0xbdbd0000 + RAX = 0x000000000000ffff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x00000000bdbd0000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200019 RFLAGS = 0x0000000000000287 CF:1 PF:1 AF:0 ZF:0 SF:1 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200019 0FACD810 SHRD eax, ebx, 0x10 + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x00000000bdbd0000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020001d RFLAGS = 0x0000000000000247 CF:1 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020001d 48B8FFFF0000FFFF0000 MOV rax, 0x0000ffff0000ffff + RAX = 0x0000ffff0000ffff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x00000000bdbd0000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200027 RFLAGS = 0x0000000000000247 CF:1 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200027 48BBFFFF00000000BDBD MOV rbx, 0xbdbd00000000ffff + RAX = 0x0000ffff0000ffff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0xbdbd00000000ffff + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200031 RFLAGS = 0x0000000000000247 CF:1 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200031 480FACD820 SHRD rax, rbx, 0x20 + RAX = 0x0000ffff0000ffff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0xbdbd00000000ffff + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200036 RFLAGS = 0x0000000000000206 CF:0 PF:1 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200036 48B8FFFF0000FFFF0000 MOV rax, 0x0000ffff0000ffff + RAX = 0x0000ffff0000ffff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0xbdbd00000000ffff + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200040 RFLAGS = 0x0000000000000206 CF:0 PF:1 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200040 48BBFFFF00000000BDBD MOV rbx, 0xbdbd00000000ffff + RAX = 0x0000ffff0000ffff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0xbdbd00000000ffff + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020004a RFLAGS = 0x0000000000000206 CF:0 PF:1 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020004a 480FACD841 SHRD rax, rbx, 0x41 + RAX = 0x80007fff80007fff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0xbdbd00000000ffff + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020004f RFLAGS = 0x0000000000000287 CF:1 PF:1 AF:0 ZF:0 SF:1 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020004f CC INT3 +Emulation terminated with status 0x0000000a, flags: 0x0, 0 NOPs, 0 NULLs, 14 total instructions, 13 unique instructions diff --git a/bdshemu_test/x86/basic/test_64_shrd01.test b/bdshemu_test/x86/basic/test_64_shrd01.test new file mode 100644 index 0000000000000000000000000000000000000000..0690e5bfdaf8f124456d39716183a62b51b9cd9e GIT binary patch literal 80 zcmdn-|33r6?!9{%7}EIH+~C*&<}xts-3#Oic!0SeA&=c45+v>clu*DW;dllB{LCdx literal 0 HcmV?d00001 diff --git a/bdshemu_test/x86/basic/test_64_shrd02.asm b/bdshemu_test/x86/basic/test_64_shrd02.asm new file mode 100644 index 0000000..5e82c83 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_shrd02.asm @@ -0,0 +1,13 @@ + bits 64 + + global _start + + section .text + +_start: + ; Undefined shift, count larger than operand size. + mov eax, 0x0000FFFF + mov ebx, 0x0000BDBD + shrd ax, bx, 31 + + int3 \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_shrd02.result b/bdshemu_test/x86/basic/test_64_shrd02.result new file mode 100644 index 0000000..f272e46 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_shrd02.result @@ -0,0 +1,41 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 B8FFFF0000 MOV eax, 0x0000ffff + RAX = 0x000000000000ffff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200005 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200005 BBBDBD0000 MOV ebx, 0x0000bdbd + RAX = 0x000000000000ffff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x000000000000bdbd + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000a 660FACD81F SHRD ax, bx, 0x1f + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x000000000000bdbd + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000f CC INT3 +Emulation terminated with status 0x0000000a, flags: 0x0, 0 NOPs, 0 NULLs, 5 total instructions, 4 unique instructions diff --git a/bdshemu_test/x86/basic/test_64_shrd02.test b/bdshemu_test/x86/basic/test_64_shrd02.test new file mode 100644 index 0000000000000000000000000000000000000000..0c1ebbe0c07cfe0dc0ef1b67aabb241d0068411f GIT binary patch literal 16 Ycmdn-|33r6?!9{%7}EIH+>k#507rBO&;S4c literal 0 HcmV?d00001 diff --git a/bdshemu_test/x86/basic/test_64_sidt.asm b/bdshemu_test/x86/basic/test_64_sidt.asm new file mode 100644 index 0000000..f0653b3 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_sidt.asm @@ -0,0 +1,5 @@ + bits 64 + + nop + sidt [rsp] + int3 \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_sidt.result b/bdshemu_test/x86/basic/test_64_sidt.result new file mode 100644 index 0000000..50155b4 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_sidt.result @@ -0,0 +1,21 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200001 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200001 0F010C24 SIDT tbyte ptr [rsp] +Emulation terminated with status 0x0000000a, flags: 0x0, 1 NOPs, 0 NULLs, 3 total instructions, 2 unique instructions diff --git a/bdshemu_test/x86/basic/test_64_sidt.test b/bdshemu_test/x86/basic/test_64_sidt.test new file mode 100644 index 0000000..ef3b591 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_sidt.test @@ -0,0 +1 @@ + $Ì \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_stack_pivot1.asm b/bdshemu_test/x86/basic/test_64_stack_pivot1.asm new file mode 100644 index 0000000..881c66b --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_stack_pivot1.asm @@ -0,0 +1,6 @@ + + bits 64 + + nop + xchg rsp, rax + int3 \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_stack_pivot1.result b/bdshemu_test/x86/basic/test_64_stack_pivot1.result new file mode 100644 index 0000000..8a13d97 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_stack_pivot1.result @@ -0,0 +1,31 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200001 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200001 4894 XCHG rsp, rax + RAX = 0x00000000001fe000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x0000000000000000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200003 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200003 CC INT3 +Emulation terminated with status 0x0000000a, flags: 0x0, 1 NOPs, 0 NULLs, 4 total instructions, 3 unique instructions diff --git a/bdshemu_test/x86/basic/test_64_stack_pivot1.test b/bdshemu_test/x86/basic/test_64_stack_pivot1.test new file mode 100644 index 0000000..53627e9 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_stack_pivot1.test @@ -0,0 +1 @@ +H”Ì \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_stack_pivot2.asm b/bdshemu_test/x86/basic/test_64_stack_pivot2.asm new file mode 100644 index 0000000..f079cc4 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_stack_pivot2.asm @@ -0,0 +1,7 @@ + + bits 64 + + nop + xchg rsp, rax + push rax + int3 \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_stack_pivot2.result b/bdshemu_test/x86/basic/test_64_stack_pivot2.result new file mode 100644 index 0000000..4557749 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_stack_pivot2.result @@ -0,0 +1,31 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200001 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200001 4894 XCHG rsp, rax + RAX = 0x00000000001fe000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x0000000000000000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200003 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200003 50 PUSH rax +Emulation terminated with status 0x00000001, flags: 0x0, 1 NOPs, 0 NULLs, 3 total instructions, 3 unique instructions diff --git a/bdshemu_test/x86/basic/test_64_stack_pivot2.test b/bdshemu_test/x86/basic/test_64_stack_pivot2.test new file mode 100644 index 0000000..0f6d932 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_stack_pivot2.test @@ -0,0 +1 @@ +H”PÌ \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_stack_pivot3.asm b/bdshemu_test/x86/basic/test_64_stack_pivot3.asm new file mode 100644 index 0000000..d63f056 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_stack_pivot3.asm @@ -0,0 +1,13 @@ + + bits 64 + + nop + lea rax, [rel new_stack] + dec rax + xchg rsp, rax + int3 + + align 8 + +new_stack: + resq 64 \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_stack_pivot3.result b/bdshemu_test/x86/basic/test_64_stack_pivot3.result new file mode 100644 index 0000000..d848510 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_stack_pivot3.result @@ -0,0 +1,51 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200001 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200001 488D0508000000 LEA rax, [rel 0x200010] + RAX = 0x0000000000200010 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200008 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200008 48FFC8 DEC rax + RAX = 0x000000000020000f RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000b RFLAGS = 0x0000000000000206 CF:0 PF:1 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000b 4894 XCHG rsp, rax + RAX = 0x00000000001fe000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x000000000020000f RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000d RFLAGS = 0x0000000000000206 CF:0 PF:1 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000d CC INT3 +Emulation terminated with status 0x0000000a, flags: 0x0, 1 NOPs, 0 NULLs, 6 total instructions, 5 unique instructions diff --git a/bdshemu_test/x86/basic/test_64_stack_pivot3.test b/bdshemu_test/x86/basic/test_64_stack_pivot3.test new file mode 100644 index 0000000000000000000000000000000000000000..dc42a4f011ededfce5cf8664ca8bc4b680889e2f GIT binary patch literal 528 ecmbQ>(aXxgz`)?~|AfbsGZQ8NnWJC?hX4S;2nI?3 literal 0 HcmV?d00001 diff --git a/bdshemu_test/x86/basic/test_64_stack_pivot4.asm b/bdshemu_test/x86/basic/test_64_stack_pivot4.asm new file mode 100644 index 0000000..d9ca5bf --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_stack_pivot4.asm @@ -0,0 +1,12 @@ + + bits 64 + + nop + lea rax, [rel new_stack] + xchg rsp, rax + int3 + + align 8 + +new_stack: + resq 64 \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_stack_pivot4.result b/bdshemu_test/x86/basic/test_64_stack_pivot4.result new file mode 100644 index 0000000..97f71bb --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_stack_pivot4.result @@ -0,0 +1,42 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200001 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200001 488D0508000000 LEA rax, [rel 0x200010] + RAX = 0x0000000000200010 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200008 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200008 4894 XCHG rsp, rax + RAX = 0x00000000001fe000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x0000000000200010 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000a CC INT3 +Emulation terminated with status 0x0000000a, flags: 0x100, 1 NOPs, 0 NULLs, 5 total instructions, 4 unique instructions + SHEMU_FLAG_STACK_PIVOT diff --git a/bdshemu_test/x86/basic/test_64_stack_pivot4.test b/bdshemu_test/x86/basic/test_64_stack_pivot4.test new file mode 100644 index 0000000000000000000000000000000000000000..18cfcfa4932aac2ca5cfd3b4c44aa7403a7da07e GIT binary patch literal 528 bcmbQ>(aXxgz`)=!<;(;S05V6x2o3=N|HuXF literal 0 HcmV?d00001 diff --git a/bdshemu_test/x86/basic/test_64_string.asm b/bdshemu_test/x86/basic/test_64_string.asm new file mode 100644 index 0000000..580f919 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_string.asm @@ -0,0 +1,44 @@ + + bits 64 + + lea rsi, [rel _xxx] + lea rdi, [rel _yyy] + + movsb + movsb + movsb + movsb + movsd + + sub rsi, 8 + sub rdi, 8 + mov ecx, 4 + rep movsq + + lea rsi, [rel _xxx] + lea rdi, [rel _yyy] + xor ecx, ecx + repz cmpsb + + mov ecx, 4 + repz cmpsb + + mov ecx, 4 + xor al, al + repnz scasb + + lea rdi, [rel _zzz] + mov ecx, 0x100 + xor al, al + repnz scasb + mov eax, 0x100 + sub eax, ecx + dec eax + + retn +_xxx: + dq 1, 2, 3, 4 +_yyy: + dq 5, 6, 7, 8 +_zzz: + db 'ana are mere',0 \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_string.result b/bdshemu_test/x86/basic/test_64_string.result new file mode 100644 index 0000000..8e71e78 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_string.result @@ -0,0 +1,322 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 488D3558000000 LEA rsi, [rel 0x20005f] + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x000000000020005f RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200007 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200007 488D3D71000000 LEA rdi, [rel 0x20007f] + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x000000000020005f RDI = 0x000000000020007f + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000e A4 MOVSB + Memory LOAD, address 0x000000000020005f, size 1, value 01 + Memory STOR, address 0x000000000020007f, size 1, value 01 + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000200060 RDI = 0x0000000000200080 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000f A4 MOVSB + Memory LOAD, address 0x0000000000200060, size 1, value 00 + Memory STOR, address 0x0000000000200080, size 1, value 00 + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000200061 RDI = 0x0000000000200081 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200010 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200010 A4 MOVSB + Memory LOAD, address 0x0000000000200061, size 1, value 00 + Memory STOR, address 0x0000000000200081, size 1, value 00 + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000200062 RDI = 0x0000000000200082 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200011 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200011 A4 MOVSB + Memory LOAD, address 0x0000000000200062, size 1, value 00 + Memory STOR, address 0x0000000000200082, size 1, value 00 + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000200063 RDI = 0x0000000000200083 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200012 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200012 A5 MOVSD + Memory LOAD, address 0x0000000000200063, size 4, value 00000000 + Memory STOR, address 0x0000000000200083, size 4, value 00000000 + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000200067 RDI = 0x0000000000200087 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200013 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200013 4883EE08 SUB rsi, 0x0000000000000008 + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x000000000020005f RDI = 0x0000000000200087 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200017 RFLAGS = 0x0000000000000206 CF:0 PF:1 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200017 4883EF08 SUB rdi, 0x0000000000000008 + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x000000000020005f RDI = 0x000000000020007f + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020001b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020001b B904000000 MOV ecx, 0x00000004 + RAX = 0x0000000000000000 RCX = 0x0000000000000004 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x000000000020005f RDI = 0x000000000020007f + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200020 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200020 F348A5 REP MOVSQ + Memory LOAD, address 0x000000000020005f, size 8, value 0100000000000000 + Memory STOR, address 0x000000000020007f, size 8, value 0100000000000000 + Memory LOAD, address 0x0000000000200067, size 8, value 0200000000000000 + Memory STOR, address 0x0000000000200087, size 8, value 0200000000000000 + Memory LOAD, address 0x000000000020006f, size 8, value 0300000000000000 + Memory STOR, address 0x000000000020008f, size 8, value 0300000000000000 + Memory LOAD, address 0x0000000000200077, size 8, value 0400000000000000 + Memory STOR, address 0x0000000000200097, size 8, value 0400000000000000 + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x000000000020007f RDI = 0x000000000020009f + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200023 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200023 488D3535000000 LEA rsi, [rel 0x20005f] + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x000000000020005f RDI = 0x000000000020009f + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020002a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020002a 488D3D4E000000 LEA rdi, [rel 0x20007f] + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x000000000020005f RDI = 0x000000000020007f + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200031 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200031 31C9 XOR ecx, ecx + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x000000000020005f RDI = 0x000000000020007f + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200033 RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200033 F3A6 REPZ CMPSB + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x000000000020005f RDI = 0x000000000020007f + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200035 RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200035 B904000000 MOV ecx, 0x00000004 + RAX = 0x0000000000000000 RCX = 0x0000000000000004 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x000000000020005f RDI = 0x000000000020007f + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020003a RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020003a F3A6 REPZ CMPSB + Memory LOAD, address 0x000000000020005f, size 1, value 01 + Memory LOAD, address 0x000000000020007f, size 1, value 01 + Memory LOAD, address 0x0000000000200060, size 1, value 00 + Memory LOAD, address 0x0000000000200080, size 1, value 00 + Memory LOAD, address 0x0000000000200061, size 1, value 00 + Memory LOAD, address 0x0000000000200081, size 1, value 00 + Memory LOAD, address 0x0000000000200062, size 1, value 00 + Memory LOAD, address 0x0000000000200082, size 1, value 00 + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000200063 RDI = 0x0000000000200083 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020003c RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020003c B904000000 MOV ecx, 0x00000004 + RAX = 0x0000000000000000 RCX = 0x0000000000000004 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000200063 RDI = 0x0000000000200083 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200041 RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200041 30C0 XOR al, al + RAX = 0x0000000000000000 RCX = 0x0000000000000004 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000200063 RDI = 0x0000000000200083 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200043 RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200043 F2AE REPNZ SCASB + Memory LOAD, address 0x0000000000200083, size 1, value 00 + RAX = 0x0000000000000000 RCX = 0x0000000000000003 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000200063 RDI = 0x0000000000200084 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200045 RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200045 488D3D53000000 LEA rdi, [rel 0x20009f] + RAX = 0x0000000000000000 RCX = 0x0000000000000003 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000200063 RDI = 0x000000000020009f + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020004c RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020004c B900010000 MOV ecx, 0x00000100 + RAX = 0x0000000000000000 RCX = 0x0000000000000100 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000200063 RDI = 0x000000000020009f + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200051 RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200051 30C0 XOR al, al + RAX = 0x0000000000000000 RCX = 0x0000000000000100 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000200063 RDI = 0x000000000020009f + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200053 RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200053 F2AE REPNZ SCASB + Memory LOAD, address 0x000000000020009f, size 1, value 61 + Memory LOAD, address 0x00000000002000a0, size 1, value 6E + Memory LOAD, address 0x00000000002000a1, size 1, value 61 + Memory LOAD, address 0x00000000002000a2, size 1, value 20 + Memory LOAD, address 0x00000000002000a3, size 1, value 61 + Memory LOAD, address 0x00000000002000a4, size 1, value 72 + Memory LOAD, address 0x00000000002000a5, size 1, value 65 + Memory LOAD, address 0x00000000002000a6, size 1, value 20 + Memory LOAD, address 0x00000000002000a7, size 1, value 6D + Memory LOAD, address 0x00000000002000a8, size 1, value 65 + Memory LOAD, address 0x00000000002000a9, size 1, value 72 + Memory LOAD, address 0x00000000002000aa, size 1, value 65 + Memory LOAD, address 0x00000000002000ab, size 1, value 00 + RAX = 0x0000000000000000 RCX = 0x00000000000000f3 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000200063 RDI = 0x00000000002000ac + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200055 RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200055 B800010000 MOV eax, 0x00000100 + RAX = 0x0000000000000100 RCX = 0x00000000000000f3 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000200063 RDI = 0x00000000002000ac + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020005a RFLAGS = 0x0000000000000246 CF:0 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020005a 29C8 SUB eax, ecx + RAX = 0x000000000000000d RCX = 0x00000000000000f3 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000200063 RDI = 0x00000000002000ac + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020005c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020005c FFC8 DEC eax + RAX = 0x000000000000000c RCX = 0x00000000000000f3 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000200063 RDI = 0x00000000002000ac + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020005e RFLAGS = 0x0000000000000206 CF:0 PF:1 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020005e C3 RETN + Memory LOAD, address 0x00000000001fe000, size 8, value 0000000000000000 +Emulation terminated with status 0x00000002, flags: 0x0, 0 NOPs, 0 NULLs, 49 total instructions, 28 unique instructions diff --git a/bdshemu_test/x86/basic/test_64_string.test b/bdshemu_test/x86/basic/test_64_string.test new file mode 100644 index 0000000000000000000000000000000000000000..b1cb77a524a44cf54ca7f7c581187b2658e45de9 GIT binary patch literal 172 zcmeb1HH~0kVDRX*Ed)|afMBUd^E(cY=Jy;sS%4y+J(ha(nwmnC_yH-ylb@GCWFVBm zflupzx`TmII~f=m7(o0TAcp3N|0fOuX)s`d(#%jAWHbn{LMR3{D9sL~IiPf6UZO%` MQK~|2YEdc!0EXctXaE2J literal 0 HcmV?d00001 diff --git a/bdshemu_test/x86/basic/test_64_sys01.asm b/bdshemu_test/x86/basic/test_64_sys01.asm new file mode 100644 index 0000000..c92e97e --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_sys01.asm @@ -0,0 +1,4 @@ + + bits 64 + + syscall \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_sys01.result b/bdshemu_test/x86/basic/test_64_sys01.result new file mode 100644 index 0000000..1ef8026 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_sys01.result @@ -0,0 +1,12 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 0F05 SYSCALL +Emulation terminated with status 0x0000000a, flags: 0x10, 0 NOPs, 0 NULLs, 2 total instructions, 1 unique instructions + SHEMU_FLAG_SYSCALL diff --git a/bdshemu_test/x86/basic/test_64_sys01.test b/bdshemu_test/x86/basic/test_64_sys01.test new file mode 100644 index 0000000..b688912 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_sys01.test @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_sys02.asm b/bdshemu_test/x86/basic/test_64_sys02.asm new file mode 100644 index 0000000..a93f1bd --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_sys02.asm @@ -0,0 +1,4 @@ + + bits 64 + + int 0x80 \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_sys02.result b/bdshemu_test/x86/basic/test_64_sys02.result new file mode 100644 index 0000000..dfd4ee1 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_sys02.result @@ -0,0 +1,12 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 CD80 INT 0x80 +Emulation terminated with status 0x0000000a, flags: 0x10, 0 NOPs, 0 NULLs, 2 total instructions, 1 unique instructions + SHEMU_FLAG_SYSCALL diff --git a/bdshemu_test/x86/basic/test_64_sys02.test b/bdshemu_test/x86/basic/test_64_sys02.test new file mode 100644 index 0000000..9fe1505 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_sys02.test @@ -0,0 +1 @@ +Í€ \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_sys03.asm b/bdshemu_test/x86/basic/test_64_sys03.asm new file mode 100644 index 0000000..5d53f66 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_sys03.asm @@ -0,0 +1,4 @@ + + bits 64 + + int 0x33 \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_sys03.result b/bdshemu_test/x86/basic/test_64_sys03.result new file mode 100644 index 0000000..34af8ff --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_sys03.result @@ -0,0 +1,11 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 CD33 INT 0x33 +Emulation terminated with status 0x0000000a, flags: 0x0, 0 NOPs, 0 NULLs, 2 total instructions, 1 unique instructions diff --git a/bdshemu_test/x86/basic/test_64_sys03.test b/bdshemu_test/x86/basic/test_64_sys03.test new file mode 100644 index 0000000..741d907 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_sys03.test @@ -0,0 +1 @@ +Í3 \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_zcnt01.asm b/bdshemu_test/x86/basic/test_64_zcnt01.asm new file mode 100644 index 0000000..86c30ab --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_zcnt01.asm @@ -0,0 +1,131 @@ + bits 64 + + global _start + + section .text + +_start: + nop + mov rcx, 0xFFFFFFFFFFFFFFFF + mov rax, 0x0000000000000000 + lzcnt cx, ax + + nop + mov rcx, 0xFFFFFFFFFFFFFFFF + mov rax, 0x0000000000000000 + lzcnt ecx, eax + + nop + mov rcx, 0xFFFFFFFFFFFFFFFF + mov rax, 0x0000000000000000 + lzcnt rcx, rax + + nop + mov rcx, 0xFFFFFFFFFFFFFFFF + mov rax, 0x0000000080000000 + lzcnt cx, ax + + nop + mov rcx, 0xFFFFFFFFFFFFFFFF + mov rax, 0x0000000080000000 + lzcnt ecx, eax + + nop + mov rcx, 0xFFFFFFFFFFFFFFFF + mov rax, 0x0000000080000000 + lzcnt rcx, rax + + nop + mov rcx, 0xFFFFFFFFFFFFFFFF + mov rax, 0x0000000000000001 + lzcnt cx, ax + + nop + mov rcx, 0xFFFFFFFFFFFFFFFF + mov rax, 0x0000000000000001 + lzcnt ecx, eax + + nop + mov rcx, 0xFFFFFFFFFFFFFFFF + mov rax, 0x0000000000000001 + lzcnt rcx, rax + + nop + mov rcx, 0xFFFFFFFFFFFFFFFF + mov rax, 0xFFFFFFFFFFFFFFFF + lzcnt cx, ax + + nop + mov rcx, 0xFFFFFFFFFFFFFFFF + mov rax, 0xFFFFFFFFFFFFFFFF + lzcnt ecx, eax + + nop + mov rcx, 0xFFFFFFFFFFFFFFFF + mov rax, 0xFFFFFFFFFFFFFFFF + lzcnt rcx, rax + + + + + nop + mov rcx, 0xFFFFFFFFFFFFFFFF + mov rax, 0x0000000000000000 + tzcnt cx, ax + + nop + mov rcx, 0xFFFFFFFFFFFFFFFF + mov rax, 0x0000000000000000 + tzcnt ecx, eax + + nop + mov rcx, 0xFFFFFFFFFFFFFFFF + mov rax, 0x0000000000000000 + tzcnt rcx, rax + + nop + mov rcx, 0xFFFFFFFFFFFFFFFF + mov rax, 0x0000000080000000 + tzcnt cx, ax + + nop + mov rcx, 0xFFFFFFFFFFFFFFFF + mov rax, 0x0000000080000000 + tzcnt ecx, eax + + nop + mov rcx, 0xFFFFFFFFFFFFFFFF + mov rax, 0x0000000080000000 + tzcnt rcx, rax + + nop + mov rcx, 0xFFFFFFFFFFFFFFFF + mov rax, 0x0000000000000001 + tzcnt cx, ax + + nop + mov rcx, 0xFFFFFFFFFFFFFFFF + mov rax, 0x0000000000000001 + tzcnt ecx, eax + + nop + mov rcx, 0xFFFFFFFFFFFFFFFF + mov rax, 0x0000000000000001 + tzcnt rcx, rax + + nop + mov rcx, 0xFFFFFFFFFFFFFFFF + mov rax, 0xFFFFFFFFFFFFFFFF + tzcnt cx, ax + + nop + mov rcx, 0xFFFFFFFFFFFFFFFF + mov rax, 0xFFFFFFFFFFFFFFFF + tzcnt ecx, eax + + nop + mov rcx, 0xFFFFFFFFFFFFFFFF + mov rax, 0xFFFFFFFFFFFFFFFF + tzcnt rcx, rax + + int3 \ No newline at end of file diff --git a/bdshemu_test/x86/basic/test_64_zcnt01.result b/bdshemu_test/x86/basic/test_64_zcnt01.result new file mode 100644 index 0000000..4505db0 --- /dev/null +++ b/bdshemu_test/x86/basic/test_64_zcnt01.result @@ -0,0 +1,971 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200001 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200001 48C7C1FFFFFFFF MOV rcx, 0xffffffffffffffff + RAX = 0x0000000000000000 RCX = 0xffffffffffffffff RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200008 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200008 B800000000 MOV eax, 0x00000000 + RAX = 0x0000000000000000 RCX = 0xffffffffffffffff RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000d 66F30FBDC8 LZCNT cx, ax + RAX = 0x0000000000000000 RCX = 0xffffffffffff0010 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200012 RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200012 90 NOP + RAX = 0x0000000000000000 RCX = 0xffffffffffff0010 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200013 RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200013 48C7C1FFFFFFFF MOV rcx, 0xffffffffffffffff + RAX = 0x0000000000000000 RCX = 0xffffffffffffffff RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020001a RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020001a B800000000 MOV eax, 0x00000000 + RAX = 0x0000000000000000 RCX = 0xffffffffffffffff RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020001f RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020001f F30FBDC8 LZCNT ecx, eax + RAX = 0x0000000000000000 RCX = 0x0000000000000020 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200023 RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200023 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000020 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200024 RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200024 48C7C1FFFFFFFF MOV rcx, 0xffffffffffffffff + RAX = 0x0000000000000000 RCX = 0xffffffffffffffff RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020002b RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020002b B800000000 MOV eax, 0x00000000 + RAX = 0x0000000000000000 RCX = 0xffffffffffffffff RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200030 RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200030 F3480FBDC8 LZCNT rcx, rax + RAX = 0x0000000000000000 RCX = 0x0000000000000040 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200035 RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200035 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000040 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200036 RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200036 48C7C1FFFFFFFF MOV rcx, 0xffffffffffffffff + RAX = 0x0000000000000000 RCX = 0xffffffffffffffff RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020003d RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020003d B800000080 MOV eax, 0x80000000 + RAX = 0x0000000080000000 RCX = 0xffffffffffffffff RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200042 RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200042 66F30FBDC8 LZCNT cx, ax + RAX = 0x0000000080000000 RCX = 0xffffffffffff0010 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200047 RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200047 90 NOP + RAX = 0x0000000080000000 RCX = 0xffffffffffff0010 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200048 RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200048 48C7C1FFFFFFFF MOV rcx, 0xffffffffffffffff + RAX = 0x0000000080000000 RCX = 0xffffffffffffffff RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020004f RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020004f B800000080 MOV eax, 0x80000000 + RAX = 0x0000000080000000 RCX = 0xffffffffffffffff RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200054 RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200054 F30FBDC8 LZCNT ecx, eax + RAX = 0x0000000080000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200058 RFLAGS = 0x0000000000000242 CF:0 PF:0 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200058 90 NOP + RAX = 0x0000000080000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200059 RFLAGS = 0x0000000000000242 CF:0 PF:0 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200059 48C7C1FFFFFFFF MOV rcx, 0xffffffffffffffff + RAX = 0x0000000080000000 RCX = 0xffffffffffffffff RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200060 RFLAGS = 0x0000000000000242 CF:0 PF:0 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200060 B800000080 MOV eax, 0x80000000 + RAX = 0x0000000080000000 RCX = 0xffffffffffffffff RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200065 RFLAGS = 0x0000000000000242 CF:0 PF:0 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200065 F3480FBDC8 LZCNT rcx, rax + RAX = 0x0000000080000000 RCX = 0x0000000000000020 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020006a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020006a 90 NOP + RAX = 0x0000000080000000 RCX = 0x0000000000000020 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020006b RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020006b 48C7C1FFFFFFFF MOV rcx, 0xffffffffffffffff + RAX = 0x0000000080000000 RCX = 0xffffffffffffffff RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200072 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200072 B801000000 MOV eax, 0x00000001 + RAX = 0x0000000000000001 RCX = 0xffffffffffffffff RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200077 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200077 66F30FBDC8 LZCNT cx, ax + RAX = 0x0000000000000001 RCX = 0xffffffffffff000f RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020007c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020007c 90 NOP + RAX = 0x0000000000000001 RCX = 0xffffffffffff000f RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020007d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020007d 48C7C1FFFFFFFF MOV rcx, 0xffffffffffffffff + RAX = 0x0000000000000001 RCX = 0xffffffffffffffff RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200084 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200084 B801000000 MOV eax, 0x00000001 + RAX = 0x0000000000000001 RCX = 0xffffffffffffffff RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200089 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200089 F30FBDC8 LZCNT ecx, eax + RAX = 0x0000000000000001 RCX = 0x000000000000001f RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020008d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020008d 90 NOP + RAX = 0x0000000000000001 RCX = 0x000000000000001f RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020008e RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020008e 48C7C1FFFFFFFF MOV rcx, 0xffffffffffffffff + RAX = 0x0000000000000001 RCX = 0xffffffffffffffff RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200095 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200095 B801000000 MOV eax, 0x00000001 + RAX = 0x0000000000000001 RCX = 0xffffffffffffffff RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020009a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020009a F3480FBDC8 LZCNT rcx, rax + RAX = 0x0000000000000001 RCX = 0x000000000000003f RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020009f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020009f 90 NOP + RAX = 0x0000000000000001 RCX = 0x000000000000003f RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000a0 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000a0 48C7C1FFFFFFFF MOV rcx, 0xffffffffffffffff + RAX = 0x0000000000000001 RCX = 0xffffffffffffffff RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000a7 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000a7 48C7C0FFFFFFFF MOV rax, 0xffffffffffffffff + RAX = 0xffffffffffffffff RCX = 0xffffffffffffffff RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000ae RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000ae 66F30FBDC8 LZCNT cx, ax + RAX = 0xffffffffffffffff RCX = 0xffffffffffff0000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000b3 RFLAGS = 0x0000000000000242 CF:0 PF:0 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000b3 90 NOP + RAX = 0xffffffffffffffff RCX = 0xffffffffffff0000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000b4 RFLAGS = 0x0000000000000242 CF:0 PF:0 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000b4 48C7C1FFFFFFFF MOV rcx, 0xffffffffffffffff + RAX = 0xffffffffffffffff RCX = 0xffffffffffffffff RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000bb RFLAGS = 0x0000000000000242 CF:0 PF:0 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000bb 48C7C0FFFFFFFF MOV rax, 0xffffffffffffffff + RAX = 0xffffffffffffffff RCX = 0xffffffffffffffff RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000c2 RFLAGS = 0x0000000000000242 CF:0 PF:0 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000c2 F30FBDC8 LZCNT ecx, eax + RAX = 0xffffffffffffffff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000c6 RFLAGS = 0x0000000000000242 CF:0 PF:0 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000c6 90 NOP + RAX = 0xffffffffffffffff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000c7 RFLAGS = 0x0000000000000242 CF:0 PF:0 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000c7 48C7C1FFFFFFFF MOV rcx, 0xffffffffffffffff + RAX = 0xffffffffffffffff RCX = 0xffffffffffffffff RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000ce RFLAGS = 0x0000000000000242 CF:0 PF:0 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000ce 48C7C0FFFFFFFF MOV rax, 0xffffffffffffffff + RAX = 0xffffffffffffffff RCX = 0xffffffffffffffff RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000d5 RFLAGS = 0x0000000000000242 CF:0 PF:0 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000d5 F3480FBDC8 LZCNT rcx, rax + RAX = 0xffffffffffffffff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000da RFLAGS = 0x0000000000000242 CF:0 PF:0 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000da 90 NOP + RAX = 0xffffffffffffffff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000db RFLAGS = 0x0000000000000242 CF:0 PF:0 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000db 48C7C1FFFFFFFF MOV rcx, 0xffffffffffffffff + RAX = 0xffffffffffffffff RCX = 0xffffffffffffffff RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000e2 RFLAGS = 0x0000000000000242 CF:0 PF:0 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000e2 B800000000 MOV eax, 0x00000000 + RAX = 0x0000000000000000 RCX = 0xffffffffffffffff RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000e7 RFLAGS = 0x0000000000000242 CF:0 PF:0 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000e7 66F30FBCC8 TZCNT cx, ax + RAX = 0x0000000000000000 RCX = 0xffffffffffff0010 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000ec RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000ec 90 NOP + RAX = 0x0000000000000000 RCX = 0xffffffffffff0010 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000ed RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000ed 48C7C1FFFFFFFF MOV rcx, 0xffffffffffffffff + RAX = 0x0000000000000000 RCX = 0xffffffffffffffff RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000f4 RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000f4 B800000000 MOV eax, 0x00000000 + RAX = 0x0000000000000000 RCX = 0xffffffffffffffff RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000f9 RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000f9 F30FBCC8 TZCNT ecx, eax + RAX = 0x0000000000000000 RCX = 0x0000000000000020 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000fd RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000fd 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000020 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002000fe RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002000fe 48C7C1FFFFFFFF MOV rcx, 0xffffffffffffffff + RAX = 0x0000000000000000 RCX = 0xffffffffffffffff RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200105 RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200105 B800000000 MOV eax, 0x00000000 + RAX = 0x0000000000000000 RCX = 0xffffffffffffffff RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020010a RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020010a F3480FBCC8 TZCNT rcx, rax + RAX = 0x0000000000000000 RCX = 0x0000000000000040 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020010f RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020010f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000040 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200110 RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200110 48C7C1FFFFFFFF MOV rcx, 0xffffffffffffffff + RAX = 0x0000000000000000 RCX = 0xffffffffffffffff RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200117 RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200117 B800000080 MOV eax, 0x80000000 + RAX = 0x0000000080000000 RCX = 0xffffffffffffffff RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020011c RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020011c 66F30FBCC8 TZCNT cx, ax + RAX = 0x0000000080000000 RCX = 0xffffffffffff0010 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200121 RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200121 90 NOP + RAX = 0x0000000080000000 RCX = 0xffffffffffff0010 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200122 RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200122 48C7C1FFFFFFFF MOV rcx, 0xffffffffffffffff + RAX = 0x0000000080000000 RCX = 0xffffffffffffffff RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200129 RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200129 B800000080 MOV eax, 0x80000000 + RAX = 0x0000000080000000 RCX = 0xffffffffffffffff RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020012e RFLAGS = 0x0000000000000203 CF:1 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020012e F30FBCC8 TZCNT ecx, eax + RAX = 0x0000000080000000 RCX = 0x000000000000001f RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200132 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200132 90 NOP + RAX = 0x0000000080000000 RCX = 0x000000000000001f RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200133 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200133 48C7C1FFFFFFFF MOV rcx, 0xffffffffffffffff + RAX = 0x0000000080000000 RCX = 0xffffffffffffffff RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020013a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020013a B800000080 MOV eax, 0x80000000 + RAX = 0x0000000080000000 RCX = 0xffffffffffffffff RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020013f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020013f F3480FBCC8 TZCNT rcx, rax + RAX = 0x0000000080000000 RCX = 0x000000000000001f RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200144 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200144 90 NOP + RAX = 0x0000000080000000 RCX = 0x000000000000001f RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200145 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200145 48C7C1FFFFFFFF MOV rcx, 0xffffffffffffffff + RAX = 0x0000000080000000 RCX = 0xffffffffffffffff RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020014c RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020014c B801000000 MOV eax, 0x00000001 + RAX = 0x0000000000000001 RCX = 0xffffffffffffffff RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200151 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200151 66F30FBCC8 TZCNT cx, ax + RAX = 0x0000000000000001 RCX = 0xffffffffffff0000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200156 RFLAGS = 0x0000000000000242 CF:0 PF:0 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200156 90 NOP + RAX = 0x0000000000000001 RCX = 0xffffffffffff0000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200157 RFLAGS = 0x0000000000000242 CF:0 PF:0 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200157 48C7C1FFFFFFFF MOV rcx, 0xffffffffffffffff + RAX = 0x0000000000000001 RCX = 0xffffffffffffffff RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020015e RFLAGS = 0x0000000000000242 CF:0 PF:0 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020015e B801000000 MOV eax, 0x00000001 + RAX = 0x0000000000000001 RCX = 0xffffffffffffffff RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200163 RFLAGS = 0x0000000000000242 CF:0 PF:0 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200163 F30FBCC8 TZCNT ecx, eax + RAX = 0x0000000000000001 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200167 RFLAGS = 0x0000000000000242 CF:0 PF:0 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200167 90 NOP + RAX = 0x0000000000000001 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200168 RFLAGS = 0x0000000000000242 CF:0 PF:0 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200168 48C7C1FFFFFFFF MOV rcx, 0xffffffffffffffff + RAX = 0x0000000000000001 RCX = 0xffffffffffffffff RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020016f RFLAGS = 0x0000000000000242 CF:0 PF:0 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020016f B801000000 MOV eax, 0x00000001 + RAX = 0x0000000000000001 RCX = 0xffffffffffffffff RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200174 RFLAGS = 0x0000000000000242 CF:0 PF:0 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200174 F3480FBCC8 TZCNT rcx, rax + RAX = 0x0000000000000001 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200179 RFLAGS = 0x0000000000000242 CF:0 PF:0 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200179 90 NOP + RAX = 0x0000000000000001 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020017a RFLAGS = 0x0000000000000242 CF:0 PF:0 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020017a 48C7C1FFFFFFFF MOV rcx, 0xffffffffffffffff + RAX = 0x0000000000000001 RCX = 0xffffffffffffffff RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200181 RFLAGS = 0x0000000000000242 CF:0 PF:0 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200181 48C7C0FFFFFFFF MOV rax, 0xffffffffffffffff + RAX = 0xffffffffffffffff RCX = 0xffffffffffffffff RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200188 RFLAGS = 0x0000000000000242 CF:0 PF:0 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200188 66F30FBCC8 TZCNT cx, ax + RAX = 0xffffffffffffffff RCX = 0xffffffffffff0000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020018d RFLAGS = 0x0000000000000242 CF:0 PF:0 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020018d 90 NOP + RAX = 0xffffffffffffffff RCX = 0xffffffffffff0000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020018e RFLAGS = 0x0000000000000242 CF:0 PF:0 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020018e 48C7C1FFFFFFFF MOV rcx, 0xffffffffffffffff + RAX = 0xffffffffffffffff RCX = 0xffffffffffffffff RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200195 RFLAGS = 0x0000000000000242 CF:0 PF:0 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200195 48C7C0FFFFFFFF MOV rax, 0xffffffffffffffff + RAX = 0xffffffffffffffff RCX = 0xffffffffffffffff RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020019c RFLAGS = 0x0000000000000242 CF:0 PF:0 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020019c F30FBCC8 TZCNT ecx, eax + RAX = 0xffffffffffffffff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001a0 RFLAGS = 0x0000000000000242 CF:0 PF:0 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001a0 90 NOP + RAX = 0xffffffffffffffff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001a1 RFLAGS = 0x0000000000000242 CF:0 PF:0 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001a1 48C7C1FFFFFFFF MOV rcx, 0xffffffffffffffff + RAX = 0xffffffffffffffff RCX = 0xffffffffffffffff RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001a8 RFLAGS = 0x0000000000000242 CF:0 PF:0 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001a8 48C7C0FFFFFFFF MOV rax, 0xffffffffffffffff + RAX = 0xffffffffffffffff RCX = 0xffffffffffffffff RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001af RFLAGS = 0x0000000000000242 CF:0 PF:0 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001af F3480FBCC8 TZCNT rcx, rax + RAX = 0xffffffffffffffff RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x00000000002001b4 RFLAGS = 0x0000000000000242 CF:0 PF:0 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x00000000002001b4 CC INT3 +Emulation terminated with status 0x0000000a, flags: 0x0, 1 NOPs, 0 NULLs, 98 total instructions, 97 unique instructions diff --git a/bdshemu_test/x86/basic/test_64_zcnt01.test b/bdshemu_test/x86/basic/test_64_zcnt01.test new file mode 100644 index 0000000000000000000000000000000000000000..1cd9f0dd27bd4feccafff9224a94b18b341e407c GIT binary patch literal 437 zcmZXP!3}^g2t{>*uEiwI!3Z74gC=^a2e;_}TC}7e;P}D|yiDbM+N@KXrKbJLNFpG& z!a-s$aW&E$E(tNx2T-DN$d~3;XDBK{Rm(PC<^d&3q|A{BjMU3O`pY~(X_SpE&4BZY GM7>|HeGWhX literal 0 HcmV?d00001 diff --git a/bdshemu_test/x86/basic_apx/test_64_apx01.asm b/bdshemu_test/x86/basic_apx/test_64_apx01.asm new file mode 100644 index 0000000..8031b0f --- /dev/null +++ b/bdshemu_test/x86/basic_apx/test_64_apx01.asm @@ -0,0 +1,23 @@ + + bits 64 + +_start: + mov rax, 0xBDBDBDBDBDBDBDBD + mov rcx, 1 + + ; mov r31, 0xFFFFFFFFFFFFFFFF + db 0xD5, 0x7F, 0xBF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF + ; add r31, rcx + db 0xD5, 0x19, 0x01, 0xCF + ; add r31, rcx + db 0xD5, 0x19, 0x01, 0xCF + ; mov r16, r31 + db 0xD5, 0x5C, 0x89, 0xF8 + + lea rdx, [rel _start] + + ; mov r30b, byte [rdx + r31 * 8 + 0x0] + db 0xD5, 0x66, 0x8A, 0x34, 0xFA + + int3 + diff --git a/bdshemu_test/x86/basic_apx/test_64_apx01.result b/bdshemu_test/x86/basic_apx/test_64_apx01.result new file mode 100644 index 0000000..8abcaa6 --- /dev/null +++ b/bdshemu_test/x86/basic_apx/test_64_apx01.result @@ -0,0 +1,92 @@ + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200000 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200000 48B8BDBDBDBDBDBDBDBD MOV rax, 0xbdbdbdbdbdbdbdbd + RAX = 0xbdbdbdbdbdbdbdbd RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000a B901000000 MOV ecx, 0x00000001 + RAX = 0xbdbdbdbdbdbdbdbd RCX = 0x0000000000000001 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020000f RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020000f D57FBFFFFFFFFFFFFFFFFF MOV r31, 0xffffffffffffffff + RAX = 0xbdbdbdbdbdbdbdbd RCX = 0x0000000000000001 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0xffffffffffffffff + RIP = 0x000000000020001a RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020001a D51901CF ADD r31, rcx + RAX = 0xbdbdbdbdbdbdbdbd RCX = 0x0000000000000001 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x000000000020001e RFLAGS = 0x0000000000000247 CF:1 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020001e D51901CF ADD r31, rcx + RAX = 0xbdbdbdbdbdbdbdbd RCX = 0x0000000000000001 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000001 + RIP = 0x0000000000200022 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200022 D55C89F8 MOV r16, r31 + RAX = 0xbdbdbdbdbdbdbdbd RCX = 0x0000000000000001 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000001 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000001 + RIP = 0x0000000000200026 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200026 488D15D3FFFFFF LEA rdx, [rel 0x200000] + RAX = 0xbdbdbdbdbdbdbdbd RCX = 0x0000000000000001 RDX = 0x0000000000200000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000001 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000001 + RIP = 0x000000000020002d RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x000000000020002d D5668A34FA MOV r30b, byte ptr [rdx+r31*8] + Memory LOAD, address 0x0000000000200008, size 1, value BD + RAX = 0xbdbdbdbdbdbdbdbd RCX = 0x0000000000000001 RDX = 0x0000000000200000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000001 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x00000000000000bd R31 = 0x0000000000000001 + RIP = 0x0000000000200032 RFLAGS = 0x0000000000000202 CF:0 PF:0 AF:0 ZF:0 SF:0 TF:0 IF:1 DF:0 OF:0 +IP: 0x0000000000200032 CC INT3 +Emulation terminated with status 0x0000000a, flags: 0x0, 0 NOPs, 0 NULLs, 10 total instructions, 9 unique instructions diff --git a/bdshemu_test/x86/basic_apx/test_64_apx01.test b/bdshemu_test/x86/basic_apx/test_64_apx01.test new file mode 100644 index 0000000000000000000000000000000000000000..02fd624b4545ca68af7d7f63e55052ea969da84d GIT binary patch literal 51 scmea+u@?$^#9}2EYGM)$Hn9d&_y`q0i=eMk_G_>1nKS$X(XgO6s1!dNePisx;q3Z1*97UC5876 z?ykD)?)&F{o<|(!-aEtdJ?H$+InSVU7YUgd1pm@YRMEWp=8p*#_}AFT*~)}N>5u22 zgU&t3RKnl3XR-r7g93x>ujja!IlCBea~YTz+1i?OvKu+u-RP>o0fEs`Mlyn^$^7?( zYLr=s1lh<8&|lUrB{7s9lr?+Sd)40^0fmHE8K3^Rhc@s!$^%@!a3X*}ZO9-H<-gs- z$;{c+)+P9vf_)$qKln&?)(AHy*zPlutX?fLAwxaLgRxzc&$ z9wcp(&*y}>xpYn1p3mcUlaeFb(qs2?I`~r74!%t8Mq^xSd?V|eTOeDZlgr0Vi*MzJ zAP*I@GmkU6kB4M}4J$EMfeE(xJ@Icg?<~)PMj(VB3|aGa<`QAUIH6T3CrLbFes`dT zkHG7D!BxdPJ;xGFs$Ew*!F(R?8LBQfUi~(Qs--dEL1|skJsB~> z>cN=<_e8UL!_3F>6H2_Lg039-g&*^VdB^W)TukjSGA8V|l|fZ*CUE*jX=H2e*=-5V z!GF`3!0!}vwVE|Lufx!Q@8N?S7~fa?Z>tIaZwd&62;v6)SSL6OEuII<;lNpVz*_wa z3tVs(>>jsZwnDK(b^~@}0&BiNSsRXTa^+SRV%JxfC?6g3g@k1ayjnWD6z%arD?OLG zwxvwr@sj<<1>Og6<`SarTBM)n5hgbF+*FVvaSb{DEown@O)FxL!6!9T86G%AV>h}q zpUSjV_$Er#TqKQmjollCVQF=2*fb!<`fQS`zZs}i5)#Y&hOGbN<-;-SyyaxgmNk(j>_k#N{ro|Q8v)9|z7Ma;>nZ<`Hw z1uD9!>L7eaCaXqid#-LFW+y>kbn&$@1-MWUf=@sstHVieRLBK6go<0SL0(_$!6yMk>uHAExxV?aU;;uM6 zUY4995n}cdXGOE~I%7Z}$bgAWBn++cO|j!ATZhV}w0YpD@Z&^ujjp$2MDnhm-R8=5&+=HU zhOkelhr)}XWsZ#(t{dH4sRTAv2526YGZHj;siu@m%IJ7<7dVx|-A9Z_sEF;G^ERFK z^08|qSoXRcEIzA`B?Cp48iX|^D+fNiG#Lku7T?^e>2cRSI&^X+x~S$&=9nzun2cs! zi?t$t$+kFAzfY>s*}viDgY>KMr8~W;qzB9gKK{k{xY*&ww+1``q!+l25*-Y8hvC6g zz`nz{`^&1qlR0nHKDqxJl73WbzD1{|T=R!erxOciXY{C+{39t~=qO+6~LL;~Kc9Ut&=ZmzxwxX17G_DRd? zTjB$r4)`$`Vtg>BVp~?!Jc8bN(eA~O2P;-gEU2m6xEs@SGcmlI&jw%Ez-&`$k9dcB z9}Dwo*k`RT?S36xCt5F}q4dm{H90RPFBIF9*ag9S^jZ?H*`@Rc)s#Kn`8%b5V?T*( z8-M&M%a=R7koz{}=?>{7Uxr=-QPT&{tH|;rE-~nDE8+s=!Uw?5?+At)Mw&JEm2Ctf zGoTFh|KJZEoCH?K`{6=``>pB5?3&~Lh*sV$csRfddAX8@Aq5`ln+ z)Ho1jBxyv9gpE`-ZW|=mMV4e}Xw7>7Eqnq>G;BTa(mK>W`~5BNmaddCJzRw}jn@@T;p#i~MN%r%w5&()j+Hh6Azj zJDIW^UHv2qSRS}c`6o>9ldn{Y+2a=6RxqGaAdQlEA3KenZhb0F>hL4xMhc87^71ak zG4Jv8J3PB=+TI6MZ%LsXYEgLXLXa=+eE@?Cuyrk~{61IWFp<5U@{=L1x>>7EE$ER~B&{A6bQ*5B3iudB$M%3oFG9RIxtWA?t8^h!cbA8JBmSCdeMOhN6tTi4{SQtib8QIfv zRdOQ1q|A3DDi!b8A(lzQ#ehzU{H{~V*d|)O>l7UwK&NPY)v(|%{eP;-4B2>TMOBdTTs5*y;OOBg-3x~Ygqx%IY#g^jGNMaxr2eTW! z1HYGL0oj*)A?@Kz+M3>ckY_8#=gYLr20d<`VC>KOEd6|6n$q@;5WVwW9fNmzK9#kH zSGDv6IKz)@M@6XtXZq~4HDyKY1AP|Tt=Sdjy>bP_+M#FHSrgn5bGnEc6RAK>ZgF&h zr#aYn@PK3JATyLHIwv#%)HfP^ckP77t+b1&NNk8mB=cO7x*A5UWzJ$;=FTD-Swq>~ zYD)d!oE3YXZm>}@98Wy%|vk}63;CO$u4m$Jb4XPRgGz{u3e$^rU4n+$J&dufz2F}H5)>AI+6 z7UU7JN>K{u4xz_)@Q`N&)tFF`htwyyEU2^54SG04U^1k;b-X_bez+aAh2cLl2b_R3 z1_(s+4}bmRhJWaixFPF6G5pTm;5Ti;erWDQL_}*XkP7tI?3}@)Gkj&GhS;v}FT757 zrely(*Cn!)ELWhoX9uYdVq6U=Bj-s5TOPRzAw)8xnv>P?<9b>MRmHh}1lJwMaphW2 z7^z6X^UHNIr1lO_MKVEz+!+~}VRKaq4(B>Lk_c)iA9utfVj%bA9Ii>hffk1P)1k_! zbJNB?CKz_-G<*wIJ_;Et<%tUHa~b-YWIe@`R@)52gw=C1^IBQmCssu7hsCeG6N;Q% zNk$<QEOKSCySLFwt#se>m61O@!WRV9fPZX85=vP1*prUAtOQ`B0FG zU}C+hW;#tH6?5h)NWse|=pZ;=%ZdJvvjDsbaQ+Lgzg%^~2m1gq{9w53^#F0WA^67X zE43sb2Zuov9$-JsyCDuUTAv$pPfWRAcwIq-D3yzJF=TOyJ9(beNW=LXD!ZR>tbB`i z6b33pmj)2LPoP7k-hm-oA2#USJxTb2)kyh3?Sk#d@=*VYU}co5qNGeCi5k9=P_45h zXmgN}UQz&?bXHQPVSqMezR?6bkZfidQ1UgGNJ=STK;AWi)xY3qxJ`ruUOG>`H=;b6 z@j7CeZM|(xrAH;3X%*x;W{9vrcC}7|kRUO_ieFNL9NvUx&Gsko?5O0p(;oAT?HK7E z$>19#AN*X_zMG;8VC?tQ-Pszb+GsT2_$|chrQeWk*vek-vXvc+SuuDPQpCs@9p*<9 zoU<%gX7BAExxLnTYd-ttnahbsIzc>HR+D6&G3|#Cd7StQ{Pc4QLv zEUMr{`y+EkQ4HgVxM^H>pb}31UCS%qEx!puK`O9AOB9~ zAC3?%TdjXNjDF%Y*OXkX=N(r#JVi?c#_xTfvzf(r-=`2gf&tIdE>YaOK|Wz0#B`;K z4MlAc3-cChZmyyMS>CLrELtEIDC&$W~cV2!)zm>^xnC_>K zM3j=GB+5#Rm1=HOeh|c&T|5e!;yx^Aep6zO3(jMQkO@M_v<9$=SlEmt$cak&&99Zb z>qJH)nk_Mhe9cQjg(M{@_1da;%Co^<7zU(I^|#3DNinS_#dwIl`9Ne}c2{S6TCaBe zbtQ8zMQIVPKa4jy!xYnOqi?CY2$g5Km$XoGFJL2!M9F<)U>pT4XHm37BaW4)qQm)B z{piV&z*CVde)#cJh_U2czz9K8kSf{`|KkJxiu5{3#;Oy>phryw2;tcRX11%_(K0z% zsH_*+N)z+xQAC)`vFzwvPB0X5l;q7I*bU!qRb*3LehPouTyxV}yyVvgHWx&u_ZME$ z<)lRg^na1)9Hiyq^YdZ3!{5<^JvAlM`Qqg}EaNCHt_aTeePoQjonh~rE!iyiTe_vT zY-yeSqm)HtI9EK$7gvVJ9H&1-8JO1lWQM^H2Lvhb36X!89)$zX8~Y|z)>*}8oD2K5 zm}!HI`*98wEqD42{2g0kX&(n#LMdWNUvEJ!&YsE|^$m$Pu#w>Iku#cv6+{iiX3eV1 zR?{VSKEU|q+Ms!i`ok9T0eA-{Q0=e)aN*~IKP2!qB<1s0UEeQ#oENNU2yVMe7Ga(Go^&(5 z-w(y-vx3|imEcAjzY(ZA?+(H_-Q7lQ6U~ab=M*1_lTDa)G*<_%N-;lN_o9(RW`#PiHU_?{tH1t;f8*(d^+_xIEsC<kdW$ zl;{CV@^}D{@bT|tfA{i#kZt)Ec1^-WSR;|PITe#dD-)j=fs3Uo9|Z-{;JRT(g1+> z&cDi9xH)qFS;~%^fy>&ET_g{cf?Gz7c!zbm)N4Y;&Fngy? z;o}1emc7N#hTEALvTc|d>7OxP@x2ubvGe?g|!ZMHeP0n42K>GYsXT#nQ);Ku)SEuvAon1*>&LC}}JG z8Ve4d8uqQ3Ym9Gr9_mzlB&Nk@Ypp{PevCzDw#fK6)^ynqCW_)h{cu@}In(~|fm<~B z!5f>wh7}%noNs4(IWsW`R5&D+MTDQb9%D#6IBlSIu4d;h8&$xSC*I^)m2clmD6#93;8U=SyzhXy~)SF#G3y;9j6IP77qcF~fa{K5)v&#p1sor>s5$^2d}QYq znlcbkHT^v)?03y*eMbV~vxY`)hDIooY?;?AC|{WD%x~d4ydRCxBxGE@Wf0CVNBHda zUSt2u;*4K$GUJpP8V7JvrT$%42Y%N->$ZLN0ZRBGM-1@%2n+XxpB!mKVvOdEY=yB8 z;SzU0-H4amSUdvftG3DJ#<*}+kujbRp102@E;QdD`KIv@aXa?|GAk8~%(yjEQz@R7 zd#>RG6)Ui0T+;lM-Hp^fIT=N^I2r@ihOBPh=~6P@9K;84ksqknEDpyYflQj23x3U6 z!zOZpLFEUgHEqy{>XQr;QnWOSqtQb`F!J!iyv~9)6DRgxiS9eICAvwAv_G zXH)P=Nw9M2x{ccQDy1*?X4!j|NqO{>~qIQf=QhI4? zJVW8Qer8d&(Fhb5)=J$N>ghyL{Nia~#djST#U6^?O)ZmD(+-U0IdX&Hn6~H~;E$WO7Qfhg^D9{lRJ3-A%z=6PTJF_* zeMr=*gp^@8u2n{XRatuds9)D2J7j3YCLhOtkXaYM@$!u@J{TPzIjkOmfDbQBNwLQ* zP^hnMR4IOheaeY|`YSkKk$u{kz;>R6kQN_{{TV;)fDXR>iI=xqEMp2Z)ocI6nK!++ z710sj8*4;_q{}pYFit~3_UniRp{|~K{7<464&VppT4j6yJoxx$BLR*AJjB-lRen(5 zI>ONud5?H__un8!yX*N<0eFJ>Z?6ILBFy0wvxVP=hxlOk79mrIF>&k+8LFZ}O(yM> zFq*lLL!8}JFFPb@9emU@+oXcfdjtEDJe3V(ybV5l^I>AryXhDtLsrz8K2v>0Y`OuW zzw&%)sSaKScupq#T_fV^1^fYYqTU0b5dnntbG%hF2TmwBr$--#!h%sMKx?>U$h(Q_}>}Eqs zf*S9;cCgez0p^y(n+et+?F3c0af&l0WxfwyM>Wq&GBgfQqnv0d;e$Y7YZJlblUZ=> zny}%3Gdz`D|IxE69P1!Un&?F=5GL`Nreb z109^ths+2nftMrMvVNoQx%nw4UfA)KSZN;cYMFS8*esDHZo7GwpUxf`XjSb`?%u#D zeikyxb+RSfMls5hdyjf%XGKzJ6IlOL+fhu$zMYhaMJ+o#NVN&(_ z{<4*3^$}8pZI5nVNU+l@Z{bAqBynVm)=i6Cf0piW8}swP?z^MqR>TUD5yVk7_R3G{ zIPn?^OzP{R$!~q@-aK_!(^s(A@V1al^mTvPHg)59?e+xs5C04YymQ4<2*}n!@bS;m z@D&?y!hdQr^!*KQ!u~ED9^hVo8_9 zQKn$<57-~y>$sd-M&<~FWsUn;iV$|K>ia6^f!y%!+HPM(lpjjghD&~3V?8bHwzhw80qmue@E_h>?ls?NQwey zVJN7p)9}k~<>)$=YnD+|m3899n*i zFB|1aldZ7Bp$x4t=)M`~OQ+#tru4PLI-7ewKDyV=2Lb}92N6H5-a7L_ptC^_qXS>q zi4AX}A;+sotd;WX3FJH0*xiKm>fvNhKIlsc|3oe#zmKU49oci^sWMclAiY>NM^L_` znnk1>4P|(WMcS@dj@g?M`RE|myjKq`rQZ8NM3vpxG4ihjS!9+5BLV9GAGH6y9&nOk z;{L`DKF&tE5O5ycMgAv0SD6r7#8n+s3ebvNe({RA^wv54Qr*WspROHwr13h$2@)Z{ zlzaqxM_)Id8ayl>o=r?zeP^ucON-Ip5}tr>o_4ALMxFm3Mt|iz2`%4cW56yHZ@xv3 zS2+vK#+qK1zQTVv)lPwhEVeU#WxpX+_6FZ##wg8(Ut8t#%X9k8C&TYXb=s)c?z~kg zKjehAG=Fo=yg6qsH(M8ITUo^;V-BJFN}Sc-k1Dlc=(k1&=7Lk?k3fW!@b0Q%Rn9rz z-Ou#(K2r;*!;g-ao3k+3p8&PIYFDQHg^_nP_4Z{SC+ zgnwnwrk~ESG@2(&3L6i&rG{a0l!C&4zEONauO3fF5F$lJxG+TIKPy6jeh-<*(`I`p ze^pI=o40#(QCjT$+}xJ~{169$6S=(!2i^0`Z{CCz%acX_Mim5{aa8oVyfiXyxq(pA zZF0q|w^HM{e@aM|)y#F=6Ca09`cysLmKXeKHD^>T^yFs5aVzMxi4}r}R)yp@dh-mo zO|HuqRgrdTCqHRLxG$o?0CE4R75|f@@99TOoZ3$)@tAvSlrQ$*^8_$j{r^z9N;}jZ zD_{lz5%&m4s(o~$xgzU&p|U07k$FHPr>lnd!hHXkH^!4h3;g1dj4baydh0ukff6Qs zVlAs$qc5pu*TC0|@SB~T{fvF@71O=h5)=q5YM>BL0o*v=h8TgEw)s@20ytB;SzuH~oTYsVR3T*w#(29CWIDewm( zf6(#7-2&1!*Va7`vEt`8QTh8_wr@Xt3o#{(Hj^cd)Ke#Be6nX;m)57W`0aP0ob1cX=$!6oj&YbRmTx~tn-6$Y~UvE z2)%wy!%Q+oUce|Rfspi{M#=MMGWe%aqFlDsy(E21 zA&U6cfp;ptUOAij?p=&$N$TBqD619DHifF5@}_=aic8V!rs_7@8%REa^5f-5TvIti z_!#INGlZCr3#mQmqS}Fs zLxh@cE~sv87!Z!3o|qiK79jx@Z$YjegSE+{C1sifj98f)=aJCA;DWe(1b;lCE>q1j znQM%;E={Mu~FY^!*5=_poAYjaq?f96s(a~Z;fn@`Blw=6PnP{sB}x0Hl%Y3eyK4~7q9 zlM6*lbh?Rdw46`Cir=a%mdEolcLV_y@=As*Xq-s_mjk?r_WG=e&UtIgIA);>D1~hX zM~#S@VuL#JD4Uk~i3aSgyJf!+donVzyOS-zx4`KuvTE~ZJ$DE=7h)s<<=ga16?@vD z`KBx({4*`FJg+~TNY%l{6G@n($w=>?kW3%hPrp)8`+4@OTjYq zE!OGY1Id(6uVJ8{F~yGExt7%L{Tvs@6v&p&o0Gu#J_Ev3?i{F<>Mwc6L)300SZZ|16Q`D(hTs7bgG; zE6B}Wa+x6_pO_3gC0WJW9d2)#*ofP=a>pIb*Zrh<&VT^hIEZ#62;ATr?({rWa8^;V*atpL6QDjw| z$(^PJX32yJC0vF)1`u*1o`9D@ZzWsMS?;A2 z61FpYu<)52G=Y;meJbjP^b$E-3|VCE%T@*~FH0OQ-Q#7dS_-_IA!1+S^V4=CI4KVe z?{xgxhW_V{hwn>w)!YyVzLeU2tULVVy~Bw$cs8i}ub5p)dDrlt>UKy?A;icy-g|AI z)dt^bX--n}D>==Cd=!(Dcjy#e_|$LQoJc|zXU226wECi~0O!XI;h?4Sft(Wn&^iEn z_&sQUiTK1{L9;=8TQ2Y_AUs=+`EBgqKohqN2SB@ogGP(quvcnPi{!|rj(Cm$!RB1J zs2tv=>PLK8DH+l8`kkaFDj#34o`v~eU5i1WYjGciNEJ40J>XLEt{It#$kWxF>+5|} z3?fsQlJ$UUiE0}%HBpo{Hvl4C0KKuqHbO-)qwdG}$JCp2{ML80%*_HF4UnHOMi!7} zAZC~gPc1egOEx-bZMfOK^zA|1QBa%Kci@EVjM+=KRyS*J)$Fc{uD1K!=?hOFVq>IO z4Vn;UJyf z##SMwS;8CczOk+kgLv@O{N93q;{&B6dxs9710TOvyp`1UKrVd%`chGZNwm$lGR>y8#kn zsrl~RS@2yCR(8)D=P?4KcoZyQvz+9&&V>%{Vf&Czh87C9-HyRwMoE%{kr}mSYFpMk zHcwElZ#nx|_D;-G`zBwowgm(U-Z{%KL^QDI#L~2aSB1e7DRP?Y)R1mqZyGmIIj!_O zr+9OaVyPA>%Qa5%)}RJ$ZgK!ZiBLm{ZLI8sIR_&H!I3z$;$cj!?%t4C5rpgaLZQD`8;@z>10mQd<^8eKZm z&z$6@WTy5+T=x%Ro<^7j#Tc+(56VpA|9;VSQAgt`Va5a;j_XcexFot=#bwN6jNs7n z4@h?Q)Vs_ZCoP_AMX{xnMO}0z?BB$(qbRwass9F(KGl=m8}$%}(0c4JH@VrLcKT(H z+mK(al<%x-YL85+h~$}}Cavc%%M9xwBI(y}@8x2uF7&DwwaX`2q5(TMWQh(F6_ zzi0HjTCTlf6h4Fg4(js*hEsSTKKNHque5MSWDiC&6bQzsN98C>Pm8lyIT@Z%9k(u@ z;ZNd`8e)*BUsooan;3pA|CDxi^#Hl>I*cduk-tzs$^iz_<)E(XhwOT?@zLJK`%=F; z%@U$7|09-=d3_G;bVGpx_oPe+X9(s+j>S!q~H6hoMc&~2CH>dJle;F8cGZrivvkoyOJcyBFFh%8h zw+W6t=QTZtm~M2gUIs+ni=pdwA>v{=h|wb7F`adD;bIpL0gowk=dRGjQtX&+0gv#+ z0?#4lY85sOno^W`WdgZw2>~w3WXg3A)6?(9l}*h}F3wFJ0J}xk*6&-|YTK3$6Ef!t zFy}%}ek>7^9E#07+w;?DR0lDRro=d=BsG0!q_)YSi|b7l%Wf*A9?83}l_I`D=04xg z-Mh}wB%%Dd(vzgW0<3eu(UE0)LPt9rs_c0DC~0U}hQwe;zA?mGC+^HTFQ8}!yU6ZB z0rJSFY3}SQTL19x{&&36hydu}Y|pW( zM-B3f7}q@#xMXKc5F%!TA5N=5$)b!fkVLn(&!AM`#m z-JF@(JbKP6`-ub94CmuI*vug)=BdfeZl>-uh-t|=oyjsb`Pl=pPW2e&7y*TD)z6_Y zlxF*wdVVdQH~CfP9S1xk^BFf{Ll^I~>nepQg&n^S%RIRr5W#+fpUkMr`R&2+!inOd z`xDv$Bf(5znkRl$>rfiyLC-yc0}WaJ<#ieEY;j*P14045k&Zb|hi$Z;A+Prb?X8F+ zD=wgYriHOXExv0&Tky_)>fY>|Hy5B0v#Jk|;#N<|T+>eDyNxRLeuDZwz~Y-|t4a87 zAo%z_)Vx{G)C7F8wX=eyzQDy*#BhPg>+%019f;>}Y{&J%9tH6Lv+EA!X~8V+ob(9|{y zEzAz=Ut_^cz=qIWfaHEabNzg@& zPGdfPO_A(zP7yEPaaUdM6^!H--E+oOidKI|s**dkh|4AYs8nublP1mjsFjCyB*9f2 zvI)4O_yXLY%h`pWCgX;^YX&Jp#iY!Gj7ND<`N))l&2?Z!Mq*ulbX+-;c}f8Y5&qS~ zwt;eL*tVRR7y~XaYp`Ldq1dt5n-i>poOfSJH!Y2c^3!csQ!sb#L|oeI^{ffnESXGDo<#~cD#7e0zF zK=q}zp?pCC1kW{M(uxHA@zmR#6Dc_=m#Ajw%{|l*?{1ptcd{zX$5pvoYW7c?bKPL+ zjyNt|KU*V2vkxp^U-g>XB_Y=A_=Nbm(#Z9!cWBFfhU?OHjCQ8-@aofIKfIz_(#~DD z;)Rdj0Ccqk@QkYw1iJ8zME$Aqtz_k`K_Iqn4c}>F2#nvTUf}GjlnbB-*AGq);YImd zV$zqxc-@Rq!KjfeaZ+KQy`Kzoc0f|enI_)dW?>;F?Q$C`e9#Wnm+)?Bym3B?iik>JW`fU?GLTsg2afZrkTOQ1Oh!czsR9rdQNr&%;1`n5sqnoHv{Ld-#d*LnYo9hh z=SB`M>nHM4D3PsCsa~6jh;0$TA`3Ys57tMv=rTQZNHcRCQPz3rk#Pl4)?W}U01(xJ zyt}=Ei0(8|IMIJ_HLUxfdiOZynsD)KExl0a9_b9``+=MB9r?(~YMa?Gv)4g(baPn= zg|-_LDQ;kcya&}gGG8*Eq3z_$z4aaJGT}7>-{R5}SDvV}*8fs=HlEKalDgI9S^bLuzi1x8KKBke*RhjoYUn&40lZRQNK&uM`AHV18dsg+GuMl*gop;694?=q& ziBLM=Z20&MV;;`mJro%D!oh^k##S!QU~VoP%pssvwGVq#p{z_pUoHjoaLY@Zpvlqpdyh_R2E^_qXKFCyLlgbR zCH=UOYnh|4OkMGl=%L&p15aK3{UZG=Fo`Ug0Ow;M0cMOfNou7^)H5;Lm ziOO39cAo8Y8syn4qt=eZ^2QWL4R-}Kd~V-2x+&h9-MyenwtMj zCPuI*JHNwQPvw!za?_#_?6ZjHz1avvhoxIsCCs^mQ3uIyXj^XZ$PsZ^n91ZDmUr_pM83X8l{XTT<8Tyc z%qC|y!4i@7xMOQRv=AHf{n1ioINB_~jLNx%x0mqJLm6_`k+%r^Ow z7z6K(P~sop{Pi;bh*{Gkk5j~mQRlq~KQ0J2>qEg{$Xf?TE7>i1k{O=2CfBqH-z$*H zo*kRLduJ^iHRGzQa8XBw-jytgeIjuombwo;m#6JMwcEz=M6YWNW0|F4PwJdAx2inC zQeN83!>F>LaCRpsPWck9Md5&A$b3v?mK z_#g>Ue19J>A~iFTAFxyE6SkPJTYHR<*tswE$-`%H2=u@!bU-CAKb1~OXE5_a$48(~ z6A!BMAy_$1KoA3kv7lrR<4Mt}gt%gR*!KF75dx3h1xcW9i=q3&&knL7Xqn&$i2n2Y z5srYdeC%!UkL?xAfj8>?V`i@2$t$FV4YXFhM|}>A4?a!CWp&4k&Evq|_BSyXZ=5M1 z?4XBi_&yDHWz(-WJ{Qb)JbK4kS?{fXKfOsfzOQ6(^{}|aS4qvnRmHAm(Ef#{>0Gf| zjXE*8ifZxV>VEBQE3b(m*Vma&TH_o8Fnd7zzhmutuF&ZGf#>3<;s76DKpI*h&)_ch z&+*d^mA}Y@8{SFzCGlmJM%tjR5X!$m?$lq@B%xP!NWYJO_J18VEB_TFro9ZsRq!eK4A zlVzDPjC(qxvg6*9Y^$0r>$D%90B&NInVfd=fEO48Li*n}Z~k=azl5RUl`xF$7n(&& zLSbur@F@U+lYz-p$%KbJ%jaUmzsoZS z(pNrID(tP57SAsxB*C#n40ne{@z=>cCfWYfg-^fh!u#Y%I@nAS+}C2Q$%Z)%!+_lp zDp$KBSb1iQ@1r2yMCHj!ek_NB+)aoYgx8+h=pZPoH&-7n!)H9*WBWc1ywve&IXN*b z(MwG}pq`VQ&AfrL6pSBH$ zh+tw`i(LGpAPGl|TgM)gE{m7~RRl$aD%T>+YDZXP*?3aKDbJH*l7b4K-j2PexTte_ z<8c46RZ8rZ>peF-$7V+%wb@r!yVHK`^|}b6PDlg*R0Mtl{|4X>RjGV8P>Hx}4$UX@ zAj4l@ZzB`!mIXSynYvU?sLsdud6)I-Qjtd+raCrgbYxNwX&#gMUhLL|U1Sy(df+93 zOY;H)fPLE}s3Bec!!x*8=Yfn%0y9#NOoy6V6c=9Mj3I+Tf1{?kMZJBXyrH8zh9@vhaW&z4+RvlFhrnlX5M`hM-j~CAfTvykFiu zEna8`!=#nO>MKH-g*N>#v|lrW_QYAbJLev15&A9<`=q)?t;Y%~#uue=p#ztd^?qlk zgW<8%Q2TxpohF{4x>xG*2T`QbFpoG$v)1b{!d@-(;;<%(L1vDxTh}9@PuB11KbJ(rn^8l$TAhoRaHc!CPG=<^L8Vdb$VfZDnJbu^i8L69gp-i!^ zpoMc9^)Wm`n;F3&I0wsWC5-Da-=H^LKtqxax+U66?mfciIlX3;vx=R~$p7dNS?!Q) zX?KK(c!XPj<>^ox1M1+Y8QEDHN;&Qcmg(&3iTJq^0m;+LG`mCs|K{pN^O@CBJJLXG z;RPRLqqKdV=ZO~fb1RO=DOI#Dg9jOZ^|{M}4Cins1RwuK>G%3RKq=fgM+To?&EJ6e zZ>;j%NP{T>55sqV|C{T*D)h7Ua$ao!UwAtV#BUb|d^EiI8&d7op%Qt|!j_KtaxW9S zhlE}k`;d>VrMowT^`CMxulvcQA*suw2u@<}o|0z}Lc2$~a}P7$MVbit{)hnZP+o<~ zI1&k@SWi^`-IM-R@1O0nC*mX%TewZQI}cP$-&aJp)8hx+ycWg;MmAokxQ$=vCwt%i z-Vk!DbQS~?jU>~PlX}2__KxytVR6`Yy{HFk8PL67eL1(5nv;)g{_q_11N=qv^p_ROoX9xlxzXfe>PfYbJeO*7AI;x=_qwH1v!`a9TuMuaC-#*B7MDNV;KTMcM*$y24!*uf~+lk|Um{4~*n%|Puk|G@$ z&+B8)M*4ekI&l2vK|_wXc73Msw@QRwSqxt#B%T457FaJOF@V$2=8_f$>4|Tw}JSh3$ z3gH^0VGdVZ4)De%|KX9Z8b{I*Lh#0s)LHP`HmYVBe5{xB^z6Ax^g-T+PoA^VEnQQ2 zbITGs)tgH6H9CA-l7QAW~BS|g6MW8hQLu7{Rdp_ph>TZuM3#^6=> z%mrwLc|BpYC+=mv4n{eJ2Oy2iM>awMz~9&a{wPwYf6;k}^ui#K>C=)@x=M>BlLrfZ zt*l}te5hd|2=rLjiK{lqpwQvO5FBW6I06>ZYt|@Z(O{sAioG@pMXLJB32pXc#;Jl9 zM}zd*{0{w&8yM5Ka?VXabjwV63b%j{3&hwZWH$_8#DTrU4uYxqU}kFl?Si)wlQCYG+n zr9^}UDUp;E5SA2?l$H+3rCZ6RK@cP)B^43r?xjIGBqfzp=|A&Nm^DI70qkWq-e7(FY$_uv?s#*Eg0-W_W#U?!K#eO1xX?ztF+_l_wz^cor%YNmMf^5vG+$Onj+sLsS;{y}V z!t>e&f?A1eJN|^iNOT_THY%_d3GU}}%$8^93zNP?xXIn?f*a45uCUJ#%}KhklYEu% zc|-*kS?GuyP^pST7j=`$s9mOA_h#5BMT?;&@r()GyDa9kjUO*3t-o(#4y#l)cyl0x z4W8IQy!k$R>ch(|5yvnoWuU&OE#A$aqJ!-k(=@&|SzhS<51Tp%$K{|uZ0df;RSH}v z2|r^-M@N4?LP6;-@w>VMIWS<^46Qjn=zeTq`fYoM|?(^~0DY zh5~F;Ik@bk9`!_Co0l{xvafh)eb*%zEQ?zuA10@`R4j|@5RB#?|=!!0jc~7HX9=i$uev!sthj`G`kpVUxfzu!O{Bf5Opc zA{!Ln_AVuU_}y4|uZhyVI^8SVw{_YC85Ew!Z6xT~V$MCDI*c6N&t%fSdgz+(vM(WC zah9cYW5!*|hCfq3TdYoPDv+vROve3z;m!v*Xe~gK=)G<3)9-a(t(0!<+kT(X(&}tH z{3SdTipVL92Vp=bqM_3723GK5VE-Z7dp7w}jt6)NCEokpkP4xO^kK*k4|yQ^(-AuR z{ZLFSQn>nH%eKasXE&lm^b%iG6o!!{omGk{m<7SFHy{5)R35w~;*Qd>r2HRpJfT15 zfnU7kpb<$t;%qL)u@69Z87oz4W5>!7Jbb)Tr$=d-^qJ2_05g`4SX`7%w+=%ILx?Ms zUaSUBP<|#aSixlnSKlV_+O*W9Xn=UBoy!pvm-P;6nQ@jy`|(MlG%Y<(2pEaLRM)s2 zlNDoJf?=VsPd6c}xwuh&FsMUvWQ+>}N#>t4!Y)0G>*q&5Uk}we4~_`n>x(_zX;ads zniP$^OkT-Ud3#!O>cB`hp(B;T?LpG=V;$1;vWzZK-}g=$N3+qmQVfJ)4*Syc&y_)E z1Jc#g>y`KW3a@EwRw-)boy3b>*;l%+A>Z@SykEB5Dqqm5ub2I;K~(6_4$nXzIC?7Y z&C6G@)}trKe3^V zl3cWJBIb-Y`i$LoEfh0C+C~|2BHJqC5@>UVH08>N;*YlLY#6h;i*rAuwpO1^3);sl zN$95>i+sSmemB?1)YK@|2TWD z7@PNcS=wcE<%$|>x;Mvf8eT68^WxvDc+g``T_{**j()9YS->$=ja+YZv$!yPKehX&2#H0e5 zWPi3YT|MzaUhwWAxHPu6xGcNlW>l7N`bpuY(5Ey?Qg! z^c8DW%kAP?PtvA#DGA~(e67TMHj<_%EN)zqRqFYGP*7ei%m6xxE4y930{tWsHAThS0$k2)jRYshE0cX0UdrlFIK5 zRK>3?e^71rQI4ulnTYnTnKhZX;Waf|weD6Y?3w=}Z{B9hNKFevU zd-?a=z$r~!TdWab9kVOc)A(Tp(UnRGlflag2t0Vu7)jUa0*h$&km`r$T)s=SL(d3GHQ1NsdliL(eBReQ~PI+9P8j~z-5Lj%ERK;RfrFliD7DY%)E z)Wnn2H8-WAT+*<+2G@F3z1Yv<;TIzH(U@(ZHBQ2(&%8IN+FoiuiO1``G4jr=}9X2XRZ?}%Bpk6d%0TIt9S9BXp4S+ z(S}bio16V?)soC>@vpg)2Tu#m6zOIR3>s^mU#|=q>V4l=0!>$ zLrG8nU>>A&^fmC?-EPY%M{!mUKO7H-)>g@HS?1+OheklB_~9x^hc2ZIccM3AusF2X zvwRX!?JSYjW$jnN0KtUN7$D-iVE3}XD=09~ghuy7ATQYgjT%T}T}oqRs+HQ7!GNMk z(uOjU;V`TjkqR6l8XqZ9UQBO0y?wXt*>xU9L}9SZaX?7uI*mHG7vg2 z;oNMmkKj~A!DK!;MExv=Vy*FM`9&L77`hH4?@3``8_c&mdeEP1_qmKIR80}{LgtCrRvjA&?N=VmS_c;mtfuPHKh^X>qiUbL12=Th#mMv zK9h~I^&`G1=dQmBCD6!%g&I7>2y!n^#IwDb(?5JtHCs|OsnrnML0AgyNWc( z`nST!)R$L2nkew;E_fZg_b0pV4{GF$D*VMZp+qQkxlxaE0j5O(aQOL;zWQ0ypR<2L zpB(}f{sD;6NVW+my62eOLnO8gPKkNrw5PLa4F@^$x;v&h2pv8N zJjUSTuXwRQ{Hen0K6eFAb910^9Tfkxm{qhUfc;qkzqGk5Z6!g`jb2dOR40hR6k`ql z8os#(k3=h|ffooeNuhddN&8v_{iAFBLNr@Ftao;?_OXCW4 zKMB4O`F_9PbT#9uS^R!LpJMabR7_0++l0lce7bz8SlG>#s}Gba;wVHtm4Wd|h(r4OkP z=6<}s2`2=sYw88$Q&Xx@CsM_XfO9lphCQ+F033;l0ItOYKj_qZbO}BInV<;%t9{HN z1yQj}Z;r6Vi)ru{kL%^$l`aj+tGp7&OT6UOp%afh_NC*^1AL+NMv3?WkmyeMfXojtT0`r=?)`-$LgCt_rOegkf8hE; z`>hcv0cgL;q!0apvsC7@f`(=42>0;y$*z~2wcD%3e}g`H%x_3GXSYoBgg-G)2(OUR zhVN{emf%weM(#pM*6{c~=fFhu$8LHUYjeSf{ciUZaP-4 zmjW*L!g}f8=GBykYm?+=eFtM?c}eXP?2DD=oX|0PX7E+uOb%WXBTWc|U4g1xpo}L! z0FRTIa60+&L>3hYLa4y4o1&BG>IYbx3l;R~^$JUa)H(yla2UmWTOvECnPxwK$w@Pl zn)qg!BgGcWGIA&BX43M__MuQ1^p0B0NrTW;eQR_ryHSwdlkGiyUXwi~2-BD%&GLC1 zB;>{qyK>=`wv5M0glKvrl)6NNTZnlc7UH_HIkinlIB@x$IW}dzLdFR8UrSEL`9Ur9{J>x(#LZTdMWHHP~lfsmy>!@{KiLFCgU^`5pBS zXRU81=KM{9Oxk^s_>#gFSoB%p1=DA(r;^hHVakW8%~}R6kr^EY-_Eo-l?8dsQ}jJa zCcT75{0cRh^4}1os0FZ{cl%jxrBU!>&S}-F0+%OxeM#*~B-5LtEqGgO&E#fKN^OSd zoUMPEQ>^`UiyKEVyId-c?>^6UN%Ct`?m08n>0ronC%t;#x-ERS4T;|PvE0u~ce~W! zUGm~vqJ4pL&9XbW$~WQ~@H)o{YN#U)%RFc~OS!{N8vdbfM;?CA`(I@A)0yrk89D!+ zj2LezBB7pGPzJSE#pD*E!qIwa9O|Eg8E(SLv$_^^K%{sw zJC08+MuxB&m7h(%=`yG>@^s=mrg`?Y4_OStnn?(Me$zP1moL^9*5?of_lvQEYuO)c zTPJ9AIDP*+y%2i3Qal0{f~)_ncmG+ZKP{AgT?l&p!kP6|e5t9~KyZ@}iU74hUvZZM zPE42YjcOOgawgZ#b8yY?DsLC`I^$+u<>7Vh3QTr~CqX^q^Y(3>Yb?UKlB5^E>lc;b7_$ z?vEaAzx4Q*b-%Z+robmG3|f0aAFbivF>>TPn-lw^f^MUr*18O$h0GY0;O zv@O7yVm>;Ks2{v0#Z+|Gk^`8^!3wb(@&{0}%@ zDAs?#@xticfh41to1#**6^z+U&Wb=c85}2Y*M*nz-oV-uG9+LxBNNqq$Bn4WQ&o6+ zL^{*6W-p7*k*QaY;4n3^nlMdd zLq-Ym@0L6B&^mf8Bk{#7Z(K2Gxx&5Kn~h*c29h$@-{x4I5@T0>dM05v*`LfHvWr_6 z@%lzD4vIZ7F+s5>6y_*C22{n{+xqsl!WN1>F*gn|Ayp{mZr%VQlIBO?(K7D|w|ezX z-2qLv1@==i3j4Gcj0s1DZ0-cOMROPvbYMd6PX?FjcPI1+#BxxR;6C{j7y8OZRal4| zT>wwI^YhK_sjwjtDFJ;oKNa9Q+Vm@SfClkZVx^wP>t!~Ylje<(3|kgop?e;)Vu>XO+>Cn&kGCXlWH>F-9S zCKps>XkzbbXJ+i=`9s{p5&FY-=rrK8m11oeH^vLf)y)(Mee^nLK*+GZp%*yCV^kV--xQ@Cz5{x6g*NuCY*$Yye)LO=aii z2t&8b&@fj5N?2viCGHX)<50Zkok4D&d)Nutnp6_tbJS3qV9rW{s{US3PQ_C^{ASS0 zejwrl5Zc`m2sW5}S=)vLqM)!ko|HGCqK-0^-EnrY^_oX!@Aml@yTp_QD5i6Ux^4Ekbgi$)kE|+k>Y-8OQ zRX27v^q*?leG4uS>=p@B^BqR7)n;T@yy3gh?quZ#jTEE$G@w=cjtcB;Z>Y2g54~1- zBkWq(u6S5BzcLLG(h-iq(sFfLrhT*gJ zkV`whi~S<;HmT`7eMI*2C*M8vm00U(XL^@SsGS|>lU5)$Rbsy=xp)Cs7Qy^b+D0@~ zV*LL=1ZtXJMe!a;{a@o_vwFN&7uByOR0OgJ1k(RT_yq$W6pjj_NfvM@xf$K8y5KM4 zLM|F=M}87Ov9@h{%6c^gCf9-k!)MeNuGfwu6OBBL-cNM|$=vU3ROOYb+Qy=O6;JZn ztIG07ubUmra5NyJa4RVyE4 zHL@qGYk61wfzGg)k9+*6rpRy)GgA`3PMEI+4$-$P^w)Pj&9;bh&qijW4^a_t79&q@ zt-6V&aI|K-7qibi5AI6tL7R@q$VESCsU9mJ(Kb}NGGqqU=&y>0B_iw7<8 zn@wb0FPl6aPl$IA^-!+8$1$si4Cq@8VMG=k=lKpz^!dkyTg4yCvOLfS(y^VpD%&3& zN+>A!LAG86|b4S3gr`D*yakydPl{i_3@+Hb_B=eIi2zJaO@v<~u{zNJiuN!r{2! z$j8qqF`EX%`-(tOR!z6^e4Ou}kV^tN*pkwZa7oHu+EHJ~0wX^26e z4^aRAqE%FYAFE@kz2@=(vQq*k=KtW+o!yOpo+(qHI0S5W3B4%4g?J&UM#flAlVa>1 zlIh*Boj5sGE4_Zgx=i1_#OcnR;FyZ$suR}^O84d-ZROyRNr>Gu+x&tE;hh$RFx27i z8AmUX&u$gT9fO|hX}A`|jVT69RO+*|gj~KZjn3?CdE~A0ZbW8Tnmc{TRTk390d;H52SMS34q}I?=$WAnFho zy=U{r|3S&55!al4fu?CLsqu|2LKp2F^JNZWz~$ZulG||O2xoT629!$7y?_fjslyug z6zm!9xC}R_Pk1Faz}|c&Gi=U`em#=M-!l<8)l1bW?+xsa>EZkkZL2`MOOQnY-Y9*t zer|tL#GEyS(Mx(}T!qjFeT*Ni8Lix(W3`=BadpIwx`yIPgBV(hApVmq7?`+bhVqwXBm<4X zM`A0Fq?T#q20CR;>wh?@;Pn=q5CxhYI3q||M zir0O4$(8TbKu5I4Dq#ubqX7{GdGnEp({TPMq&bYcN;&Wr5%A(-d-^<9M8U44E)tL} zcQ~kerEyjg%|%OH1aN*^)_fL$Bk+B}MM4_N0460?3QY25=(Vhc8i2XZKwQ*P27n!v{zFjo6E~<;CR(mK)ZJV|nwNppoTTfQZ-4tD zNAhd<=1<03>aqltSa;c07%?b9$WsP7lkWVRx`?LcAoXgU#AQ z?or_G-Ry3wJ2n#ZYj@TSPAC(k`6lsLuAC800kF6B)QqA+rXN}i2DlY3c-@1jot&HihSeR+8KOs|d}3r#s=88r?RZA9OAJa#iBORYCQKh7@-qMY9k(?UE}`fMue@)Vt6q z8KPcpo>ps)vJy*5UYcHq>31$)l!x%lR}+oP6Oyz?TL`c4))qV@rf?-~9puj5_XG7o z3ddD_2b-Rf%r=jCJ~_Ef#K3c6qR<}NP8C6VbQ`0}gnTEHO=46;6CFF#YcV-6`%yge zbQIMa26TGh+TQdVbc7`yP+sgbYW(I?d9F^qY%9VN-vf)i&+qe^UeINy77n27d;KX0 zxY}QOEEuFyek*@Wo5w`EM8-9&(;hMN)wd-~Kj~8-aJ4xq<&3XL<7XVdlDQ3&xy2eh z5)N_RUf?4yyY-;P^VQTsF$es4ci)iGsKs54CXbfiy^AB^zvaoF1vDdaM6kS&r85`*tJ@M%D z2rm(pD<Bq6>oHbZyATZ|Z* zhPRlE$F(|Q$_BOWQ$F$fptG(<@wu{>EhiU|h5uR;cIO1wlK_@0Qu4pFynogAC%UIq z?Wec_R?D5S5fJp#E(T&F%5miGP=-mW*XB*>;;#iu=Z!Hw5I=*5cD{4+urlpvox5Ma zy0WVgf2!t!&eqwt6(ttEyGTP=i&ukWqNLKmnJSoTU*2xU-;Un6Z)!f^+4h|xCQmy( zanz3hH-rFJjc36rkCt-P$)CWKC;i@6M}IL&T!nVMji-zFobyiT1KMwUUK%){rxWZw zX+P1kMuJ2`2&hQpTs&H4Zn}zIHt0Jn@t%mcTJV@xdHX6ex$%uv;VWH!nUDS%_gwj7 z)#}LG1KwOB>q<8@6^@wZxNynzrIeVUlmJJbWYMVKDzq?sm(S<9*2S^sG>g}Op@hT} zGM>SkYlJkqFgWxWyO@-?N^%hX-lZ&y@%poT$>Y?a~H&Qd}fA@mS_T zsSeh+=)br#nBh5fTq7k8ySm`&Md?$^mZm~N9s>LJeUli92J$N=4(!An+WhJVChJ+_ z2WMe}XGL`50e?<05lz+GuN*`=?4dZ#42Y zsnRAY*!Fjr(~viafM=iJ?d^C);YQqyH$Ttz+xQN41_PX77e+A`yDYBNzK4a@!az>XqoblMAKhpQ+uknGW;tHB zlJY$HRz1b&S(}rd|4rnf=QGMlpU*i`B%eR&Ru+uWXFf_x@`>SDpth>!pRi2w^$&>20+YG%kVPAHw~-n>K*>$8;6(yi~dQh z3BQT}a45il2q0)UdQdXMR>6K6!GULje{cPxJ7pNI>xaDzmINWYqr~t2(Od+5xX*2> zF&`G~VFyxR!wKK^2W+oWQD8OP=wiNAj@^|U6EPEXgMb&^D$Uf7l?qzQon=yh^3YRw zX^cGv99$pfU&D?H_$bevVFHT{Ueo?ehKY@BKFkfVNxKG9wU{od^*FU*qS1d${UR!fh%k9uFc6+r+pbW9W;uUsS z{g~!O_I~@^4QxZgMk+5ySHr>2rw9zHU|Dvo!IFbk^A6W$-{a2D*_gpaDjXifA; zY8|t1oJKK^i)c+UaV(bg1_QndOou%nI-F($0v9hKpP8gA$1(AI%lSeeFRPm2EB<8A}(pe;%>29YzfAw8XYDD9t(n+w7E4t9zd4Go_7u9Qx&i9~3%RyZhMw z*m3-upFyDm1wFZo!+lV}m&|#P=7(GVP^sBXzmJju#@7f)|Cz~;a3f*#_-OQG(x)x6 z3v@;S#-t<}%^8SL959hN5v}1vV5x)ORSSS4qwUS|2| z_I(2^kzZmip#YXrTLFYPnFaBOAi)fpc!_4~FmyW12uJ9>G@VN%vnsn^ z*dt^3A&9StP?SA0F}6Au=9?~s_uP3==$M$V2H{b6IS41H9Hh;u4^;WcF#+6VCi&l0 zB<$re!s~-8tV3a1+)z=dnMX^7CUxMf{%{$sjY1`%9+t_h=B^)w zrP3zuy%-d;$Ft_U+B0`j+}>4oUe;~dI5>ZN%UJmq&r(|)WGg$ByC@yP3^O{W(0d(X zIkP0aeO^j$Z}Tqr`js;k0qyYt><9}fFfxciY|^Vccv@fWRr!P#tgN;0^?ksgEjz#_5I#p{TBbE+STMY9`>d7Pam#9 z{^CtgaH2J?yI{vrEcw5AlZydC;i(q5?RPkSc>WI{ok*a|M*;U<|L5xutxS!bQ0%qF z6IB8PH%%KV_J<))m-T$WvW*nwmB2{bFm=$~2yD{PgDH3WcrMyb$IfPw`j+{W21kkn zPpWS#_v%9In@)E?UBOeBZTcmVM`l6C^x`|-TA$Q>V#o!lA2210mjp&HB5F5GjQq&K?bg`9makQMrw;4`@R3>R2=L8@*4f?Mw z$d4xcnDv5Ud+Y+Z!7_(2J0!d4?8V)f(X|=$>T-NgxtDK5@`X4qk&ve}Ha5Cli4VQG z&(4`Z;=bVr7t*5r&`LhBd5{C0GlsSy_eHfieOkleJJ`3j>1=}c*iGQ!6J*O6Ci~nl zI3ZY#Dib)o9f^-=V>*FdX2&ycg5(WS{gR7{oP^#NkqSitN71_#Lle2zODj-Md7`)nGedTmMKkjz@4E&HX@kH$3n z34;3P=y$0DDT+(K)PQ-Pk71~KJ2`N8JlsbvY*uZiWSW<*KZvfkf0J<6phcG{T|$mI zB;wU5LapybAgv*Py2j4l!1G7frGo|?n-!h~60 z`TP6L3QGe4H*sza`sq$vi;>c({)_lcf7OqRHus(}#E0TT^v3UEyM_qO>*ZGW!RA7<>PxT&z`of$Wp zDUlMXbc^a!=-`QHONl|H_x%`m1sLV|FIC!UiQ`xvUw2DTqRW3dE@#&kVk*B7W2k3T zCtx>IM$-GJREheEyLym{hGja}s0~-FqAW|*yjAH{;rpr1!&);DK9gpM>%rJ>FsjtC z3)V{3@<4QQ)*F8lnlUIUj>Q%_?HHu%ztk zqoZRqT+eWq@lhqwxeIn%Vk1y_GjJf$L3rn7M_d7UaHo=JlW@rkKZwKPRUuNV)U7I| zEngP~$$20&N{b5Ae2*aPG6oL7lFEuS->QM6UUNV(?UfKt&-rLIITlIJ9Oo?OF}(ay zJYp1I4s~x~nZsKWn@#-jKE?@>l#C#(a1bl1TffeF9(e`D`ReuJ^<7C^)R>>(V)Vdb zF;79#yZD<9+i4NetW`1r4N1vPHut2RzRrA9}_WktkUUYS)G~ny1up zg_#Jps#YF*3Q~1p9#^kC^(;5qeV9-*R<@Y4V}0!YfNN!L=~Kw~xXq74qyL(F?mWT$ zAc*!O;P$`g#vjy-nj2+0GEruOFx464Ds^wyeX`9hc3Fm@E(&>c-(!-*!VtYC6@2ao zGW#Q2%vFOM^mnb+bKVyHV|P(b4g^gA3L69_y5AIb!Tc3GyO`-@4kg?ZG0TfX@r4z2 zBq9ihTkO(J$R>?gzqe-?dVbWB$h(Ra!tnIkZ64QT!NCXANib_qbjqbY;aJp}DI z%sucKecY&wF8A>KVSmgLb!-1=8bZ>0^(qR-a6)cqv?MueQEv2$sTRgL1Gz^Oi?pE3eFgTOd)6NF z0{(ntpk0$j%NZtq&L}`ZXy7j}c1x(&CLZo}^I8#*qyU;p3=2&KMB#1n+?h|FWv`%!){a3Qaw zd=&m6Vtxzh^%;(__`E;cpRzH?q8Ye9zs<0C$Z#{(4>0itB3e~pGtm3vrp(4($Ado0 z1?4Ow7~a-our^^DAPGF0zXm~yA7|!HFhThVC{+6pSZhHc2vixO2Gs&}l!dl{J|Zm% zh_!_QE5=+HhVeBB#$vR1r|1@4jE+CqZgapTFNHU2Gv3f4U`EnBr0be zj`T7tQytjy0tRmbrdX@QZVa%Na? zXSjZeq)Bse=$m{97D_5JkKVG<AR zxz9cKkRq*{i`K&T+{Nu#APt%4U6WE2g>6o0<|(#un|!{Lq|^I5Auqly0g)aI|B`;A z_8%G7#Mhueu|OJL@;_>sRjF8LE{@&3GApz*46Q|I%q8o=;KJy zK8;BDnmSA1ys>&syt9+cQN}@{1x44=+s3+uLoLoRariN^;1?@oRMGJQshSx;u@YFn zoe3}O;TqH=@PnY>8Q&xKEi~VSr{R@X+p{u}_-rj7b3^0JRs%noAO#0J?PZyqG-htb zihlPQmA%8GBwY|3mX5!oCti3bD!jCOA^D!Vl=EZtm}>MIOfw3|_2*_uc~^54*abCn zNmlL^;h)#p73GquqkRGAWgj~z&UpY=3w5Y>V=^e}^9)kL-_8%Ak& zzbZH`usUuy&DuhiW8dJa5eNYhvgM%n7X>V)qE#dp6;)N7Vu>)Z>JOfdm z*7?YU2(TLKX@taT)8XF7Um#?W-wh73kvU|-Zu99-pXBBUkjY8;!yQUR`O0yz-l=3zr}hQ~kNLyQCHEVZSA525Ce6n!_x(;Av&D=d<=3?%OIOdGVY0jC z%G1tAN8XMV=bvk9jz`m?o&wGUXeLh3VQ#SJF)r?7l0fep-~wL54<;o|!<0|yD4S@} z9nZ-XA#RHs5WqJ?h~7PGSVXl#X+nfPICbJ%-9zAg45%0yxPmtHVB9Cc+x6~1$=R7% zZpm>7$&nuk9Wtcp5#8B_7x#Cu)Q^~A^Q|Gf#`%ZF)5pbM48_^C#pf}_yhQ2hXK|FX zF0nY6j44g%ZAgpAq`cPSbl2K`C;jpe2Xo;z4De)V!^j%NRK>p(-vPWcAMgPu_pn*9 zWC-wWL56uKtwIvqdSo$y*1UqP@+OQCuu;SLw$SPJ#Bww@q^u_`0VkB+X*}3gj>4>;qXk&=W)`k=E#1Ei9-)rJW_` zE*S_l3p2C=b;oHS@jiaXA}C9fTEw1w7e5^}@}zxuMeZ#l+jw9!9%ZQf4V?uvk*$P87e<*e95epgDOy)-j z-Im0r)WfAn>iD!jZ?f(y#kqI^E0au7ZP!)f~vWM4G`=lwV_@YqRtxPUs z&z08GgUb~ue^!5DJ#7LQwliu}r9X-7E!`MtAlbATef|B9o>`KP?MbtA5*9_++*iOqE)ZVh!;!mm(qXh9yqHZ-;XZhW*Ya>`G)qpHf+~w$DS0Id9X6 z0vGd&l;~|bliW*-_B78-4@znwwz+h2yL}1%TJaPe--I4uUrWch5q!n|E%I>VuFVyt zQZ;C%Zk|vWzWZHDszo!LEP~+L1&fhs3*6|X$0I9h$+Zl`u&dkH_b(4udPUS8I1%N4 zdQU`muu?|(_f@W@Eh0(@SZb<%zsmgxNTnZMLJH`iF|P`kNG)e(-|N15%>zCDab$Lw6!rLg^I(lRqIAMstv$wq5NJKTx6guQOBtA#+O1dSJ z{lVy`)WG4bm$w6-C~IdHWogmOeiBTco9>S3i{Z|IfZ8TQVcBdX5}4@h*TRvZc~ zuJKnZB^s850Rb9jcgNKe`I$)&#e zKD-auO}h;p^&F-CaOf3n!7JvkiLiFZ1hz13=R=9gNM49t*j_pCk;7J{>mL2wAs44ht!^N#v5Op9iL0!^J@OL7}7dSHO@{m_p+! zEdculnpMbO)g=g^+cI%}OSCv4^T`k)6CrFnw7l(!SP!q4~L=#o@7 zD(A&>ao1la9F^AJ-7%mbc%4w;1%LHO?R%-8xz26ArMhwbm0x1ECjkU8!elJU3J?S; z{hRmvi8B=M8C?xLfnI9_=;jaCfB8aE)DnI1t5pl?fnN-{azX9d_GoZr7vT4S-_zU0 zPW$DPzm7{pSO1m?DC>Q$k7~l>Xbta4k4A=<$#wPgB434P2eZ3g9WSxq0?rMLqn->5 zv|O*0Eo1~uB!85sL@4ETI2)-DXe;)5%-<25(58ZXYGrpjDwvl#vk>L;bbp^OR(Iz5 z>S?HP}Ix6_sw}gigTL5b`od$yi|0f)^L)g!_bp{LO)&p zgG$)!nsmc~CS3S>y;M%O-Fl$5GqqYeLnS%EWu6K}CQ$CB7EJ{?>o<3pyx4}yDQr~L zFxg1&hgB9N0-bbU1@A7Cs0~kg@>I?x4mMKlh@jC?ftW3!_~Kcp<2Ld0<5A0r@1ip+ z2UdBx``N@65MGzQtv*6E-VZ7CQNoCs#QYN4^$L&STN;Rp{ec>)NS1wSX+K=>!i)@f zLk9fh*jRjZmzBhgtm-4z@q76OfxSys^x+0HKX!c!A0h@DD2+FQo?ugY@Q5tQI1zD$ z+g$8OJ#KN`KQzech+w61xqNy1YwK1Yfz2lUSAlsQ3;|@YwE*tg2WYeQkN=w;dJYiWkEq!Hd8tIL z_~sy!HrFSF;Q=9V+(9sStN{<51=vqIY)JPsKnn5?sF%`UMZizeGAy(+BHP+E11ev&*Oa13tyBuS)wKHI-WzyJR*NRlTQHNc6o|GB!X9-{YoPC-AO% z$d&Y<_}D3}KtS1Cb=L_g&~rSX=(P2y;oz6;(Q5$eI?r&h`2nH?;wb)(=6_ge+Wt7{ z969JgV|a{M0keE;S!5EMXEqs(G|Ju#1am_%D-oUsgTUmTU6$#+#XD?Lb-?kBuS)Y> zZ%e%$o{8Y4ytcjBi;mfZ1ihYuAE9j`yu4MF{s$yK-| zCBY-@`Ed$@;!JPGEj{+vw3LoFkxkyhob6Txk#}(=oc0;YWO)l)8ke2H1BY}Xk^!`A*W7qSrCeB}o56wy zWM?^xZCuh^1h3w{EBT=h`++~>m9F4(^VXJ9jAOIb$Q#iSkEfAc*r+EzU|V@+F03Uj zc2H7(YOtL*!vu=uv&D42QsrOsh~jp9L0`vix1*N$yFR;f$g?$vPk!2*ho!8Xdga7q z$6R>+m~-v5aa%hRoheQn>W$NgXQzsdEb+Z z)*>{N;_KjU1)mf&lLS#iTtkM5u(;uTUsD6*ywj7irhXu#KZf}iVWP+*sz63K4Oo@O z0k=b1pv=FUx%^e$PYTiOu>(BNXHt$x4l(t%z$m}N<^)iXAG4xhFooq^urAff$w@ye zX@DM!ej;B&UG)bCA?J;HB|kRN@3e&yM`YCKvmi`D!fGp=lZJ-GO@T)6N6R~|F+AP` zpIa8gto&5&P(ksjpgV2Sc-il$xZBWzZoD!Xy+Jt0ZPW&dEtZLqCXD8WEr%2Fyg{I| zVe2`z^F0xkMAJc{ZJ?JVv*^8ft)|oNj^oP6Qi1ajs14fCKG~PqT@E)zoq5jVJB#m4?B|K}om*25_W)FuHefB(ZUxwG1 z^wgO+>kM(M9{OD9@=>-6XlN*r-qjG@3>@GyD*f9!>#u=DVR9AqlKwxC_z?Uk#u)fL z4oJU8;t%T>Al5n%(kTcPocb{_g0uipD+9#p=Og3b{Qf%nX}USlJ`v@HJ24IhYlQn) zzobqEd&B)oNm!fk$?Hbbb+>?$$4a7?)sR9V(pyxLTQB7+YE|uRcc`MAd3${2i=qtv zj#;;?Yq4Jd%#s53I={#4pKMy9zH%8iaOU6hFCwWVNG!78nP)2)o}P@8flsWSbg)O} z%a>9HEl%fFrLDSb5Zb?DKG36~K1)5zyxx>bwodhkWs9U2$C<-u)l||C?=%H))9Pct zH~ylS^Z1@scrV~uuG^+)P8L1P$*j%HtgUEH(JXJP;J}?ZV!3Sc@^K=JCv)0NwpfOq zf*Gt(e5H@(Z8^%{{0o1wDsVC{Ze> zPm;eDzxdihB11Mz;j3oqfq)JSd?Wx5W2OFo?0pG5RNepoU@-O>yHduGkUb&9&`ea; zsFa;ZvK6xLgRw=&u2S9-KTY_AGg1*%W_>)7p7BplEZPCiqkAt2r|AwU<;T=1r0L z0dyISzdP^vG0z41na8e5J47W#7x+Y5M%+p-7PNFW)zY4Sci1SClFV+DtrBX7@yn5( zuK--krE~1;2WCftJhSw<;}pQ3&fQ!^9y1O*!x;2=6gZ!dU3564ez}It5nd46=g9X3 zI^uXrxYjr}rQ=i(hr>>b!?#ZJ+<)v>&MSPW`G&VKy#bu2G&!nvzqT$L5XYED)+k?` z{w26AmE|dYS!umqdX-+ct89_h3N~seZbohYtulmz*nM`@*HboW--+`G~svFr2 z0OjWcqUPt6zoOJ0zSwSE28QL5cbaZSvbD}xF}t7RdqeSxkDcb#0bZ$-8^@$uUjuRC zh7b0nn_DF!r5weNoR;^v$n7nZmTLZ~i?mnTEhE9))IWmiQgEQP1rzHRk7DHRNB3uH zuK5LAEfb*L4#|=d^Q(zPhnC^}j~rC16H^kUO*L(j7c^JyrtJCX)BW_#n=>y`k-KgLFe4F(s;bL zgmqhFo^|DTd@w4(!bZbAQ>elD63vK_`_x>Qw3EDg2ls&cCaN<2eO7TJ^MN!Oem ziu_~!CuN@U*UShiT(5WnSK-X#)!2JwaWCimXvht+l$#di=LX%bPKVN4p10b9+=q_w zl_5dDK83b=AdHTpL)K`LXj9hF9yutapnp?sHjFC-QsF7Cj*88KZa(ky>C3Qtk9)FL zM{_jGk^M6pJI>RgvZC{kNa>UmcnVq_=rmhNy^++0q)_5?$PgjIWpsA1Qdb zmDwQAZe+%6gO^{P!gaj|69gYsB7t+dwLS#A2MH%({hYv;)M*4BFFvda9JTiibrlD9GR+iS{Lj$xpZ5AS%ELCd)+4zQv61cbW z72gPHIiwcY@CL8O75eOQ{x7+=$Ek#V4}gZjv($f1!>gg?7dx$iL?%_EG)3iZ5YePV z$7vorFrfM%tir|KTFXO)hEW zkD?x??)1}=QpxpbHEU&TEod|d2;?MB5?~U&!gb&GmU_;-2E)anFWz$S!9(WG8;ecj zZKvr^F=7PkB-8Z_KPz-gKC@vNoD1-CEvid0ML)ml<-+L0cdGYHbp;1gzdTd5tXGeo z84KCjLpf?q#S&EvS1J{s#ExfJK98Mz!9F>~VIF$WK;~$Nta!|m(+$iq{cVggsZwrx zckb`r(XXlH_%z;r=k9|w)H8Z{c7kv{O4D`)doN?!abbOSD!BP|3SdL$cq;6HDRV1Hkk`zRg|J4pgw%Z$G38e6RbPWJX9=EgbS~ zx@u)Dp@LBSmu;ll=4VQW;?*ZY-Dnx8_}X6FF&Vi0wEghti?C}+YDdh~5BrXLYs!mZ zsT>1xC0$N_{toKOy;bM{Pqqm8O~NDQtNtc?Xh~pk2$hqm`T;1@mSiAZHT&IM|9VVy zGO!h_!o}{h!zm};df6lUy#KP}rYf@FtelZ9>R#!GJ4{ZPoA~<;O`@64TKaXm?+&?9 z_*&%?EoU0d?Pt%S7~tp&lsWo?gpTggxsdfIq)Kk?rj2E1cLoBx6H}-ubZM=wTFUb6 z5ECmY$!vIDagzsXB|#x8if<_D9#oQbOpi}6r8{)_`Lzg(F}Ez&hy7c+EGol*(@@2_ zw@0#QJIsymq=}8I)~Ka#JKgSH_WD7U)rRXTLj|tECVj$NkfwSVi`JRIav7;D{LzuH zmdOh@4?^!}<=JcWH1pEi=V@M1IJI!Rhh6cy427>wt1<^c8N#3IR8flhUkunPYSJy*nO>#1Ehy_Z?8Zf1b6GsWUp=TFc@| zZfKEESQ)|dZ;2v%0D_vlcz6mtq!j%8ock>$wkB{t)c|?krK13ufk$AF&p;&#o`_4J z0>lCM{2b*H5?f=#zY*;N>f>F9F}!a8(Qds#thQN_@^fanMCMqf-0&{PfD=qqkc((*|16}iVfc#{iUPi9>)ELnDXyv2b+7z$c7{cB z7cb70!xiam?w*|Prmi{9$>Ib;)$W-bt#q66vaSI(r<&#_Nb7c|ES-F;DIcE`|bXiXAhdCYvl%s-UssA=q3AW2w?sdAy%^NKV&OdX7m z*&8`B&UVi(&9?RtmCGBALyqz7c8suN*~cDV5{^mV8sBDjz@hhPt^R`^iWfSFI*Gik zyN=}cxus%9jNHQ8OYOh9#uX^FOg^U0#Qcq>z=9`KihlFvT zmABh_<-E*dv`p0~Q#GUxu->Xo&yQGEwjMZ_4#iO68R2XYyevJeFqabch#WdEh#Z7G z+RI-*`5623^pzLZMX`K{=NM9ky|NyEN$(2Uf}4P zJz6Ul;K{b}<;AuSCmQ#iyb=+Mzs&@f=cs1lbA^WK6`%!UYd*=8GqayW*liJ4#vtY@#_`Hy=?zyt)KaOWzxcSzye9UDN3TQdu;{k}9`%B#I3%}Z2C zet}gHYFfH;Ss`;~05PZiCP5R@YdeQ$0hxGdF)oY?iH~hIQ2JD|2b7`xlWu7%81JXt zYM*~{bPHuhj+rs3#eiITuc2-DmF-{EjyAGGFW^cha@lk3%ViHgaog%7W~RVLW)-G& z?aOWbM>6?hEXw7dc_lx-R`?}-2VQWmr2$lN9|1qzpG*FgEZxJG)a`+!GC`vk=eXV* z(LeTNx4A<}dL|G$s z37g~R4IRMlS)=4_Ih2b@c__!{s#w+OE8e`}vg@gYt86}u zP(k!NGgiwgo)UrtxI;B6oFzLC?rgJ?5J2+-KLrqUiwyF4JrBBW7jj^fw2VS*lX8f_ z2rE_dXP3tL@<&g*&K@4Sb9dBEGNtAHrE%VHgT>MCt=1jdGCDG|J`QI*%sSlsvlXwq z*ll^qImG<()rs>8G%uOGz@KXo3YA}j?~0B16luDqiJ^=>}$+ zPq*yaC6Nv+mCm!CTtP{hei=LU(GTysHF{q32yH}2rcM++xh}*&sYuuaE%ALufWoVu zBpZPY9Q^#8?=Ph(|7M-21_JxLFevmJ^s5ilHe`f!2Q|~$zqwurxy!fU3DzlcAgLa= zi6AiYvtqABRa`YCxsYn z0~Ey&JM;r03-^g_l>J9FwVQdRpM;2sf@UDt%g3LQBS0O;YO>OYS{NBM`!HfU9-8 zL#B?*Zc7T}D=G?J1lg;o%e>}<(+6{uwr`5QW?E8Ga;!$JN(6gR3~7$$kkk>s6GXC! z?0A4B1>aR98X+$B1$||K=92!M;kZjm)v`i5mn}50V@I|hd2AtUV*4V_Tyslo)@7BA zwL2H4V#%M=XOC-dFeknMag7u7iDr+~d&OK#e$c;eeq;q|ND4Zn!QJR(LJZ5-*boXwA}8c5@b9- zqw^9+%6sIC-VQrbeCE{LU5*UHOB%XJaw_0}jnJ5BvbN}Zf?E9_?wu_bntUrqgvKTS z3H2Yo)k_7C5BT{xK`y0EUxLPqyu3u#cp9ie>Wh>(7I^%~Z&D#4fBKe?$8>;S1jb{3 zM=4pIAHN>O_%I@FSf^8 zUW|aA3b+sK$qt3vRPY?;eR)cRUL82}TAi$z`OJ>(quq?J86N10Z8Y-_q&gfNc;+P6 zdyiYvIlg^|7>+dLWf`^{G=;)XaxqD=Fy-78Q?E|jq&8sYug%d^p2il77E3f{Nj48o zItlP(<=YZzVF2(LFfGGcu$QKJVFprSwZ8hb^obgD9;rU-Hq3UEd#Fr`lRtDDmjKghKCIoR*olQmAIZ+~8Mtbas}+U>p)1mcc8^A+NdN4P1KUFefN9m9L} zZV*f=oHIrDo~3}(AzzZfZ+fHQRImnrp1%BxKKez0_#+K>hgi?w7{YOv$LXt*UEc0T zo6aSnn^Ye;+(AC23y*&mr$s)4$=J=Pfx78l!JmgPMbVKc!kni{&tUb%N#q7TCRO zfPQnr9Sz;CE-mGKu5*l+I>t(8yM?#9L{aB#*ecoK+aAhfF+ma|ip$9{BrX!rR#Eh_ zUi%1GBK+a9*(JrbA8y)H#P3AD3V*l@2zhCP7%h_ByHihH$WhH`;@AG+x73n-)s zNNkVH%)slK(jyPCkyVsHv;z^LM?lp;tYEp#b09D`faEaCo~-N2R22LaY8J79M{cuc zii_z4?Tl^2`kpXByD24g)7`$hBYZx-;P|fOGFIF*k~_@CPXl5Mp6=Vn><)c@`Vy@E z0sr(%tnXgZ#4ks;9?9F*Vv52xSNXHkm6hVA&UUUSDck~kTd z|I_{H*8u-o2>AIi<6D}LCA-(zl5fZdRI93*b9X8OkAm)CzqXm#+FM#WS~wA6Cc~D} zy?K->ek40^6Xu4l5v@?JFH^42dEK9C&}WmSCJwn-QWkV{OyNLg)$2^|?IOL`YLv#? z-_6#Z(5PwtF19@BM0LeH&vN|5YP3Q;Cs%ckoGgGUS{vZ#g%ZTsb*X59Cp4s(Y@sc`#^ zYK>vorjrDfJ{p8U8cqWz4~pie%nrDHv~D`#AbZ%ETCpHV`jyws$?1E7dDXcl@)`TO zj(9!aUzN@La_3@D(Dn|g23p;K-K9lwrb2WudCaNpp4ZDV?fJ(-vq>lJcRSAtyyQI7 zCZYJC)kgoI_cv4lPOI-lmuD-i<<}8;E29h2glZxfmJR;<&i3R`mg8{+po%bHl71cc zznrMXB2t~+A59Cup|^>YB~WJVODK1$cmAazu_;!;0~HP1`$Th`#GiP2d1a6vE>g*O z)J$={<@2M_>>1L7MilTjl1x)dl1ER625#|Wti;}YB78h9;Ue>e8!}p1C9#qd#ap(T z+8<4EuaW1^d~C*&5&hzj9Hx4{3bHmM;R1f0`Yp>H4 z-$mm*Z~Yz2yD45j#SO&kbSeJG`vH8NWtP>Z1SI}ohIGj>E_TmD=(CvcIwvR@ZEcqx4eh(sy`{J>Sda!RBQsPNI4@m^?O+JoX;@JH5LRdL<1k?^=R^L~C7oB~7f3nXjc-2TVu~>#LdE+02+JER^7do|)B@5!ESI`fPST zY`DxInY{ZlIZvbWL6_7=A%pi0HZ#<+PrYu`I`d+WkJF)pq@LBIO6rd}y@fN9W-oGb zYs5v!B71OvZyXHI1Sx$%#vME^T*Ux2yXR|SKnZ;Zg_0_!2rjy5+jico`!-8MSGYI&W zb!SfRx$CLgNnSAo0V;*VRiOTtJF{Z8^t$h6H02`2uDHLT=47hYw z_9B=?0~sRyGtZO}>yO>j5b9Yv-{OJKs`03)1AhcJ0y; z(nu^t=l!{Hk9ogm&!$W-&-*`_b`WwAKhL{=vY@A}-QV+*9C^L}^?J_>%K6POo-(}H z%p!a1drgy;cqaCf;ZxZcq}hix%s)RKp6ZKT zRZ*OnZo9-Jo4?`g#B`@eKpT_eD}|s7=Y-8`?Tby-Jcqi8s<2NmkmpqBR&Ee0J$I`!lH+5mHfj0uBRK2i zO-E6xUT3G?nekxu;4MBn;PPKf??|*{VZLxL&0c?B@NHJnjVu*=$nQV=!s1=CE8H%w zAWc_n+jLnd9jf(s_OZZCZ>S!99d+=2wn^%j$cZfy(pn63K0*CQTF&JcSmr@*^g$l9 zlzhm|cykXgRObYP!EM!?gjebZQ+Gifa#am-4Wu4vD#~F3Z{^nux@{P+zhhTXs&K-> zTQ)24e*2lx54&3B9={sM&7h%m^6U73&K|#FBb8ndfHhNex_jA?bzlUQvcGEY_M96u zV)|?*&QD@*Y#baUy(Ut3SN;7^P_8q{JsPLM^E)5;gqAyzsIWPljCOmJC~R2LO#bG< zlYBcX6($E;!-O+_&_-jiYH0U}THttHXOMWERNPc769x~@0 z=M1wEY8e{0kdc#qZ4(rI?L}7aO!Er%y=qCS#-#PiTRT0QeQR?ion^Kda;PM9e`b zWKMNxz$P{DNkZc%pPr|T+0sSv)<8;{e*4Ra^30Q@qFt31uB9(LO0};6&ym^n*1naO zc3gU}NhAM#aj~EdbMVe<_LF&>?+dbB<}&t2V;@L%8)$0iO1=b6FCy7l^v>)n7Fum)8wru zMTwFmJCXfdQRWMrt?ycP`LT`lNEC=I^1s9KYXcRK?CeuM6A|5Tx=+Z<{QtMuj*a^ep$teXR9ZaMef?f z2W|_MK5?;^X2%`(%Q{6N#r-{z&G8YPM7jqTu5gzrha9kQj{%<_Axy%;1)0PyAkjMn zaE!}fyy_Y*TC-!}*7zpv5RG@5Z!0Alk4YFPqmuUc4+ZtN__qj8vxv*rqwe&~s5`qw zm436826>Vt)2$joptW@1^J{y8oxOvjjm5F0;DQ(6QFvmok~5`T@<~$(%E2OsUN35o zQ*FoL7;zJBb~$W7!Yd9I_p9I8vHUtxdqFko0-!MX^)`su#PWK6Yk0B;4SFe;E;@Ll zMI@MB1ZT3@rSC6kOfb~@WM^H~?#q>Sd1|OxdiQ?erUnB#i>^&$@Co<#7>?`vKR63l z7k}6o$k5%I)W^c6mftnom(c04F<0AOYn50M`@FP={4V8U>-Ic<)b zo5MY8Zu(#|XYTw|Bg>}kUh<77YW=F*xhxBdXA#0*op`OxGFWXte4a3KIsvs99?AyJ zubAIV@KAn6@KA=6puiKJqDHV$%SHU#Ft`#F$hPH)FzqtJk$^V?$2A3wVA%;txPTLi z&WI}0B9Nq*F)Xg45Jt6p$AQnNo6B|7ybX(5u0!b|o6>TzyQvVCw|s}*V>VN|i1oTrNtDU|Y~&KjaZg`HMbKMDAnE)Q6)+ozFERXLLsCt5xEJtD=2%k8E}} zH2zXgp?g>}?v?Mz>)iUO@oeMKxO9m|Q_VeGE{#SUhOfLV7PM_+PITA`lD)BM?0lo( z{WuFRe83sa{le#koS`RO_eHb16>`@D@jU^2LNU51v z$W1`sL&(?q>&+XHjKJjq=4So&-#79Rtg1j_d$$l!)h+<8|D5Ovu42Q#BKln2MU~2S zn&)uF)9|vPlsZn>Lr-HBgwM8b+?B!Izeb`fX%#^Bn}dIg>{q?M-nNCl(PFL|_b7E~ zVd%mh>fz=X2;5YS(qp-*{K0UK`NlD{`o|9+;_DLWn|3`s8biM5yK&rclm+W^>AFYJ z#q!9J2pVtb;Y<1*v;OBqT|MNi@)qdzh3|E6w|%T_3haO0SmDAJoot#lX`}Ax2Q5O! z1??SZ+wj%@p6I|1`k~oedQYW~H0P5|6G!(`RkGoVkk*_{)3(E3{fk7|CF#Sw^qDl_ zH*R@cVftX$+mkIHTSz<9r&E|V*q3F*_fGEAjhWVhqi@om z^o%sYF6l-#-)r@(w*yarDg*N9O=01{xm=h`lyZuwG9Elr>ktM%g~bDhPQgnxxkkQht15xloi3A zaUiB<5jbzKx$UU`P{rF&IG{aKt*eX=4`=k1zx#MPbu@c^e5ygczg)ZeR{RTrZJ`^1 z`0#BL#+Sq7M)V)a9UtkeUC2}%eI=o|+2HckPhYu(vm<7&T{1S%PVW0!nP^&V>++#L zsc3$%i$Cq0psa{PHbcXSY2Lv{6MD&Vm$*VFoQ#@pH;Jl@c-9mjYA`P9u$%uT7z|uy z2hGLqgDaLB`22juF8Q+smSzEWL43s)MQ>LqTbZ-}a`B(*P9E3>{2l!Ke8mzx+K|9M zI%@EL@We$V@ep386SfwPNJ+7sz!4p0NHN!)VnpE!E?B8I^)c8x5J)Po(r?JA6=$`N zZ}(eo)P@IkKSX;BY)Kg$Z1ksP-bk*5-?%Lx>N3}>4fp3#LPC`CU)|U(Gba7TjNkAA zyl3M=d)s9GV!hWOYcZ>|=4aQ#bR(&y{gITDt(_LPyWg{%+PU~pmU+}o_R#ennFls) zEQe>U;bGQrooA@j)btHPsioGZTOU1obcdqNx=vI0+2H;sDHKQO-t^wLaCSaO*VJgT z{h^J%;c%FezHY!1uA1>rY}f1$GZ=q1))>wHe99=JebbpRJNC$V*E!C}23Jq6$akh} z?ekwc%co;&&z6teU@`QWpKYETHjS+X7h`vE7~CBJ92-c2FuVQc6Fbj(y zHg#jQD|N)7k|e&$-?()w{;C`wDLdX2LUDKRHO1_tu`aoDbtxMV6N+X1Do9dr2(mU34Mn}iM=c_*txlu7BI)l|$co@wwCg*7iC zUV;pb@aHvG3dctsUPMeRztl7r_wuV~t+g-H@KFnqaBvY3rU4IfsaQnfB2UHY;P!x! z#u78I2qUln!psoh2?t_EQF(RVxIxiox(D}@E-ix&!h$D&j!A-C3 zHr8B87-g`aBD1>NSbHT@S;3b`vE_+^FCyMAs}*__%T^H3oJ#C6vcWIHCYOQ#IG5>) zK45|8`7)cS@WHt)t1A9hrJxc6mtLu7( z72V)pgj;J6GOegU2|5ozMF;SwzmKhd1=fjFc2i;RSDs}mLoF*}iM(rt&j0M5Kp3UA zpu)bo_Sal#oq4WkG5;c41_lri?LU#1fM`>cb5SFM(3V5Oo2YO1F_`_YcbCK!uuhsQ z$m1^}hBYJC%Z~S-4S`UYvHPB~J>Soe$S?mzgI6;2CpM&YVYx0W|D?^reWVe;7)5hFzWxocT;&Z*=RLEq<9{Mo%Cmlt^667i?U zD*kjJg4%z&(j2@Pu;*Ov$yzLh!QvMYO{<&sHCM{PI{+5U)dBoPX;o^{zJ4&!naUC-)yK(+i zT=u`mOa%HN&hU4oqZrqpx+DGxwBEg{$w-{x?bA$K(q!EIJN$>RELO}IzxIAyH*GHa zlKxer>Hj^`=91imlmo`{gEGTk9N9xT H&4q0}uUL*d~>t53 z9cB{KaptVzgM=2d;~3>zgw^v8H9?pRz_9q`MUJ{_e)PeS*HkU;l}`Mb^_vS z%I_2iVYws?Ug3edyZy^8Y}{=6_jBOLSqp z0yxUadO#u;3|F=qn;5c@e z8PZo_&o11|fGr0uWWc{U3@dUzeQ!e#r@-I->I7=hct;pR51K6r}re{$n_1!zi-1qj4C$;qRKUY7*)Qmp%?&DlJ66PNHL|>54o6B9oR!0`SBndW&W* z4+?-FKM~zC|LIECKKAGa(y)B*MomC#E8|B{=KnC)C*MDo?&mM4ch_0yzlepd2A0zv zjF$H?!*-Xtpc1uzv}ph|c!0Csn#+t$=qjOC>p8MlARSTu{HfA^EJyZgHWu3E^1TNZ z*uRUyBzE$zYRuMk41Zh4@P9hp=Qn}nQ!%I=-vyQvgRqG7MU=5W-?RQB0my&`VBNQW zMGZoni9c0hM7*#3hmv&u*jl~^_h&PIf-J294JRWBKVZX^*sqED)-~fxcZ8P2xck`BG0NgSD0pl2{5X|Eb1o z-Ln0!v}}K)NeqJlfk!`2a`Gn~2MJkNmQChz;Rf=nCi6cNhxsF=$FENm0QT5hP;bK) zVQV6%=kM9!*JbW$EQ>DNs9?Ht(z^h8i^tS|Y$z2w(?&@P~?`}_MoVrsl5 zV0+2@pW0p$x!5|Y`}d=|?_JftIeZR=H zfa(0qs)BKieHjM(o(5LTQpA~CG4}t%evM8+mn z^A}5ii5LLOM04JnEBzA|PSDo0baLVD>Ag>{>-|?UWvu&L{EK`p2#APiid;tRUx0Mi zgd)*Z_FmbE>g(m-xXQAxuFy470#^L`QHBI1k<9AU{HfA^Cob++S_9lF6T2~WB@VZe zR*HWmvYcq1CDJKT39@7|U*}2xa-Osg6APSe^f%7dBpS(Iwb9>v7rC6j;LZlbe>%-) z1Z*`y={lMI%gJ;_MN7f-AGiI zy?f1D%XRdZ>ay>1VgKs!72V|0jq85?|9(IJKYQvMsPvbFl!(!m=%ow$m@WA)I{irp zq7}CPQ}nllJBex$;__Km->qlLM*PSD@sED@zjst59A@+54BepAY=96lhoM>nz{?k(~Ve2WNwUUMZq1ou1_H<%lr@OE%ee=f$Oyr_Z)6S))mTmf3U zpX2Km5j|jzf5HnBLOr*mrhIUO)bHSMD1)Z(vT)cxS{)wdHqFIN*v&u3Yb_!smK#}f zUxvbp0oowQBf_u{)bxbmTk=%|$EBMfqzL1us7Ul)3_4-^)qL4|apf?%?*tpsdxu~r z|NCA?#0uBlf&P{5Ktw&+IqUQNk-s<*lfc2&JyTc0A=mRM{*hD3S9FC$OJr>%(bLDu ztBbd<_Pbm^>o6YlMgJ}q=#N72zjNQ3hVfwh+aJ!0O^k~(X}+k4TTbx*A3WFhw|A`T zUfnDHpMR06*C1u$I$v%|MbeU)LON)?f)`07c#)wuwDNl1^U~i=-k_?ZE|OxOK^L0u zG^AC-ShneH`&5JvD|eU}2coK0#p<+zGI&9Uh>0=p=efz^su;kRc6V@6PX5Tdr<>(8 zBMTv|_x1AX8RK92J+P19Y1;ah&KMpm6V$nHOP!u(WoGJl!d%qJ z!qLfCO48WQ-oeqv;+WWW5%8PgQgJ%qmU84`CvU9^87)w*kt0_3!TYQ3zQKf@7l7}t zLm`k2zpBo`-of0?NlaYC)X}ywN{PB$j21fTH>bqFzoqWLKCU`@=IU58Rblh6p8mYE zs`Pvb(dT!u?>~CRq&uTtC#dbg=*+#dqf{!}OSeVut=Q(Bo!u*5a@pVrgN?@+yVyj3 zfU#bT&CXJ-YY|f6mQwT)E$rfN&^Bp)$z$G!GgCuG;8Ry(nd@8->AHEehf?+Tq&Bv1 za7optNNp6pkvI6sPehUUG6t7)^n`@va-NVuAeS#gAe(;vGN&yZoo$?k+w1M#h%r-i zdGL0WGL!^fl?l-~!DcJVcauKpm3qSn?Ov&y7p>uvn|)60fA-WN8pU-esq?@MJX3Xw zzvejC`Aqf43X4?=Vny%eA`G|YmfcEs$SSTImS>RCaLI*Z7g}~a_~{{pOYfV-M4{W=S|cdY2WdH!n1Py*-|rE9`MF@1{@H5o^|d%kg%hD$7&mtN{y` zO)gp5>Iy%)s^p$)4`V&-lkuRNfA|cN6ypn9G=wUN`kScT<=uzzX=qU#o*Wpmv=uk} zeAkd!ZkW#KKOb$IcSNR97^0T*9!JU;bc4xOuNMjK)WYkCq6an8nUr|13 zsDgl#pwLi31aBdXQ5#y|%Qie_raW2+)rMa2W!gH7t9^1cB`75cb|-G0uctfT%#WWG z4Z*vRV9*R0Uw%>)8mEKczRAXoVI~pn!parY3>4OcvqhR#~Q5bcDTq(YGP=T{yol1YS*!x>@XqaUHnILzn^;HopbZdr|LS zB4W)-Xk1S@i4Kf%0vbEQ!)0N3g|hIQ@z12NXH-Hlk8^S&@(9Auc3 z8p09~dx1ymsYRLRbzEOJ=(xJ_h&t^SJ(K4P&R&#<(jxQbTLuQX_4weyq44cVz)Q%y z^IPba6Od^h`VBhyTTh~)l1ID4m>0?g`%%1#FMSOgg_yij`Ss4J-;r|PANVl zgcO}ms_b|gDe1ClFE9!aL<%NBvHuP^ii$9wE=u-CV&TW&G?KbzG$(t7+@6*f`a(;N!&L!O= zEx%FmBEya8Sh34h_hsRx<)ViVH-={Dxfu`YOT~*mtF*R0V{LS{#adzZ!BgXcj^Q~H zA`ch>7#bbxNpVF81o8m*Yy>{P-Z_Oa}Z5k~t- zkKXHH=c>J0>!g(BI!kN^dO9N5vST%17c9 z1*c4QHG8OE}dn4ZAKFa5}Jm>d)&G6C$hDbN%c<-W%pb z%Bny?N^5YPGWnFm{^*xnPSIR9sZJl?U}}hw-M$fiCxB$17~0t~#`FLU*>2kK97}UG z*;3yK5|!gsnTcYdBtazmPfAtX6y z#o-u@U$TZsQeO<-C+`!+`6(%=I&Sp3n)xH!r)tcPsWC?OVS-Fww|TPmY|5{}lE|73UewzNV5-eJ}V>5Vmd;Ft;Dt$q&({r2uK!Gh?{FZC09Ik#y#(7 z>XGz=dCB8s;4DxB^9q5S1!kMB-fE5lD1)D0i_Mi;0EsM$frOU#IdKl5UL*%M2@kWq z0G`AEbI1n#{w0l`Hn&-lxal!U)Ma9D?B~D^Zc6xxJ2I7q(vEZ|_McO>xyf;}x>+J2 zzh15Q2<|y=K_$;*yQA|BjEj8lk!$IFmBII>M>ua?#p*w*PP`9QK9Trl*(f;uB=)K%rvVF{G{)9awjlocw2$4v2VSznK%L<71LHJWkvvR?=VL4qwyn*z!D9AY=36mhGq}y_CkJ6pcznh ztP`jUG;gkqlHwD&<+Qc6=`LH{vy9$YidSmAC7um1BPHhY>-DiFn`3Ls6&?|D zSbiOyYrU{bXm{Yj6o=W<-7|xu#~u%77mLl0pBj)Fd*04BB_gF0-FU>rib*h5URO*f znq%XJL1l6-LFVY_3yFybQ?!DqU%WmhHKm!wr<A5*IKLCe(% zP3aUh6i$>yK?S*6}~XMFN_K!Gl-Sh6T-e+k(VAW?;cVaHHD#tkiaLQ zW$ZiQ<;?H)1T}oVa0yFW&U9A*DFk+Oz;A3~N8q^j0SXKnicv)>C$c5t&r1M(Ln@OZ z_RXV`crAc##|pq7Y{t)Ak)SOW)!-NuK!%b6f(Y45=;rFnm}anE1zyKuh)5v{a-&-9fws64+C%EtF@+{Q3oN?SCK!%1?sQJ~6dO4*h zP2U&-h5({Wk6U2h&(_bre`%cke|hCyd}C-YI9BheaLx8-Cic|NWSt~F$MuWnzPT#O zj#u1d{?I7WzUNg;;^=MP0S}PMqR0|EKlYx)4yk}wst{aJdUT{?_?9J_Q}PMF_01LV zrd-5%iXOd@=l$`-5RQHT*_;R)b-Hgq|3<>+b$6#g4~7;XHGBeF=^!@q6pBDGz?7At z3Y^IijHL*1fS#T+!AQD^f$suTnf{w+F8YjSjcqQDt($v363>9!IX~| zYC0wI&bJqRYO)g=F{3cJ8R9=X!$vD1K#sSRh+>XSjve+~=?J{T5FXV1%c~KA#CXJ&dlV-G$z!jsfj2qI-Qiw$f!OX3M3uEi1-pj#ExPUHnoGMi3 z0B)LrCXMykStkYCJi%LX4-G&=kCZh-8Vtk9QJPKL@T3g98ED%`XW ztG9dQ!q5IpY9)U8skZ8)A%oSE%**Y*y0dw;cMcP%E2|eJ(vKUT5t`COZt$6Hp-7rJ z)d>zHDW!k0llAKRkt&+Eu1+Ads5MpFS$=;}b0 z)avENa_nE~t6#B;4KOIRwbjj&c26BTGko*sZ|wtT%wO@0HJkQ4KOCq~9xi7*lvBM* za!jJi#OgZbM!uPfSw^Gz6#BsgdMeo%d*@j1yX9jM^uPchm=oC$QbxEJ%SAy^jlsYi%j`NK^HxY=uToS9>3v-B`ZM57ShUCYe)CEKg~R4)WWfy|vi z3vI7rM4_ShC?(w00@$eL?9wg8s3*)4R9wA_b)isncNDXwTav4OtZx+0JTLPrkgG{w%}j~;Yn?$)Bb}*FEH7%YM?4`!5JLgLxKlG_9}hqv5D?0-1D_wkI1mDE zd67luD@Kdamh}itySyVdAQZvwTlOwW@XN?y&8=P^UXB)Blf|&`AWbEs&CYZqqWsNt zK8nbb9!SwE5GoWSJ&->Zrq#`++Fd599B7O*E%-+5@!6B);45lHzn4J!KZBE}|EqBF zdZ(eSEoBV9uNFFj^ezJx>js2X%qpUsZ{Xix42PIGixP5lu33_tA2T) zeg1gKG09z&w2qI0P$rvfa8( zjJ;}nQh8K~Et72jg2+dt`bES*Q&hP48O!SNdJ&ULigI+@VgxlVZ%z*?PPFSvPtz)k z{PJYulPi(!J;7hC&UZcuEB|=0sO;(Ce4j!Gk4cyN^Peh>TNb`ZIt@L1@BPk$HU7>M z!FL=-XQ`#eSw6l#*7P+fxk&l_w%+JymZHR48CqYdr(Yj?`C0Q+(_x1qW!ara-fxVX zr4G!{($F~cHK^&Da@-f{Xwj$_&kpCyF&HWeDU4n}S!*FptAB5lF?*9{*!YyA{BU(c z-gwTD&Li0yxOUOsZi|2MY2<-`+O9bR*&+oydwUR@br*-3Or!M7n=U+b72>)G%F{7= zjDtHO=-Jz?VSx`FJl*EJykPp7(Ya*{MgQ zpr|Y$L+;xJw}^@XswP38@LC_RDgH~+7OsRlDypo$EMJfAf~Sk89&>hYa4>voa@(oK zaS2Y=xj9>P+zpr>s3TtnkNz-~LRd9&2?$}}iOpekOa#f!1UuP>rq#K!fupK+TSgdr z(6*Rp^lJbTLAWVV4P@uYmqC|5?4c1(UUdl)Au#+?DCV0W3f)eg^omUTs!mY%=SG3u zJIFED2oQl2|A`d-feHSJ%g-ucwd(;!xZSI7l`!g(vuOoYNz2jcTsc57`y}?H4u!`R z(xl{#j0AiIs6?*NEJIf);y@wn#J3f2CbJ(1ns`m`W&2c1Lke?g3pji=es$7v50$f~ zc)%+RB&mr^n{xFv05s0G`WjZ#sGQ~3PzJEoqptmm$-=S;WU@8RV=l4}^Q2U^Zr(Jr zJZuA4Ri=lq6O6oO1S||g4Y)i|7e*}MLe**X&Cpw1kAW+&2mDi?nX#)q)f&X|uZ{wA z{$B10?D7n5*aeR;`%wK3u?oD)Y|KMI@Q(n&KP)?f0PmJ&ELsAn`#BR{t@C5dk;+$* zlpRXI7XyAZz1IyaO>?s_AVi0udfgGkO8BRw5w~rHnuo^s8pKOX%`?Nj7?u$4)C-Lx zxAbNREu$dygMP%ux)a#ApGy(w7_J2MDmHIAM`)TE=9R6}L}@&eg`or}?IHcc3!`Dz z+g8b{^aIvGX$eB&k^bI?+vK;HE$uTNZpIsAO__Ht6UROuO>H7&Jut$_u1-nasCB&b z@|^S}Q1&F~&1Ch{TmneV9qB&53ma=IgaFoslBn{z8Z1BIMSWTx2W+f1MdFk0$UvXn z$BfIcZOx2_2<-nFoJrPse3)cL8r`)GPnr7q-T?v*DKkbjJpo~anHGpxocZo@T?eE& zX(?IO#3-}U5=trw({e>T?VCusw5Z^-P^A710`z*J=j~-!bX`*?sHuabK5hwMNp8mP z(N(0z0pN=iuDKb%iY2tV7f0kU1P&t1iB zF0Ue_?w4T>3?b~xz|*@iS7;9iVgg9DU6It<^DU2-n_ak?6nOI+)akCe0(L*n?XR$V ziiDGj^TR0_DwF^)NB}-1el2{Qcwx(`153Cwe;oC8wS%Vbv9Sb%OF<4moj0sWGg-4V z1gvUSUTk2uim`ryA?v_NRgx!P3#mpe;X0Jw*p8Ni))UUoM|wksMefk_(A$f)ru83pPKuC zT^y*KmKxLNmjY}BCV@Ht@Ct$_hE>!K44%U7)foV42nI27MJzgJ8$ISRV`F5s00`$~ z;FGoJxlf`kiX@2b=69BM3~${KL@2q?k+lRR16H8q=4B{p^)0;a$Ko#&urh#-zj#!C zip%np7wN3MEl}=OMAjo21OQzCd`4b<1561>Fi-}}bqA#TDt2^u_e}+sMz~fYu@>PD zD+0rkvfH1YTr_ByfFMnoR}myoTtSfR%=njN^&zVOzROQW4J6_{2w)6{Z-ZNgG9>Eb z+}&aC9ZMsR-^frAk>U;X?n`sWHx@e&Uy<|_nXmvY*$-qm_8n2lEe2!L>W}eZI-*)% zwg*BNY&sn{cS6pQ;M3*dM9^ruRkTdPT!@<#;|t@!M2)(<_R!^kKz;QD;1e%2W{~64 zJfI35MFu~*8Fux+*(sN+kDnzAX?Qt>4tIsTXwlDTc{^bHb*~>w^;pCqmiDXexUUaF z2k)pM&I`RZY?HDbOy=IKxAVTj82faL?Db~mLNDy3qc$rS5kYknr8wj~)x$w`?+@7u;h4p?(^!e7E>uARc$i;*%Otru`-*-Rq9 z&sur6j0YJQ`sCSb8sIlgF^t9Ak6C06rTc}P@y+9J)aKfHyL8^zr*ng9b4TFw1C``4 zCr5Kod2InIuine>nIwP$6|mL)K#59db6Jty{KC2n4W}IQKmwZV zE>jn#N$x2Vb77MDD7~nTq$;U|b8&Rj4oRDO;<{N!*poxE4d4bGbbFsFzR|Esbltm`LU!8X6lR zt7dw~%tLH6@igO}{hDOeNoj8UVKgn^ryGtLalq^eew1eu&Yq1zdYZr7{e8{~O zb^;hpD9QLJ8rapgeIZbY1}fpFX3~7QOVZw7w(7XUDLNHI2pSayb3yvI6~IQ)7q;X) z0q?PT3oUkIn$y4B6-9N7^m1K3Rl|Gr*th zb#9d`B7pNHWw{POTa}(?@@N6N0zW_4C;dO>-a0O-?du;Oh5?4|5QzclkQ7iG^{X^`#)0VxTQkOpaxZX~6oQA&^wK|;XqnSra`&&PY8=Xw49`8oI8%ei>Y*=O&y z*V^y*dapgmaYk4J< z=YlX-WV<`<@ci*Rdlp{qeo1D@XHTR>Z5TJ6kkK7sKG`wLyK0v9HMeN>k?t0c)77EE zoXaEhYp)L|ZPV+&EiCIlQPWcLn4Hb1nv2roj}H~T5oY;#C2~Qq!tB;;5SRi@TS4^e z6$8xh-^uYRel{>ADN1;V*IfzG4C2{mgOTM=k(q<@{5`_x-F@CBgV8`B_v1erJ@Qq4 zA{D92VgORHYjz#S{?gpv>4AAm(ntwhiO%_Y&*E#zy?QTQ4=1A>eQLp$n;ED-(A4G} z9DV#~`=8IH%-hd!dXUkE?#dr6vTeqtwK(K#uN<{}Zg1?`6qNU9#R&{dOKRfV8cS0v zd6`te3BFUS&>WNI^CGEtd_aMm?NA{tF{J5oOQ(2lw$h9;dT+-=vtYp>ez{S%reVhFDi;!~^ht2L5XvYPOwPAIep-fHGXfU; zA(Z>}lG0ms5-x4MC!Wb3tDc?|sRIXgqIY>ObK0Hg*VqerEbiPKLCZ2HlHI9i~V4nE-8uI%qJognE zdv4QJeejL-jB`2?U=u;>|DMB9Lf5yec<@y?qfJ3)Y#O61K= zE<>QH+Pky>H`z9YI`{c8)&g?5Z%ddq6siz~;Jp{=#S8V|Bgl2-3ox+QHIrv;Jv?2H zNkfAIbg&bsO%=aQ;3wldz9KO$@snAwiqUcZCvDprEy`e*&Dnj%(J=MPVh6Lhh2h&czBL_q^zB+Sy!5n7}u z#NAYIEE=)aHwNhat&BC&LRu7n=%z;@I5y(YNj5^Ry@8y@f1I60Siul{{5xXk8vsXz zr|&O#`~@>Q)sHV&Um*9e_xH1unUfugo)3>)2$!>PTDdXWxPeE5{HUO(Cd{AMG)2I` z85|7TvrKXO+q2z&JL|XdkVl}YDBw-|SsWK({#}Mkq*CDntBhd&6nG82m`8l zZNQ{^&W7> z4O0cRjBT;H$xXC=vZIoBpQ2(4XW?g#ES8B;Xd%^Qz}FX3JiBXzQ5EELRyXR+ZiLle z+T=_V;I<^SEEIo_ z+rL(3X~4ti9=e17E#myesr_@rc_$M|^C`}2UTRM;H1fo+%9($RpnPa&K)|xBU@QTH zeC5Fh(u#L3)b#<$X88+yH^!$XMq{=F4!>Adf5zbaJRjhw^hrz8_GvcRDgJl{=q?H~ z$$-1$p?}BET&!3|@8e(LhW^#yrR{bz$;tm*W~~`q-#i5Z=RZZ9KXPN6%>XynvukRA zVO|p^TIFXPR>CJ7{LB%h_GH3bJuQDeW<`ynk&YI7e|s$Ji5*B%K^SbbgRlJRt-s>Wp{PTsw1ksPU5I*8M&n`j; z(gs5ZA`$)zjs?%gNSBWOZf|ougkZ{+lblC9RO0}ZMe3j=er7yc4NPqj}^Re$bF z2}J#Lxy0oW&Xe#w&SVK);|;rD$CUXR5Tpy>^8rdD8R_!L2(jv+XowbwbI`}Q5K19q zg`{`RzUatujKQJ1L$?Ad;K2cg{*fSbSL%s3JS36Mm$9U-h5f37V?4t`w>Xs>;fzJ zjnRrZb`2T&`LvupdgY%_^YM5nsDeCnN@`XMABvH-_ITj zP9d*q!-N+-aqLF$XRRm~HnYnd|2FlUA)@nw`s+eOrjQ9oaiC|}Yd-@_SbWcp?0++1 zPYW-YFfb@hZirdLNH*oN*DIcJ4&S3b zOYuQQ7&1cMdgvu&+~J^CuY$g*_q7hz52gSz!1QS81E`8Dap$>ikmv}|ONkf8L|G5T zy)dTo80~Q>y4@=ZlweVAyrS~(;~t&kB%=+YX;~2rqy4r45wy^Zt#2lt!Inr9{xexAWz9 z8{Kyk_cQUiE`{;&-fX?BWM1VIji$J61@(qFB>#{N;5)UfWB?Ho;a$y!qV#=IM zRKp79Y}HvlYHt&sP*NsfrR5T+a4scyutso`QYne4UR_EIaLMv{!Ul;A_0LL+N`qM{ zrS0NIQ#H1xoDQ79JVb7d;61#DzxM5kB_+9zw!L16m8LzuMEu?pwEd9$sLcX7-iBKh z5Q*db0^EB>`KW|2Fub}3>Z1n{8^O;lcfim=h+$hiVLq)~J};O0BaGP0Y44_fQ+wo) zVXBaa1$_;I0Ho8pX!VI`HT+hs+c0-H^BXS$l^Yy4zksM;q1NIxXap9+F?P_YPc-S# z5qA?urH7o*Ln`1nKrU3&4;>CYl7Irj2qoyvYu&b2rqDdEcf24J z7ziRv5K06)Q4WSR?e(19af;Ph$E3jrzjq z$m)A$CnWq3%DE2Q!>jr>ffXh}Gal52j^OG8L~ADLeLA^(0ugucs|=d``U!pr=sX}^ zW~>BsA_Q|+9}*nEfyFd^MX@gsMdpu1dk?o*O(ZWNo*oLd^B`RM>*tgA!mEt--2`EbqO?;7OMAt==D$>4sGU#x1Q5Q$_;Ls zN-uAVTpeSRC*L!A;h7;@w7apyT~U)}@w&lES9SP@mr5JSWln5d5j^x`@tPQs&yOT} z_L)3C_J`gNjc2qR>)D#xdoxzp|69?(wV(}ULpG5{cF?&v^}iXI^T~-^I(J=10dYei z&Ad5HOakdwR2X1h;OlC;+GR@X?ViE83j}nN<5$-t{LDyxIWUu_8_LVd3;LnJ10w(I zzzhw~Q_%GhvIs?^KcHxwqZZ9n?Gm?PT%?TlqxVh-y2Q{~^-xNhF7!;)l&3f8((T*j zuQ?@xq%~qB$n~z8eclesY-nTOEa5Ts?Tkv~r#jr|9t@QKAr%nlbeP8e880U~=2T;? z_gg?<8#S}s%*jH-qdYn&!b?pi|={Xxi>NN#)X$ocl*(6X;-kEYFf5!(`JrqH3WpeJ{t`e4e0aF`?90c~>yYr66hdClvFB7!eiI%_6rR_5|*LH7RRl`jTTNSYnc z(%272`@l0pMMVUwShv7V*!E`PGNQBMrRpe;4pP$#pUU|Dgs$jb6g zY{+9(8rGIIA6j0Qt559CoslvgF8#MtB$c&>S_L0|f$1k3~_)o+u=2C+bp=g%E@Q z1O^tRF!5Uiid(d>Lso)1bOM7b=M$~j8+yxy&?P(*>AxTt^zc1;IMQiUE5dADV79Tm z@7}X?N-LqiF9RzA(+CCj&RdktSKVDW%$s;UUst z2oW@AlQ%#4c}52$9Ywhi6JHPuE{PA%c@R*n%5}#qoX%)E8*pVlG(kZp{fy5jFB*Uc z4_c83y8QF(-O3Y{CANpq$NRkFT=e2?kwA|Opq9MCFccf?0U?~JHOMdR@{n*ao!;pz znJ#}cuPDNeQ3WXgEKzq1onZ$LrIr%Xa2#<=m zDcu)u0=9<)6)u<7MPFSe0^SirG@*tr)w{ZA;y&b8KijWJd=VJx0U=z!H4N;2ryL3- zQlTK53{m)=D4c{9)#Cvg4CIFj`$CJ)Zu>NbkT1fX_h72<0Ke8jw~$7#fbAuXYEm6r z-1>6faet+X?nY(jon>m(qOVV;L~0!<)OgxeyIYu2JB*IRUuLbAbdOn7OsLA&`rpWL z(|S2NW3q3gmR$GA>JK@@ z6?^=vl83Z5<)e*Cn3$%|jy` z&|3bq%n=F*v=7t{z<}ocT}$+P(=Oal!uyCMZa~@}wTt%^L}elA6Fh=?IT|ZihamGq zo(lfQcJnC7bf1;R>^CXJvWdn%-w4c!pW^v`e)i%$?63=DnR#}l4s|z_3X(}I1LdCE zEFai9RwLFMdEyOu^)= zVsrnfiL>t(*&D`Mv9cyc zU?B4%mulZ_pSVWS-$4St6{50w&|>V?4Mq<`>yIpUthh%gd+MnC!5=M^T`})=(rSCW z$JQf_l6r6}R%?iszQ5~J)#}Tt&U_AS^S93qTSDrJ`MIqK3ACC)Eui@jP%{@k6mM33 z)&g!5IkPe9!WFl+T9vquitYSTExky-?h)BYJ1xqH4{e)XUrx#Vsz7a9=Rz(E>7pGxHLGx=Oc*5mI~jZJP_kpgyswTc4WRzAin99q|VM- zyjw|$I-Pg9J%w>pi!j;echw2=LQzexr1aD3?r@g5n``A2ljl+CeYc;8(I#6Xl~m*m zC5@*KO!YrOuUIUdc>GAKnB{0plS}U!(>4L~{?Z{`$Vd~~+qgPELzSMqr=zz%tV0u3 zc62nhFUPZLQXipgst1HgNERQn-r!kkhD5<4)VINq8)wS4)`Mzdtw`mzrSqn7~hmk1rR*ubv`euBIxPdha ze_DAmN6JOYxqtlI#6`>whl~hQ7_hWp0^Sh@H1D5g2k(W*Ya?L_F*^dbu6(9mLaCmO zganOX3wVEElk`L2I!9NcS50BwlJeTEtRWB+<|Gr)S$kfEb*pm_^+n-o+T_oE_d#mQB%UMUm@4>pHk@sF^sf9Bsw6k^Apky(nwAif-RSVcWcrfQj>9nmhsbvL^`p+yq*_;C zI^0}yFCY6>+TCK(uN>ed99sK+T4I{>tzAkk*zWf3i_3V^`YuI~FdU+;}?M$ z)ybf}&bojB%nn9QkF%0p$g3_sRL%84{3OCI2IqbV4dQbZgwGR!VPxxt@%b7}jNmMt ziB2F|AsOfCaFOr(fb_K-G;dPxSoRjI4O(^*FP&x8+5=QE2=MX4hKUb}5E8{n_^M)W zd_KK=W;GIDxxyC~e|y1x>sw8?fQ2PP2)V1gHuD6;kMlW45ljaVD_bv$tV+a%&cOd^%= zW-Kol0es8*2lv5E=b#)9M*1*6FuPLd=}9zhrUpgAXC7a*bjjO=Jg3`rfL5tGr){h-*Nh6-+YX;gWZJi=aWI~>4plo~)b`Lw8D*MM z>Ssf10U&RJ3p09xWvbp((zH%xV(?mk zEUZL-=z4Fnlnw(oF2|P>FUW?xkVs7boh=8K-Uy!fhhtxJQA#FnR@AF$}* zS#%_9FXQ<*ACEwbsZ2X8O=#p?E5$zvYsY>VBXnaa6aS|8LB@>=?`m5};MYh}}e$($dq!B^grx#N;3%V|6d zptchZBb4;RCTJev^0^Nr>>0%M;Kh5P`cY5@aPR;*p~WfvIPjAw{howhi3efF#m|sa zJ=ao9WQyONuz8Tn=g!5o*88Ee(HGbHc@X-o8@80O@5EP`zQ5@oCHTG3^yP`AQqYZ0 zTd(@NEgOg(D!pl+o}%Sxj`ZDEnpiI)NM(0$lfGS;8 zNj@*v<;9({p2n`Z>^HPOqW3!V3Px9PbsJ@UUN_2}THmHRL9XR~O)OOg9#TXNCgS+F z=yYDKE*Z{94E#mO>d1>f3cwli&u??g?g@%Yp?1v9Kj&ub%>D;8zzy#HAmYr`{J*II;{T=wxH21vPy>K}xeG*KI~z6L zVf{xn!1=5Er3OIEND`n9jseKc4EUSgJPRE`V@#8fx=fOnx7vT=`~myR=P`83Nd}BN ze5UUt-@F!*WL^*>bnz1j;Ojbbrtp;i$h`7quPf@NOlC{C^5M3vf&ISFgyGpDmrU&h zZVL98c5kLB&*j7dDZjJ|W$s*M?mN#fvE%k-`aH)vnl<+4FOR{BRn7@yDjO1Mr_9xV zEiNGR;(5T*gS1Gj&$Gs{{N-d=8f>KKda$zWH`cYZH|j5YYEwN5EZqo@%^EZ3-I8B8 z+shE)JRTl9<4@8}TFmma|CDl9t?X!DT8Y8oz;6A}R)kguSq0ZF!F^1h!0Vj-U-vKSe_tX8naQR{Gt9+rZ&I_y>Jq;wmy01E{^{w1_{=REfS5c!%Kes)_h210gqs3$T z#h+;iaT~awp(pW<6d~4MiJLv|oNugm4!$qOq*3nRfnlI|pfY0LTm2%_(gM5~=>ZIb{K77H{^SN|k^H6Z z4cjkDN&&XkV)hz{1drbhg5%H>i?qRWVJ;Y?xQ43edLc#df`&Ih!+&OuUNwFkyn4~6 z;+`eXbzGmER!;!x4Ic%`OqOG zxUM1 zfVg69aU7@!BcP)sv~?%^>&HFe+P515al__6802IxO*%q@DiNX$r~_=Ts>D9_?s+{N z6y)cj#k~A0Yjh?M*Z(VXbJ}lZg_O-B@@kMBS+m(M;i4>IA^0DZyH^7hl)IQTn&-$dkZ=*KYVvoBs&`S^e&_UEW5tc5E4 zHehG6@H-dzJa%`ODpD^1^tLMc{Pf)?LlFvK{c>d=Z51jF#T7sJ&F6EB-7RfO(-{zSC#7yZFgg3M`0Lt@}i=JMQ8Mu&mq(`aa&))fT88VW_*Z!p9HbRNiGG5K_cd@!}-x zAQr#37dz^y&OKGn^$x-$|Er4;G0ZsPQN%0YeFFskwBrI0!w~O$!CFizK1&oO0L=oM zAGDr$xsId3`B!`;E$^@2k9a)1XURGc?X1fd`SJZ$Q4=8tsxD_{eeZ3K{Dn=5GLH$d zGz+Kv_uJ^>#KMoQt2)4VWW`gc!(Dc~pM+h}o@E&31s1H-j@Md$kJj*#(a}fgF9vN% zcU-f`i$KHS;9iq8F;rSsZ)yRDHW*WWOEaUwHd7bfk~Ps+0@jyp;IAKz$pjp{A@%`i zE`mX>4XqWnt0uKB%VQ-s3cAeK`l7wFYhqU$a{AR~>Q|@xqJ1;&3Qx!~7gbqEqf}Nz zZSY%J(mJMgD>A&a>Si>Y$UFE^OZc&0ozxCXb0R?ySB_K<{GuItMZ;q; zC-Kd1>5GxIm$%b1Zp$mHZ{sl;PWWuUiJ@+T@QBIS^AS378^j$j6&ce*xC?5wbBZ=P zgN@48n|hwHiFaZF3toyIY|Go#Mi@a*bVQFOD0x88D(G=uTuxw<1mGdxl-iZBTb~-K6CwGFhx^zYY!W zFF3Me*giIW_G0{wtz?Q+FYff(8FegLVAupE z$8d?!*@c*1;+UMTx9-Q>ogp~UtbIX#P51JnnM{spUly*pw}1Z z@FO7hu@W1TGtqD<@gX@%yCz{`!c!TlZnA_jbfXPos1J^MK}h_#g1fl`a_`ZSVIiu_ zHn#x_A79BcLn0Y&p62Mp3H5wm%&SZ|nI<%&H{g(-Cddj(FqeGwMCILJ&(xHPGK<|x z8-89GX&3p5N~TQaTS*&!dV-Kg-Or2KS8{s5V6OR+H^K`x$J46UXJ*Q;V9|7*{#a_W z@t^ktKJcw%>*HlWXGRDyAfWs)*EZi4+-_S^N6GB>;`}cNGMoKKeg!Ie3~!)zVesjH zM-#oR5WLogLh7f-RJ1po219(j@1%dBB|=N(4G_8VvX@h*R!fk*yIU5G<5N*jNU0m9 z9^-efM8(mO<-tAl5K{Ly2Uf`}+%K~B&yHdk>a4viDRjg%K3GiE1;02c#FbU?5IA}^ zR`U%PF@EQW4GNh2<6&Do*n|~xxvwxCrI_&l5pSW z`49o4soVGC=TbEHMD#-ey*3q~*QT2zr~JM8l*?Qh@(ZLfH<4%1nScEc>hY6q`H9egok{?NR^N==sU*V_t;RZ~`dVgqur%vTmx$&**ySjes>*zrsweBKEWIsq?M+ND?R_=DU2p|)Lp z`O9`&vr;zRfKk=vcGYHF*(IXKW{*gD^CR))RMqcD=PPLVyO@=>9cMH2voWaBQ73bh z1uUti6(bSawQ>P0a|;AQ>&bqzy(naFBkbDfQE)5nxz)Iv4e7o7GyXOCPshVGBJP{= zJ?*ifMc?l^&6wZNC@OlHM4wlis??cX`@!A^p`GKp>N6ZVn{K8k!TjuKg9@RY)Afc1 z>-uf-Zp}|{+^})0`)=zt;^sN5lV%?9x60C*{5CqW7t7qn2<4^Y{{K!(YpLd+QHN%O^#X+Iiv>w?m1#h+3Jot2&o)9A~*tNDG) zz25zT7}{Lon?G?HiOU5hivlaIc;`eQFc~1(PL!*jBLZHg-Ftjo)c7+h!R8jlkPcQ` zhy1y!&4sWM_{Za1)iw}XEKJw(<_+5qCBO4>Q%P^LebI7!R^Qs-bUP*Vs?=R1#B2AK zB)U#;UmS4{ZZbrvDJufwwW!12?a>>%cPr4u-APU2jq$}!?*X2U*e8X=1%`F89S0Ny zFT_ayhD3-k0Hgvcu3tc{crdh>4xx{x0KiAPTvxyATBp75`F5Zs0jUIi*;SYg&0Wz|2QEeCON;LS~ z&wfLQ5PwP{=h})Y<2~ffg8?Nxpj-?i3A&39KZjhvI1i)F{e(;{2)+7G@f>0d5!y3g z42|XR;7ewwPy!Io0~qfuf|uvO4%lDitu93VTww=n=^@V5VsN>qJ>8QC5TIBJL*P?L zL<^|74YLa#TqvbMq859ihZ6{xhe8ObA3uc7{%nAcN4?Sc#xCa_rGY?c!RP&C>-t*B z&OD>a$Y|U%d;2FDKvWM6{;5N>HdLFE7OvHx&x9jtldk|M4K+$yQ{)DK7J=ZZ-~)}LE ztubDwHv|0Ex3)1)z=p-_ekKf(4gI_HG?4#ESzJ%r~Dg4LwMMKglLx}|1S^?1qg98C`)z!2GMN)2Z%O7|3`>s z`xitre|TS0=rIG9PFH=R>buuoP;(Kien;ySLV=0NFx0+7v@2@si_{hhLxBVbCBe^w z@k^-M>)wTuN9O+DAX)?t+f!mFCjz2{K^HL7t{h9PiEt!rd?a54KWF~?vdmjWKs5GW zAR6+W|AJ_GNQk!WMBLcw_BV*OH_7j=#a_IV>5zh zjZ2t5#`4y8tS!--A!X=m*Gac?yr!rq@Lon+`jn}?W8ug`Z%e$K>O$_J#fuS?OUwpC zBaO7|$`q5mmg^;fcDJz0;?ZgXmXNakP+ae;+az}$p!i}X6n1euS`ES)SJt0S>`lv( z3-V&k5nV&ydGA!MD5t|=N-N+{fOlEQvLOKrYA-lEBRFGe@02a<$rC%fGKf_>*My%X z%i82XHoj|P^u7G}L4^3ev(i;UgZz&_?3nY^iiy`D!h>&#Gd5Ew(uj-J-oA7WCZ1wu zuB_cC5@fdLb@WNmXHHB}m=R6`S!i*X*u5vj(*;>=3V2H z1&DC7T%?>#jT6|(Rnc~K6TRk3&U<1~G9tD0Ib96CW*Khc_!r}YGU|OY@7O()nn?7o zJIpESBt0YU94_^}Dv}4KWgo}>md?c$X0xoTkG0{ibzPB^-j6){^F1!zWM(5S#BT?& zl^i$GvP1!Z)<$4|4$yEA_wH?D*KcXC4jnmLBg;Km*2>H}o$Mj_=2NfFrMu|Qc;ldj zNIRgIe7${YTijvGKd*;CT30DRefK&sUXf78mc7SArUXorbbO|oAH;E_b8L3i<0n(X zc0$gcsT(SkB2+NkX9qiCujlYQI#=W+AH)1C^!;tWlS{x1F3uUX`!`&MwB|qIvJpD3{~IoI z18|u|3Qyy|;WFT9|3ATH3xCFCIsivA@uPG4-*6f7B`zGm@3_nhgA6j5iE$Pa*TzOT z#a~}Ys!7zY95>RrRg|6;x8m}5TxPgb-$ISVWn}u|L6{!3uO2g(@xN6U+g%?>gz*hi zOi6I?*`b(I8-jVbz2Ef)1y^V$40J-Y9xdquxXha8@3?HgMD;Q;l?;VspLT&m5H!vk za|o44@1=E_d3eXiJ1(RBrCn1#X2zoQ(ab|hlDU$0QS)YS7|DkiW}VRIib-gPR&7Rl zRUN~7uXA~8)~;Q#Mc}f}KXKV|a&hglU*Gk)?`gD@W7dW?^KFK2)jx(2x5(It1E2I1 z;&N9x1yCmsJr`7mNbGUuv$9{f%<2~|qu-(-x}HkZ)JQ156jwC!W{vb=dln?la!lgB zMy21DkGps~OMd=Wvq@h!36Z?|%gk6ZS@$bEZ$Im-EA~d zzyXv1T9ZFuNW?=fEG_2KBVTTkjxDrLb2q)n@2}I6I?mbSiD~9ihlT4HC(S?}3lmR# z`zAfg`(lqnEklrI+xp#mE3>_^Wipqn2RUUQfn1_A0nbuy3Ci8l! zX_R5Mq^t=I>;WxmjJ{W5FH39YRdgnb1j;^>1p5dSeAI@nFoXCO7IX@9?TiV?b2%RF z)~0E*C4&dFC|8@kcDyrN$@?RQ7_i@jzT8h>)rf&WY-hx0HtpH%wbtU8Q2f>9r9W7( z_xUQ3&E{{t(d4k3q9itu@#7)ve+k|DLF^5V^iv?pt(C}=T-Y~=ewJG5S8p-bK>8hH zs%FyhTKtD16phNMytz`hfCH%ppGa-T^n(RFi$`bl4bNslAFf}af)!VH@m{NjIYo~t zTobRHdHzwUkoQaCY9YHP=hP^233U$J|8qN1@;{F&!Z`kOFVYi0^;6x&gU=6KauYcI zkfXIXFnX+KZSMHQ9=QoPW6=4Qxvs=c`XJ%(?>YXHFcho~wN~;Up5&-?dxhW%A?F1; z5rNT@9&ya-7gOPhzX{zC)`7G5T=oHA9rZXM5Z!+__4nspSV>$nViVf{>ggKEy8V)K2+HS#;cbeQN|I@S(_$BZ*PkIc0WFR6%{3UfpK4 zrY0)Xs(9}r_oRpBTX>~?&xS}|ypR}Ig0t~q5afoU7#e!z^alCgXGOQbk%=);lDX09 z<%^>B(8PeNot~nYTQt^0fGI^^Kg9dRP;YbQRd7x)%4d||W9I1__glyHjH%a(8I8rh zyol^x>iNc^#WbZ^$+8FS{rreEu}C7iVrhokVIw>9EIT~57T8A^eCNf{sKJ$9dUN!@juhM zcZX3xuuQ5phrCYv+do^z&w7<9LT5hz4JH zaaEA92_EbLIV!vp1kjDB&l3Tg(U!9XqQ?QOapBF3$+-xQOmkucKH1VL5G zec^jw2a<3DJ@YaH<)-xl1Fn(h%WnmpcduZJ%Ll^w^~#wC9}Ln+go;0Fl99>J%9V<7 zj^}8yEP7m_&6vl_)RF)-qCa^`A34PgMk%Hm^I@;RCHrcXH(rZQdg~=x+k4M%2jKKv z9$1IhVHJwO$J;O&ke02nq`*o#b&ZAd_!!#fqcq4%mG5<#H(kBoCpV%j#Ecajz$n+T zj=MFraD#;0xN+^(t>&vQ$;@KNVZW2^$UoL7nD|)ObCS{DZN;X0oAwh&6_&B{onP#Qem4H9O ztx$htiS_MJ_09*4#jh06tk{x?4luLJy4902JNgPuoLq)zzV}ec-Us_cPQ8mjd+5j= zWUGP?Q*&3IQurYP&4~5CnsM;xecKi4+}G;A0ab*_HCD#cWCA9K27Ld*zq+oUDyoFv zU6;WaJl~t9phFojIjpqT7{dt{zH5!?!4yM=Lh&to3@UO@z<2GT`qwOt5*2x`cinHE z?towrTV2I2-Md7F&TKj$>sF5bu6LldsAUa{4^)zvAd1N}P{f^QIEuoA!y~qaGt9F_ z3WPd+NB`V$Sw&W+oCNMKIF}7oaf$6^s#kINxbuUds6Ln}_(4v`e)$z2_6zTin}rvs z3QSQGLY>Q;YnM3}Et`{;BUpsouH`3kJZ=8+0Fv-wRCQPbChY@7d_3hKlOlvHO#|Fi z>4X^#lV!V|s`cF&^KgnRSI`8^_q3^oNM4M8jV z>cBtQH)e&pA;P{Z(c3i^`ECZ}vcJ=`H2xy|)Ocv_vvtlZmYk6$k^z*t3TtJTRDVeq zKK$ke)`aRf!|(XY{ggg)6%CP!$zE=XKP53|9HveCXxA@=P zX?xh^b*RJuh!J;EV{PC zUKstM#pD?VIw<4%M70Ucc%4z+xVASv%qV`^g*P2&sU$4J)NUVqwm>L-IMRHwE7gX>Ad@-#AWdHp{2h~s6<*T zWEh$?O3ig6zBqNpGkdTwjIkhC0;jkJo7keFOpsTZo;1-)SrDD%ir871k&#SE)a5mt z1?r=W1c=SFM_c?g>*kxQ-jNPwLv2=vn+q=Q2&f2?r^_AdvF*enuTkmPuo~t9LMXf(%7cCb?=b* z_T)gp8#am@ESGHTqBooDp;`At#Nu|&26E|5_#adlDyzH*Bndpu1N*3;W#;kD=it50 z181?##>P6R1lHt%q__5<7lG?=+^Cu~Md_ z0$X~D+Wj`ZsBK;_xR-d=Ah9IJD>Cs-eFOjdr`2j6hd8KiBY3n2e6LKHB5% z#T2MPtqh!z80Cd1ldCcPk{u7^a&$0%e6aRQnFuK+3}90%j_BZo_+X0YF7vC;?Vj=~ z#>$W&|8Ex$*K-`=?E>7_ytwuc)339yzl^mQKFGZb6OOf2k$U@zgymt>gOR!i{Fkq1 z7zEwQ98a&R_f`Bh|I|6owK;wk&DjQ1HzvH?3BL}u>^irki}UztiSq;9CNp7YgIMy^ zK0Q6RyE)57m7e#WlE*ZLEQ{dR=`Ra6H(^?XlbsouslHy3DaGQ?>}Bss=xs5N<9S;6 zg6D1Oi-lV<`4jOkUtG7@M^#<4pB5L*R>Zz_>P5=Q@sihaRQ%NIGpBuMb}wbcz!)@V zN~B``#;D4^{OvvY0g;Ijkr(fucd_k$V2N2+y|g56bPY=#MOEF@pZkgbVJ)S#uF3WPC#MDNHe9@RacjeOh)Ly(@qZK?a5DXMV22!+LXqLmTCe(qMB~oA;7Z0_K zV~luS4|f5fHi5XyLFiUA=y+Ei&q9O@s)$?ai0A9DgEW1wR*==n;N})|31&{H! zy~Wmk?4MJSz=>~SLOE{3Y0S8+ zA{#v{MP>)iQR*YKn;`tAJJ`aGeXcb2A%b(o5b)0a(Qa)47-GpXc z0ww?2^+ZGBc6)$Q!L9a=C%o-hGpbGYH;Y@?*n5}x)Z^a2duf;j6iO}YDMiLD-)hFR zZee1sK5|3<@$3j^7R4DvLlcGZ^$5p`KXs1$ZgXu-#w?gz+^>dC@~bKd`ZMa89aFKS zDj(`VYw8(-x&f@B%jr`mW!Bh*1Md3C+li?`pH3D?`m}bA2<<$296xo2Ubk-=K+zgO zNqT>@W8adm_Wic*m+4MoVB|r}XTHQs%yr#tkqZZ9ox>_3=~v0F#gA|T#d=^bZoIbX z!$d6&G)lZ4ZwkLtS6H59f-kN<>bU-N!1&=;%cmR}3d%KoErM_OACQ0doLn#sCVhXa zZlX}4w5C?#e%)J*nGgouSG4(y?2}CN6V#Ac*2>SCZWAVb@lMyjd@!!*YiOi?_8EIA zWAQ5CZ_2?AjEw20G-rO8@sBfEG91wFd>XETOqCTbiZDGc5m+m}x>n*7 z`+DzT;feSMEZtvP2ShX9Z@B5ffF>f2KaeI*?SQ-!5WZl*A6zWNzYWdp?O+1@xLD_> zc2Dh$3@j}EzK&vl^OcVZSV!dn0pY**Gz2aIZh9UI{G%1+0rt!P)BQvI1B~@FP9szz z+DKeRv3siVIb6~iGWRJ$GvJ;L%JGC<5%u`lvW+iY6O)E=M|ZC15PmnzNO$mQ0(-CZ zG&%Gelv2#h*6xmJdcEYm^X8p}0Se0FAdo54T8o1G-6|coL{n8jU!+5XsF$c2HnACt z&lMQKc7cJC@jhV!9d}g#+B-_{EDxlBmf`XbYn#%nr*2m;1oQ`|qWKM#DT2dqUXHp; z6J~7QW^Uk^udB_>4s65U_F!pPgfZ2aX!-3L$AM0vy@Q!#e5d;d7M+G6)7PJJKS()k z4Cu(3spVIVLTm--?jGc)pK1s`{rCj3;;VX1MK=H0OsM%}s_kmxY6klcDtx8rs-D`u zQ5j=bk72>T4^-nZdnK^O03nV)EHsdPiZCa9w7*{`3Loxb1g=3Ge;!~YBk_*|Y;I+b z_#KSfS%~}ZqudfbOH2=pa>+lA@?Wfjf3)6XV3gZGVS4~ub{t2xohcgN%dIh0t0t0F z){{)EGpYAHGX8!DaGbe&k>9QB7MI^LYm3Kg2EMnyw;qTaGD-;M0UuO(^BvZFBk>6PD^%SbB6P=Vs-;>~mE0Q>tn_#sM`Ic43_Yym_Ku?$0)tV;C%2TYEaW@<1g}O(i~SNBNu3XQPX@ z0!(*%R6d@$S7~Hj7F*2;NzBVq$=>Y4`H-DllXbk>oxk9rv1_waKJ%h|eK9nwg~RS{ zvjb;>&%A%N{z2+3@D-D7cq{w8nqepA%F43Sy|gBZfM-iNyPb zphZLhHY5%TZ{YT(k+6n9z(bb>Bt|cR?I2_yiy2Grf+PdH4t#TV@X6I4$1y+q+=R|i zU>VyUhQ%EGoSgaf^AzIP_T&d+mIZ#^Z1a~19i`Y9Pn90k*Yb~YKBTxwb$mDJcsx2+ zF0kf9mP^K)NjC-4@|9XTxV+h?F9(~+!gP1nWCv5mvTs&}!|eEL(rPw(b3GmSHm+tj z6pDObeeXzdg2W5wBsId{u1@NB{rk|KgX+HD24KPcNO^H&-g6L`!gau{{(Jhn{QQE- zdf@A_d=X!lh2Vpv6g8#3ptyt+F_JVhF z%PZR5<2mjRTcv4+G%-?TY#40IQ8#DpqZ+Cu-}uoIpY55SJdo}CXeiuI)FgnC$ge|w zOW$QFT&CsPH{K+tQbUKYa^7ij(s?7LY!wCFjDv|e*tgU=<(UWSIE+&B8}{ub87(_Nr)`sdKz>#3hWK`PA@j-|Fd8 zZ-f}_hc+aGycr(lP-bYd#Kq|{+%WC#`F8*D>0z2{h+}?zYv@Livo|@gYdUuJLHc)! z>FP1H$qIK}{tpX*A}_(r)?nr{ROUzZ#115%k8Xx93s&)wZ&;*y_BY(VIkVcRs{HKU z?tpvp3&$qZn||}n46e?SsZY7Hcl4tN#2|=oIm&@c?$c*N2!V$TZ>JBrDiXqHA#%x8 z#DyP&1wsUP+7t)|_dc;FI!O?EeoEoq0aQOwGg4B?w2U9p&1F4?^^q;e>I)7(g)#H$w6BLLdYw#Ii>0u5X(T zt!oN3cUD}h&kLPfe2r&UI?{;l#4EsqY9QF8&BoPmzmk`S>a zh6vl<_AKLOTmLzomJu;KFD!}}x$>Gb0Pr^WWSAM4C2&#KQB`CWk8Bfd`FU_YJGP&RaivAQvvkZ`*WrnXS&GuJYyK0${mgeb%EHmQkzHKl4YQ{K-0FZiHxe z%(mP)|NGK#D4*!xFFj@N21}Q}UpnIVht`6@MY@i5FL$GzVt{%DywTz>YC8oh*lDG# z6njOeI4Mf1`{Ah~`Si=tB44tmSI2!c0tQWyPlSFgl(80fNWP}8>zz3rc!%kpSoDL> zdC9xoTUa5pT?LM|wHvpkQr}js3_eNV-BpvetFd}00*2Y15WgtZs#xW_V|}jA$BnQ{ zY#KV&PuE|O74OQdgZ*~%f?>_#wVk$_hQoRh*0vqD9Q4?FtDt}$QTZ0V`z`*d^+2?t zZJw0=pWHPk8?3iZM4akvHM>{Ogzv5WUAJZMu+L3jRMtN)6HKk1k@@G?p@t8~)jQ^j ziEO>CHS}fXPaTbqVS|DMu2qz*(t5B)w#qg4;sL!PH*^VMbKMHn@(D$5EDyUj++T4~ z>g2fSD}t#yUgJ$Ji$5*;r4`j)xNTsf>j&PK9`g1t;dwl5& zJuVA&+M+jnC7hHl90B&-RNWUHy_{qM7nFCwJdE3I?UHX&*@l5Tbq@Fzr^3mh|b}&M3-@TaeIiWt|jk+rpkh}wOHKsEj>YAhG0=q5Yir zHL0(+WQVpBBJ#oY$M?6IjoUQRkd|@DEgNS2!TG<5^sk9Auiq{RQqC z7sVSVe+arZUT#5Y2CGU5MwEQ6Ps}_dU+d|SqptgnCT17sIJ1(~iGG^H}sk6`G zrdM6Kc5Gm3H00^gE$uO*1rA2UD?-4F>W>TmUG>mLK@k2~Kv3rFj?Q>vlw2~lZ?6|^ z%s45nDF*>@ddr2HdjaO-s%rL4``NvrL$#>*dxzSmU)3{ZtEzQp`wyC}Iiur&a97Tl z9<^^{c77Z6@YAnVf0lSSeo%k-cB+#4)IWK7N2c!6sCd=Xl{2HWqGQ>ZF(Ew{G+$+I zkWN{6aJ6l5zqD~E|90ePKI3t(OfXDM)X?(em2>BYwHga1 zzS7rU_}Ol%WX62GsHX=n^U7{4pPYE_{FCVkDF0DZ{M0&%QA3rD((Z}}uhA+SSt#ntcuvjL3aP4DX7`l#tgNgok--gEZ-$mZ!=W!`| zqSv1f{4u8G;@7g8%C#9H()SdaReUcdJ~$+ja=|sSXKjFo->=pprHegk$+!3-za@!X zyP9|A(92CpPb1Tw79DJodAshillSZ^yko?RZyOYyU8o&z5}2P{A2rYT;49G$vH8l$ z!p29p3YuN#U9xZc$Yn=k1ZB+LE>Sv@UoERtpVVYEP9uM(gPNI|TG?ie+{Byc~eb10_niDA;UNY43#gp<-l_wXxMIwc^&Kg*{ zc1Oax^W{f3PvrA=zxS=@;lTJ0>pOkwOn$6byvpq5L&u-8gKSfu>le$}imFP#;qywD z8hypj|J;TLmshn!CV2*Z)}5aBhIi}&(ecsZ0X`13y5n7lP3NV8^cz%ahbv9eQJ*yO zb9j(`@zH})uYHzW6{_91Ds#~UTQ%$DLk8$oef{NVd-$OiPdK3;c65yB@n2ct;ew+@ z)1FC+4pDghEzC}pFG5aFR8BzjkD}bN;c`O`eI9I(Z4vf%sQdW*O!qe$LtR{BhZQP* zmgXsg-;t3!(ZXXt+(zcyy-Ot*ZDMuKyx8$`Nc6J*R?W(BIMvem29RKn!Hem-Y_cV8`40|IU5Ix;6?Z8oun7o|$h8~G)npUa8FpWHlUwt`Tdo%Wm6XUw(F-W(8kXhLJ^>>=BZXI|UA za{jDsPRTbl4@#yTzdf}1cC(Sn0+sVNz4s$}=UF_Eqlx9JIU10osEsD&GC4=lpNubD z{`+$gGMcE_T>9tlPt8c4d#tuH=DYEZ;Sb@jYg}SAyZha;_Xjb}{gElY@Gto|76jHh zOF-2Obibaz>2mdqW@6}nv)WI`1PNP?_ODJnXR_1FQ7^$^z#q|)9?>X`D%SwX*zFp3 z`CI3`a=Ya9o_DlHH*bVjQQNRAcfB#|?;F2UTlnJ8?avDnk}d`ve!z1}A$*VBNU1+R zFX-%3KjB$l8dvu;J9X8+2^7j=<;IK?ui$HX!nz#$Ebd#lfg^-G;qkPnHuH_!f(g}S zqASfqG8fqlv(a`)$q8%>|1V~nL}Ge+Ns(J_*4P}u`DbS+Rzw|a*gX9E6yo-X!nUR% z+XKf+sl9awj}uILYH;?8qh$V*kxml-nT(vWrpZ3HJ+^9sT(-HH9KX^o1q}y>Y)Pd@ z>SZdLe)$jhl`PEGN+u`QAMAZXO<6P7F&hrqN~)fqd1#rdI6N6EKG;iCb@R5A+Yf9@ zL&Z)M?sLCY;F;%4EIxMf!DW*zCUf=`+s1|E&MPsiiM_s}XmZAa8HKMrJ@X}({{HBj z(B5?*^`-oiCz7R(SK~fvXsV+Bn7rXrJqYQ0R@iM+7=MwVO2bsuCF@FJmCiH|49}c> zlt-jO(d6Nihoj=>74p0GjNJ01^ox(Ae!AIa0d2R7(%RD6f5f%zf8+}ecNaMOPPYF0 z_Wx4EU%Hp&w4Hw{zGcTJ_f5hnJz5X*r)k&k`tm&DaAf$M%rs#i|22o~583<0=AXW` zZHLx2^M{{g9yKg841~{<);1zidWKJo*s*w)`{-$=Qs1HiXBHmc*D+taMIqf>-|(hl zy02JdyJXxNV?L<{=`}&Z^BjLC+#ZE6H8YDO%p8DUW~a&^DdFbIuU z8e}Fj^Ba8F4VbjE?<-l$Qm+$C;c;-$s4m4PnS;E`<^;bru{F)JyERGP(m2dm{N>Y+ zW?Es!;ZghiKOb>D(h*p)z~uX`an)+MlN{Wg=O^B^HoqNm@5qIU*gc8~9(t9xwycaB zHBrlNj)Y{fu-LF|8*ex2hq-N?9xsrdH%C=ia^H*UYqpXhKSuQEPBB_-s~LYs4>6yh%KDk-g7lBbLm#w zJC%*e>+hM$l&(sw>+bhrloUIsWkXM-w^$4$h)ZzmfPH%Qt+jn*-ANt6-{gmmL%Fi$ zW6#pZJP}jm1NioN9$(*b*nUoy)mFI+J=3man5*B^4i#H_-!w;h^8Mr51S}<41M+<%w1}%`EiNX~|gE4Xdnse^jYystxCzI^6KS zlfi+g6*=J^$~uvIFXm*XA8Se(tbgC>L1&J!y|VG*GUe1NZQ%ejzB;S+!Q(s3=M0=v z_AaRKiPrU=yzAE3%zRq2 z?&@!dwQP{YHB_vDiC zb@k^$--R~1n`hTmZyV7fT^uI0^yS>&kMa_w?seMg<`uWwoNx6C^eB}o`24wRSNj0l z(Tzfas>=~-M*ibcerVX;4l4jWAP?9gjhHcHa|r6F;SbwFtQ9zCl`nfdR$ z!XM94FaxFU!2>eiZn20~d%;&cp>=NdSi$S^UFANa_T@rBK4P{PQsKK_Rmv1~mMwT7 zCHLBKFweLQ-UPX&<>NL>JPgR>O$ZzI=7gbHp5b;iaXms{Q@WmFr_?CHa@O}L7gCk$ zDi;!U>HV6obg`b`1WWaCZ^s;K9}XX4@pAhf>cmj$a+m9WYm&Qy-c)+a~l^NZ^sFoug7pa@?xs?Oi@S?Rta$nWwTT3+I)# z+${R_^>M#bGv+|)k~DZ-XF(7|88r5_uy?sO^j4AZ6?pjFVvpv;5m$CEQ?PN0e>C}u zyK!`URAQ}P^=I|y!9Qa6e(JP6C~M;~?84&hJ=32{#k*`*9J_p=Q<&EAk?${m4{uvI zen6et`zy=-H!%?)YT%n(dU?R+0DOxQj^hi~eyNl3r_tfUQC)iQHj}0dOUL_n3d`<< z>6mUc<@cB$-u(IFQ+x9?iK?>MD`%DbschHT>OX64=8{yO^)bhUT}^-5bcwbbq^xmB z@A~R5@K|2*Ft6d%hw{zuqw+$8uVfi4-r6oQKWpisnFojZ>I&bAQ;6I@LHOdaXW7^6 zj$8T`KG*~sk`EiiEZKZ{TT@Bv{1;!YD|8p!eg1IInZFNX4S+kgs$PxD%1v*(qS=J` zSWboRfBUSGo_eOJNnA%q8QvY}&9h)ms_|t33+=;&8M_ud{FG{-eR$*AjqVNUn{qM_ zsIOl;>0+xw;~vM)Z&F{S*3Vu*=$w7sqp@;pu;xX6)1^v5Q_94IDtL7H;>La&x^8c} zS@4USYewH#A}^U_H$pLIak5?Vl(P3iF7nCmjFnd2jPUVNvvHZeTX30@+0StK<%@Rd zOtjkddO(a{8UNmKd@*|s_?D~e(vfmkWBp(Gqi_1Ezke#nQ(9r^_+GVT%*#_+Q^d6V zekBW9&a7&EVLG$&YyRaKWdYk%d~0IkFHL4 z4Q$zN~{e5pA%A7wxfx}W-$I}B>&Jb1wexLd+@+F?>hDGEjsAf*HtQD;-p{{F z@#e#pI@EygTH!+`Da9y<%o~?RefF z68iOlR|N)-l}IzHR!H3tEB5HA>ZQRBygM>ZxsD0Hv`}k@T)c>8IX!!oqm72{ zJRBGyw~8;I?{f@ihAR<{M!d58`u2~izI^?BmQOUX%xI$f-Qqox75wY!3web{fntR4 z5|L3ML#|bgdLdgc(O_!7HMqXm)wyFzy>8n*>%d^vSZlU>&U^bgfkmz9+swVsOA8O0 zTI6PW>qGvwDR%-J(i2<<%s%sFl*G7+lcF>#!|o(*{7?4KNW1b?BZluh*cHc@W|pa& z;3U*gGNI#r=C}EI4oAN=1e%Qf_Qkus-;*bGkbrltudY>w1VoK}Dd^ok_HQ;(Gos|~ z-ya9}pb>w*Ik(4xJ z7f5uAsw${Kt=>Um`qR&Y8Z_aYp&N{$xYgYD}vXQ zy%!q6XWoMO8JS=kJ0+ap&QxEn2&VZK7bt)&)W`(A_}JK@67=ohj$qTE{5DIF@q#8v zx>z?bDOX=-f3)eOKfmmq-0_?4@mZQ5Nb$i8hHS~4pK6JvgVWpF7R(hrMca=HhJqc` zq)3)x;h`^bP_U$^>{8b(lDn6^ldr3H@7i~NF=D!U(I16+xB}##{#_M9 zSP?C{#|3_CF2tKGDFT}~h~ZIqNMsiy#;agX=zQ*%z9<|`(hG-vmyGeBIcg*l0WlR! z?wUa@O`{`v4gfd}jf}E_tr`}MMEs~0CNYHa_5LmKnSk<$Fcsx&F?QDIA~MTiKO@Tb zU~c>3>+j&1AObZq%F*KN^)QsF1|ON+9d;UNee=fN}{e$&jP+D+e(=Di`fcXGEC;=I+$;dqBk?P$Q$901qtVQQ2z_Ln%?F z$K-C6%Sh`J36Wh^pmYR7>A_YFk4iY{d@UC!U)dXEQ~}Cq@X=(H-5kVllq0iq7*X1T zIf3wI6A>_m8X4sPxa~-f60eoSpkP%dcV3{TUa^sEDj3|A;-1usKv=~4Esj*#5d#ThWU zL%p`&klJ)qD}$j8CspQMn3|_E>lvH=GHt1@j6)s-(OG@oy&8aMB|{zA^TR}sYzoQX z__ACtGU7vqp88#|L~}XR$Rl7eC@Z)UHJxtPS0x zF7vPok?UT&MD8_^OCClYY1h*0;OKtmlyQabT1&_b=*0-s$RoHfa#VCIOH_6Zvdo?k zyJ1z=Z8Skd7aF-bY06WD{Q5toPnoT}oV13k=$mPrHrWyw_MQXKH{%CS#9_{QILo@+ z8(gtmlW{T<%k!u%mr;+xmfUnhXQ5pXHVOgrJPIY?6DG$To0o5|x45PURD;amU+)?!STPvjuT zT6OPlu;Ge1Ka(C}8k8|&ffg_w1=W(wbTBM4vNhPZB;H@rwCWinQwgwm^i$gbln@da z(@m2(N>Z6>*rkawc|^P2OYRQpnht`d(8z`RIgQ}o15x`syM2B9jTa0Hj|gU!h^XgQ zaAgNw1bOPc;6L2izvD{#YkiV!;Xtu>-4U4zvNO8cH)kYIy#--~hI--p4({u(l##*g z3MsXB*1knu(Mk;8JX$5JX1>*(z!knUZNe`R@Lh$OAsOF!HbQu@Y&7}E6+X35BObxB z72F4+j<_P#>G0uI^6hYDR|p^9pzY}fpn`^w@ncmcBzioSfEOti(9 zV0LBUGuuk_*D7;_&mY5gidIRBIuIu+BPQ;ZWL}+6R^3qZ2%>KgOrXiprvmGCctmK? zOk$3X;EQ3p=duV)74LAZN2?O3k?~E3I!~uX?K%kAHigfNuNyVYu^T_^Avn6 zQy4xjTv@noTq>sb&JC?X*kSlC(kfwH2l3>o>?W z#ToG}22=H&nX`w0A=Jpx*Eow_3&ZE=qrl$Pzdrt^(tb60P(h6xeKNB#rM`!x`$u0y zDsz=UUB_tQF>}yEw7D>UAV;4c8zDUUoCBm8@uBF8?Ed-&%Ix1qi2Kis?*qT=Jm zRkZg5a(ee}-AD=!+3GJ14a->;qc~MVfF4a_@6pm0~^8`kO$k@_5TJQP>FXYR$cOE-6 zD#TM_%+8QjV|kg;765nwgILc-3#)<6Cz+*C690~nN!$+*7l1c1#9c=8w&<$hpa@m2 zAc{XJj)0qCtozPni1zc@sZk-eMKL==5HHlPFtP!yWDMdFHd@#qT6*jxt|Bp7YOZVo zK(xRhPBWpmMK_Fo6Rph^#MjdmdnCXVYGjCm%-E?>A@cQb2T^les+k4opcPqiIxl9U zg$kJ(D$=`3BY#}&lVksI>pBk>^Io9j26fimA)Jn-Q( zH_lKb7Cj%T4Y-r^zZUlFWSZ_8ar*kSB zt*KOq@47fip_(K>ppIqlw|B-v0AehpG&vI6*-GIMCso>T1yRzzS`Wks)W{IEm(fF< zib4ExpV=9T#61n!#;^!OpkWRfq8A%29V$fedH-=0iBat{0?`mV1smejv6aFh3f^?! z3gXpkm!|Q9Db&aiHCE6=)WINf;|xJ8vpn$uEirgt5PjHaO`}3Ie#sp~(W_dG769=% z2C;*!6b|usrz=+wFE|Zv7XeeKks*e{S}0uwo`yl3RmAL!XTuMx+CP(=b3vyaa*Vtw zrxMqK!>=6eJ@Mf-k+#}hK7)C_a}KzPBN z!^z4{V=z|)ja)!BI~?cU%w$jQ>jhToscoeS4e8@fhRGPK^pNK#kcM zg6Lm9w$V%WZvCt|D*G!N?#eB*ReB3g;*lZ>Bqy&D^|KDCrW(+|4+isP?@JI12%%5=m6ei{4;=Q9L@!P4+Q@ z)c~`3dSPh1PoSnq(lzj5)})l@YNrm<={<$%8(RK#h#p7kUjQT`J-$ zvg^~C+?u)nuo}4dsOlzATmV5u?%A*6s(yj?bX&lK5=IT;-}B)Tj`N?5m@hoHg6GTg?+XSBQq{wa~~r z040K`T8#1XP;+$w)XA*Pv7rD%I$OVFmkp1L~b(UTS$5-o?%ZRT9ED6?Hn+^jz zsF4@?_lMA0!q|!W?O^g`wz$J;^IkPAxFEze@I@Y_Kcf-y4su*ex8HkLL4#fjGr*4L zQ{N{;ZtpOlj?&{d;I8__aEf)83ph~h9i>}>xmiOj4@0yQ)1i@jKSxM9a!xyX^yy(J zeU3h7a)-M0%Kx&1(VPGVU6h@**Dy6FS1byZCaW=yi&jE`tPdO*idNBHz$zN~W}QBq z5l=RSWN>_E$}e)j_iuDQ;pQFXzLH4JtL88|B`UZve9VpzIM2qKc(^ITx~EFknYe{U z2kTnwZZPX0aw!)#g{}Z{bwG}szghG;I6CjPD_o(IwJ&15_!_|^=dZ?AT1!-R+9AxI z5W8-D9+P+wIf@DSVnWWYj`qIP;iNpESp@=wP1We4!d3`SB)t|DA2+U$lB(@c1?eGol*sk(CtVXqB+s9lm}FSK(*6cz#S8@Joa0O75qgvQxqVhWXZV1u$dm z?DuGHfvk}W#hIOKY*7gcFJ$(G2=3EPU6KJZ`g~M^D!XWE3*=+em{L%?yLlr zhE6I$-ra1JaDuTPo^nO-Vr5+X05FDG%Mhqi3)Z3Ox3S}{& zd9@N1j3dyG^-m1vXzSg<6-SwEHW__)QOWZVp2O_*s3_BFnB5_i&Y~f^ z?Ezx~hSGqo8kW(mKAK#`$m@vCTDEZdDlR-O7V6BuAmF8^Kunv028)h+92Q7H$%tJtV0aA_}m9-qi zaFntkJh4oBj*+?1!3`H-CdAtHNk;kl7(0~suJ@m%%yEJHnnm&ed(s6cb z*s?b<)j0h(!*K@)-h#95um- z-N!SS+&u-gKX1HRjRB(-hH?*EHEh!k5h_&9B!*DVcrxo5+CCP8p%g#K&Kljeo!|FG z7*W0ia~+9GJB7d)YUHSVb&9__4AAP=3G?ypV$!9+e%xBpFfu1asr_i__^7{LE?g<}j45?ys2KiNQG)J*Q)O z8~`JPAf;CRV5^30;2}QF`N<@PP)6|b zScu91EWvX)h~ZJmdwU!sN;@$3W@&b_AQ(f9jM5!ui}XD>zLke4pTCI7oiC_qf7ez= zYm3V$9`h&TJ|HS{$g!F*;4VkfneXeb4h40Gz3U}z;9B|P?YpPO*NhkE4R<2e6ovL87E z{^SIWoK*bR*@#gIMl~>>g@HoPMLhe4GRVLPm@?K0!lXRCy#3srX&$89F-DuK4BqlA zw;7FfenUS-E`^O8#Bh#^LW?+X91KphjKw?(12@zQg#~^jb%q z`jn{L%0UcAnKay$E0o#ywTy>@F?7xo86|HJ4`poC7nS&G#d|?!cked+urhg{F>N1+ z9fV$!+>b5B)V#gC|M!~6{?9!So8xbdW7wF3isa<~W)$9p4kj5M29qIe?ve|pI{Tj% z4swUSHzUYauqG_IP93^3;w&_BlqiO>m7``i(a>JS$-9Z_t4|82=squy1I6B4 ziw9%E_t*CD!xuu093Ziq*{NX=W%+cOobiV8Sj+tPQ3}chVJJYoNqqy?a-_S#RVh?+ zD4Y2P*N|)a`8zQ)$LiY0^tG&kME0bp-wcX)wPkw`oZAYTc9M-;FE%RFL_qx>qv804pH;zI+GBJK)I#4YMW{CNy8YGP6)@R zViC!R?+2K2Z2$DtiWcAfz4TfbK2^(GOs*`K&0PH0>!duY7w8@aTl4)}W0cQKf{x^eyazNIm8^qq(E zdgx4H_+ACtGP$}77s`3)*+jVIP3S^TLdN$4SMs7u-fr(?rt5^FFEspO>HwI+hIUi& zRl+mW6iX~29N+J-y&UlMChr3G*r^pKqKS(ol38T;X9?3&g3c+l;oX52hihN z2Y2wOuIQ3?or(*S5W?4LKkd^mxJEcW?R0t}9N)(i2N?0?fT@=KiWNGv_|_ew*TV3b zDY`Scx*Pk^YTNf>(Rfg*f-sz_}p%#jd6xS%sCiYlan{~ zFx6785RUKB=}bm^TG1b^9F%95qA@OtKyvg=J4&yG;X5*0qKv_nOYldlH&(Cg;y`5= zhVKBb z2+8=GPta>&_+*Y`Gr2<3pM%re3hh8;FEsMVR_`RHNZwC>hMad;Y)b=)~QLJx7!!zRr`bD8B(n%5osJx&LJT2G+@onFY^ z9^H8ynb9R&0bQb~K714yM2#Gw`R6z(QX_O=1hYdwFCOcYD-%A`_t%5q&IlzV*3u1k zZoa&=kBhm=?^>tN6KRJ#57-FdQJK?tl>@}y;m&$6^{2LT%`^ar4|g;!)0?8=BP`b6 zWpcIN%VJr<@a~nccukl?kdSM07M&8!sv-erP{i9}+4HMuv8cDUfJR;h@G4^?h7q)RvVzH%FA)4xtpU%s!4^Yk zWP(rWrLgKqq@I}0q=X2H&d*u34Z52@P_W1Zv&v~r(QRg2_xd3Rg1tSB01zBi@Z)1& zVI&iDsAMCC5tNHq#N^8kqW#^}mCp1je2hklZp`SbTgVjb2wzQ>>H-m3twalBPesjg~``ONMZLh z^-}s24xpF9Q`k0X9+MJ!GkwFK>rd!YczQLhDY_KCcH=zCRTZwE|kF2uL|y{F#v+b-|T9 zlO6ep))K~!i`7NSZ^F5p8;=Oi?Qr)k;?RQFtbM_IP&=zvFRXajxkN-B#7m8 zWE}JTS;X{w2Y2Df=jv~6;9!t$ z@}e2f&-jAPGhk8gR7j~j*b{|Lj?C1dk)tG)Y1Vz-awd-%Ab5BA$Y-lT5G`1cbN>n_ zL2RG$Qr`2qOnQi^w{^RG5-=5lo5W8f+yi3k_Y7RG=jdap4dBwHhRuxT&_SgQ)G5tsE4|?cr$fC zp7_Zjx@6oqY^AN;^gb!D$~7>8&}JL3~J=A zZvnh0h*DbU4o!}G#Yw1lkcERL&Ot=b z9GcwKLT`$SZ$mLBSO1js3?JSc2TG`s@u|L{Q^I|SNNXjXg#3E_v$UZDJs7F!JJ(E!>3-Qa)ut?C^%UNk3Ot}`MQ~t(7)&luD-Ba z4Dcmj_yX7n;rJdJD07AH{o_?(^!Q5N)0?8=vRKk6v!R50O_4M9Jmv8>SRO zzmG)UJX?`r9|_9d!{zU#cMXEWiFWf))+2tkQa$}u!T~lFt8)O@d$C%;mi4))aC8vZ zS-4>2@^`I+jTn_6aii%dXJ7d1y9fVoSs%@$R&@TAT5azgq&k?8gTF(^Y>ps!mo8+q zArc(1)SExG3AVu!=n*#Z8csOrv(a~7jSf}!4#MwG5PlPrjw^9qa;sQju}u8n+Q+`A z7lgYns-NujFqHWhzB8dT2#r`8WF|B78z|j?Y$iwLDYj}@*(KH|8|N{g zOtEuXHuOY#iv`?zyab~ea#TL;VP}nQP)}?wl@4WZfEOF-a7c=cdoClRfd0w8ad+pdD(v!7ICxl+UdVJ VAKJM_sPm}vjNL*I_3)Vl@qfWdgzo?V diff --git a/disasmtool/disasmtool.c b/disasmtool/disasmtool.c index 0e7f9d0..6299468 100644 --- a/disasmtool/disasmtool.c +++ b/disasmtool/disasmtool.c @@ -1315,24 +1315,28 @@ handle_shemu( rip = Options->Rip; fileName = Options->FileName; - if (fileName == NULL) + if (!Options->SkipWriteDecoded) { - fNameDecoded = "hex_string_decoded.bin"; + if (fileName == NULL) + { + fNameDecoded = "hex_string_decoded.bin"; + } + else + { + decFileNameLength = strlen(fileName) + sizeof("_decoded.bin"); + fNameDecoded = malloc(sizeof(char) * decFileNameLength); + + // This is safe, we allocated enough space. + sprintf(fNameDecoded, "%s_decoded.bin", fileName); + } } else { - decFileNameLength = strlen(fileName) + sizeof("_decoded.bin"); - fNameDecoded = malloc(sizeof(char) * decFileNameLength); - - // This is safe, we allocated enough space. - sprintf(fNameDecoded, "%s_decoded.bin", fileName); - } - - if (Options->Offset < PAGE_SIZE) - { - offset = Options->Offset; + fNameDecoded = NULL; } + offset = Options->Offset; + // A little extra space, since shellcodes tend to do accesses after their code... shellSize = fsize + 0x100; @@ -1592,6 +1596,7 @@ void print_help(void) printf(" -reg val - Set register `reg` to value `val` for emulation. `reg` must be the plain 64-bit register name (ie: rax).\n"); printf(" -k - Specify kernel mode for shemu emulation (default is user-mode).\n"); printf(" -bw - Bypass self-modifications in shemu.\n"); + printf(" -skipdecoded - The decoded file will not be written to disk.\n"); printf("\n"); printf("\n"); printf("EXAMPLES:\n"); @@ -1787,6 +1792,7 @@ parse_arguments( Options->Print = true; Options->Vendor = ND_VEND_ANY; Options->Feature = ND_FEAT_ALL; + Options->SkipWriteDecoded = false; i = 1; while (i < argc) @@ -1812,6 +1818,11 @@ parse_arguments( // shemu command - will emulate. Options->Command = commandShemu; } + else if (strcmp(argv[i], "decode") == 0) + { + // decode command. + Options->Command = commandDecode; + } else if (argv[i][0] == '-' && argv[i][1] == 'f' && argv[i][2] == 0) { // File input mode. @@ -1975,6 +1986,10 @@ parse_arguments( // Skip a single byte after each decoded instruction. Options->Skip1 = true; } + else if (0 == strcmp(argv[i], "-skipdecoded")) + { + Options->SkipWriteDecoded = true; + } else { printf("Unknown option: '%s'\n", argv[i]); diff --git a/disasmtool/disasmtool.h b/disasmtool/disasmtool.h index b1019d3..9880a2b 100644 --- a/disasmtool/disasmtool.h +++ b/disasmtool/disasmtool.h @@ -62,6 +62,7 @@ typedef struct _DISASM_OPTIONS size_t ShemuRegs[ND_MAX_GPR_REGS]; bool UseShemuRegs; // If truue, the registers in ShemuRegs will be used for shemu input. bool BypassSelfWrites; // If true, shemu emulation will ignore self-modifications made by the shellcode. + bool SkipWriteDecoded; // If true, shemu emulation will no longer write the decoded file. // Internal. INPUT_MODE InputMode; diff --git a/tests/README.md b/tests/README.md new file mode 100644 index 0000000..cf5edd0 --- /dev/null +++ b/tests/README.md @@ -0,0 +1,54 @@ +# Disassembler & Emulator Tests + +These tests are used to validate bdshemu and bddisam functionality. Each test consists of up to three files: +* The binary test file. The name format for this type of file is `name_32|64[_r0].test`. 32 indicates 32 bit test file, 64 indicates 64 bit test file, and r0 indicates kernel payload +* The output result file. Must be named the same as the binary test file, but with the extension .result +* Optional assembly file, used to generate the binary test file +The information about the files mentioned above is stored in a configuration file. + + +To run the tests, `main.py` script must be called. +``` +$ py -3 main.py --help +usage: main.py [-h] [--conf CONF] --disasm DISASM [--nasm NASM] [--report] [--regenerate] [--verbose] + +BDSHEMU Test-Suite + +options: + -h, --help show this help message and exit + --conf CONF Path of the conf file + --disasm DISASM Path of the disasm tool + --nasm NASM Path of the nasm tool + --report Generate report + --regenerate Regenerate samples + --verbose Verbose +``` + +The `--conf` option is used to specify the configuration file (multiple configuration files allowed). +The `--disasm` option is used to specify the path of the `disasmtool` (required). +The `--nasm` option is used to specify the path of the `nasm` assembler to generate the `.test` files. +The `--report` options is used to generate a report that contains the failed tests. +The `--regenerate` option, regenerates the `.result` files and the `.test` files if missing (requires valid `--nasm`). +The `--verbose` option is used to print more information. + +Note that bddisasm will be run with the `-exi` option, in order to dump all possible information about the instructions. + +# Configuration File +The configuration file contains a list of entries that each describe a test. +Each entry in the configuration file has the following structure: + ``` + [ + ... + { + "f_source": "path/to/file.asm", # the path to .asm file + "f_result": "path/to/file.result", # the path to .result file + "f_test": "path/to/file.test", # the path to .test file + "options": "disasmtool option", # options for disasmtool + "command": "disasmtool command" # command for disasmtool (decode/shemu) + } + ... + ] + + ``` + +NOTE: The paths in the configuration file are relative to it. \ No newline at end of file diff --git a/tests/core/__init__.py b/tests/core/__init__.py new file mode 100644 index 0000000..d6ec68e --- /dev/null +++ b/tests/core/__init__.py @@ -0,0 +1,4 @@ +# +# Copyright (c) 2024 Bitdefender +# SPDX-License-Identifier: Apache-2.0 +# diff --git a/tests/core/core.py b/tests/core/core.py new file mode 100644 index 0000000..684decf --- /dev/null +++ b/tests/core/core.py @@ -0,0 +1,187 @@ +# +# Copyright (c) 2024 Bitdefender +# SPDX-License-Identifier: Apache-2.0 +# +import sys +import os +import json +import re +import shutil +import time + +from core import objects +from core import util +from core import report +from core import summary +from core import generate +from core import output +from core import diff + + +class Core(object): + def __init__( + self, f_disasm: str, f_nasm: str, enable_verbose: bool, enable_report: bool + ): + self._f_disasm = f_disasm + self._f_nasm = f_nasm + self._verbse = enable_verbose + + self._report = report.Report(enable_report) + self._summary = summary.Summary() + self._generate = generate.Generate(self._f_disasm, self._f_nasm, self._verbse) + + self._retcode = util.RETCODE_SUCCESS + + def retcode(self) -> int: + """ + Returns the tests results. + """ + return self._retcode + + def summary(self) -> type(None): + """ + Shows the tests summary. + """ + self._summary.show() + + def rdfile(self, f_path: str) -> str: + """ + Reads the content of the provided file. + """ + with open(f_path, "r") as fp: + return fp.read() + + def rdjson(self, f_path: str) -> dict: + """ + Reads the content of the provided json file. + """ + with open(f_path, "r") as fp: + return json.load(fp) + + def process(self, f_conf): + """ + Iterate the configuration file and calls the 'run' method to run the tests. + """ + conf_data = self.rdjson(f_conf) + + if not os.path.exists(f_conf): + util.pr_warn("[-] conf file does not exist") + return util.RETCODE_ERROR + + if self._verbse: + util.pr_debug("[*] dump conf ...") + util.pr_debug(json.dumps(conf_data, indent=4)) + + for item in conf_data: + data = [item] + d_path = os.path.dirname(f_conf) + + for elem in data: + self.run(elem, d_path) + + def run(self, elem: dict, d_path: str) -> type(None): + """ + This function is used to compare the '.result' files with the output produced by disasmtool for the corresponding '.test' files. + + The first step is to run the 'disasmtool' process to generate the output for the '.test' file. Next, the text is converted into a dictionary + using objects from the 'output.py' module in order to check if there are differences between them. + Moreover, the unproccessed texts are also compared. + """ + f_source = elem["f_source"] + f_result = elem["f_result"] + f_test = elem["f_test"] + options = elem["options"] + command = elem["command"] + + f_result = os.path.join(d_path, f_result) + f_test = os.path.join(d_path, f_test) + f_source = os.path.join(d_path, f_source) + + self._generate.run(elem, d_path) + + if not os.path.exists(f_result): + util.pr_debug("[*] f_result does not exits : %s" % f_result) + return + + self._summary.total() + + util.pr_debug("[*] running %s ..." % (os.path.splitext(f_result)[0])) + if self._verbse: + util.pr_debug("[*] processing ...\n%s" % (json.dumps(elem, indent=4))) + + if not os.path.exists(f_result): + util.pr_warn("[-] %s does not exits. skip ..." % (f_result)) + return + + cmd = [ + self._f_disasm, + command, + "-exi", + *options.split(" "), + "-f", + f_test, + ] + + if self._verbse: + util.pr_debug("[*] run subprocess using cmd : %s" % (cmd)) + stdout, _, returncode = util.rsubprocess(cmd) + if returncode != 0: + return + + if self._verbse: + util.pr_debug("[*] read result file : %s" % (f_result)) + + result = self.rdfile(f_result) + subresult = stdout.replace("\r", "") + + if command == "decode": + objresult = output.OutputDecode(result) + objtest = output.OutputDecode(subresult) + + if command == "shemu": + objresult = output.OutputShemu(result) + objtest = output.OutputShemu(subresult) + + outresult = objresult.read() + outtest = objtest.read() + + self._summary.run() + + ldiff = list() + diffobj = diff.Diff() + for it in range(0, len(outresult)): + ldiff.append(diffobj.diffobj(outresult[it], outtest[it])) + + result = result.replace("\r", "") + subprocess = subresult.replace("\r", "") + + if result != subresult: + util.pr_error("[-] raw result diff") + + if any(ldiff): + self._summary.failed() + util.pr_error("[*]\tFAILED") + + self._retcode = util.RETCODE_FAILURE + + self._report.rwrite(result, subresult, os.path.splitext(f_result)[0], ldiff) + else: + self._summary.passed() + util.pr_info("[*]\tPASSED") + + def regenerate(self, f_conf: str) -> None: + """ + Regenerate the test files. The function uses the overwrite option from Generate object (see generate.py). + """ + conf_data = self.rdjson(f_conf) + + if self._verbse: + util.pr_debug("[*] dump conf ...") + util.pr_debug(json.dumps(conf_data, indent=4)) + + for item in conf_data: + data = [item] + d_path = os.path.dirname(f_conf) + + for elem in data: + self._generate.run(elem, d_path, True) diff --git a/tests/core/diff.py b/tests/core/diff.py new file mode 100644 index 0000000..4e349b5 --- /dev/null +++ b/tests/core/diff.py @@ -0,0 +1,46 @@ +# +# Copyright (c) 2024 Bitdefender +# SPDX-License-Identifier: Apache-2.0 +# + +from core import util + + +class Diff(object): + def __init__(self): + self._diff = list() + + def diff(self, dict1: dict, dict2: dict) -> type(None): + """ + Find the differences between two dictionaries and store them. + """ + for key in dict1: + if key in dict2: + if type(dict1[key]) is dict: + self.diff(dict1[key], dict2[key]) + if dict1[key] != dict2[key]: + result = [ + " - [%s] : %s" % (key, dict1[key]), + " + [%s] : %s" % (key, dict2[key]), + ] + self._diff.append(result) + else: + result = [" - KEY %s : " % (key), " + KEY %s : " % (key)] + + def diffobj(self, actual: object, expected: object) -> list: + """ + Each object contains a list of dictionaries. For each dictionary, the function checks if they are is any difference. + """ + self._diff.clear() + if len(actual) != len(expected): + self._diff.append("invalid dimensions") + return None + + for it in range(0, len(actual)): + self.diff(actual[it]._data, expected[it]._data) + + if self._diff: + for elem in self._diff: + util.pr_color(elem[0], util.PRINT_COLOR_RED) + util.pr_color(elem[1], util.PRINT_COLOR_GREEN) + return self._diff diff --git a/tests/core/generate.py b/tests/core/generate.py new file mode 100644 index 0000000..44794bf --- /dev/null +++ b/tests/core/generate.py @@ -0,0 +1,60 @@ +# +# Copyright (c) 2024 Bitdefender +# SPDX-License-Identifier: Apache-2.0 +# +import os + +from core import util + + +class Generate(object): + def __init__(self, f_disasm: str, f_nasm: str, verbose: bool): + self._f_disasm = f_disasm + self._f_nasm = f_nasm + self._verbse = verbose + + def run(self, data: str, d_path: str, overwrite=False) -> type(None): + """ + Generates the '.result' and '.test' files. + + If the 'overwrite' options is used, the '.result' file is regenerated even if it exists. + If the path to nasm is not provided, the '.test' file is not generated. + """ + if not self._f_disasm or not os.path.exists(self._f_disasm): + return + + f_source = data["f_source"] + f_result = data["f_result"] + f_test = data["f_test"] + options = data["options"] + command = data["command"] + + f_source = os.path.join(d_path, f_source) + f_result = os.path.join(d_path, f_result) + f_test = os.path.join(d_path, f_test) + + if self._f_nasm and os.path.exists(self._f_nasm): + if not os.path.exists(f_test): + if os.path.exists(f_source): + util.pr_debug("[+] generate .test file ... (%s)" % (f_test)) + cmd = [self._f_nasm, f_source, "-o", f_test] + if self._verbse: + util.pr_debug("[*] run subprocess using cmd : %s" % (cmd)) + _, _, _ = util.rsubprocess(cmd) + else: + util.pr_warn( + "[-] .asm file is missing (%s) - skip ..." % (f_source) + ) + + if overwrite or not os.path.exists(f_result): + util.pr_debug("[+] generate .result file ... (%s)" % (f_result)) + cmd = [self._f_disasm, command, "-exi", *options.split(" "), "-f", f_test] + if self._verbse: + util.pr_debug("[*] run subprocess using cmd : %s" % (cmd)) + stdout, _, returncode = util.rsubprocess(cmd) + if returncode != 0: + pass + else: + stdout = stdout.replace("\r", "") + with open(f_result, "w") as fd: + fd.write(stdout) diff --git a/tests/core/objects.py b/tests/core/objects.py new file mode 100644 index 0000000..901687d --- /dev/null +++ b/tests/core/objects.py @@ -0,0 +1,219 @@ +# +# Copyright (c) 2024 Bitdefender +# SPDX-License-Identifier: Apache-2.0 +# +import sys +import re +import json +import string + + +class UniqDict(dict): + def __setitem__(self, key: str, value: str) -> type(None): + if key in self.keys(): + raise ValueError("key is already present : %s" % (key)) + else: + return super(UniqDict, self).__setitem__(key, value) + + +class DecodeShemuParser(object): + def __init__(self, obj: str): + self._obj = obj + self._crt = 0 + self._data = UniqDict() + + def rdline(self) -> str: + """ + Reads the line corresponding to the current index from the string containing the result. + This function also increment the index to the current line. + """ + if self._crt == len(self._obj): + return None + + out = self._obj[self._crt] + self._crt += 1 + + return out + + def rdnline(self) -> str: + """ + Reads the next line corresponding to the current index from the string containing the result. + This function does not increment the index to the current line. + """ + if self._crt == len(self._obj): + return None + + out = self._obj[self._crt] + return out + + +class ShemuResult(DecodeShemuParser): + def __init__(self, obj: str): + DecodeShemuParser.__init__(self, obj) + + self.process() + + def process(self) -> type(None): + """ + Parses the emulation result generated by disasmtool and stores it in a dictionary as key:value pair as follows: + { + "Emulation terminated with status": "0x0000000a", + "flags:": "0x80", + "NOPs": "0", + "NULLs": "0", + "total instructions": "2", + "unique instructions": "1", + "SHEMU_FLAG-0": "SHEMU_FLAG_HEAVENS_GATE" + } + """ + self._obj = self._obj.split("\n") + self._obj = list(filter(None, self._obj)) + # Emulation terminated with status 0x0000000a, flags: 0x10, 0 NOPs, 0 NULLs, 10 total instructions, 10 unique instructions + line = self.rdline() + + tokens = line.split(",") + tokens = list(filter(None, tokens)) + tokens = list(filter(lambda item: item.lstrip().rstrip(), tokens)) + for token in tokens: + tsplit = token.lstrip().rstrip().split(" ") + if ( + all(c in string.hexdigits + "x" for c in tsplit[-1]) + or tsplit[-1].isnumeric() + ): + val = tsplit[-1] + key = " ".join(tsplit[:-1]) + else: + val = tsplit[0] + key = " ".join(tsplit[1:]) + self._data[key] = val + + line = self.rdline() + cnt = 0 + while line: + self._data["SHEMU_FLAG-%s" % (cnt)] = line.lstrip().rstrip() + cnt += 1 + line = self.rdline() + + +class ShemuInstrux(DecodeShemuParser): + def __init__(self, obj: str): + DecodeShemuParser.__init__(self, obj) + + self.process() + + def process(self) -> type(None): + """ + Parses the emulation result generated by disasmtool and stores it in a dictionary as key:value pair as follows: + { + "AX": "0x0000000000000000", + "CX": "0x0000000000000000", + "DX": "0x0000000000000000", + "BX": "0x0000000000000000", + "BP": "0x0000000000000000", + "SI": "0x0000000000000000", + ... + "28": "0x0000000000000000", + "29": "0x0000000000000000", + "30": "0x0000000000000000", + "31": "0x0000000000000000", + "IP": "0x0000000000200000", + "GS": "0x0000000000000202" + } + """ + self._obj = self._obj.split("\n") + line = self.rdline() + while line: + # X0 = 0x0000000000000000 X1 = 0x0000000000000000 X2 = 0x0000000000000000 X3 = 0x0000000000000000 + if " = " in line: + tokens = re.findall(r"\w\w\s*=\s*0x\d{16}", line) + for token in tokens: + key = token.lstrip().rstrip().split("=")[0].lstrip().rstrip() + val = token.lstrip().rstrip().split("=")[1].lstrip().rstrip() + self._data[key] = val + line = self.rdline() + + +class DecodeInstrux(DecodeShemuParser): + def __init__(self, obj: str): + DecodeShemuParser.__init__(self, obj) + + self.process() + + def process(self) -> type(None): + """ + Parses an instruction generated by disasmtool and stores it in a dictionary as key:value pair as follows: + { + "InstructionBytes": "c4e2784900", + "InstructionText": "LDTILECFG zmmword ptr [rax]", + "RIP": "0000000000000000", + "DSIZE": "32", + "ASIZE": "64", + "VLEN": "-", + "ISA Set": "AMX-TILE", + ... + "Operand-0": { + "Operand": "0", + "Acc": "R-", + "Type": "Memory", + "Size": "64", + "RawSize": "64", + "Encoding": "M", + "Segment": "3", + "Base": "0" + } + } + """ + self._obj = self._obj.split("\n") + + line = self.rdline() + while line: + # 0000000000000000 c4e2784900 LDTILECFG zmmword ptr [rax] + # 0000000000000000 62 db 0x62 (0x80000002) + if re.search("^[0-9A-F]{16}", line): + tokens = line.split(" ") + tokens = list(filter(None, tokens)) + tokens = list(filter(lambda item: item.lstrip().rstrip(), tokens)) + self._data["InstructionBytes"] = tokens[1].lstrip().rstrip() + self._data["InstructionText"] = " ".join(tokens[2:]).lstrip().rstrip() + self._data["RIP"] = tokens[0].lstrip().rstrip() + + # Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, + # RegSize: 1, RegId: 22, RegCount: 1 + if "Operand:" in line: + while self.rdnline() and "Operand:" not in self.rdnline(): + # if line.endswith(", ") or line.endswith(","): + line += self.rdline() + + local = UniqDict() + tokens = line.split(",") + tokens = list(filter(lambda item: item.lstrip().rstrip(), tokens)) + dc = 0 + for token in tokens: + if key == "Decorator": + key = "%s-%s" % (key, dc) + dc += 1 + key = token.lstrip().rstrip().split(":")[0].lstrip().rstrip() + val = token.lstrip().rstrip().split(":")[1].lstrip().rstrip() + local[key] = val + + key = tokens[0].lstrip().rstrip().split(":")[0].lstrip().rstrip() + val = tokens[0].lstrip().rstrip().split(":")[1].lstrip().rstrip() + self._data["%s-%s" % (key, val)] = local + + # EVEX Tuple Type: Tuple 1 scalar, 8 bit + # EVEX Tuple Type: Full + elif "EVEX" in line: + tokens = line.split(":") + key = tokens[0].lstrip().rstrip() + val = tokens[1].lstrip().rstrip() + self._data[key] = val + + elif ": " in line: + tokens = line.split(",") + tokens = list(filter(lambda item: item.lstrip().rstrip(), tokens)) + for token in tokens: + key = token.lstrip().rstrip().split(":")[0].lstrip().rstrip() + val = token.lstrip().rstrip().split(":")[1].lstrip().rstrip() + self._data[key] = val + + line = self.rdline() diff --git a/tests/core/output.py b/tests/core/output.py new file mode 100644 index 0000000..ddfffd8 --- /dev/null +++ b/tests/core/output.py @@ -0,0 +1,138 @@ +# +# Copyright (c) 2024 Bitdefender +# SPDX-License-Identifier: Apache-2.0 +# +import re + +from core import objects + + +class OutputParser(object): + def __init__(self, data: str): + self._data = data + self._output = list() + + def read(self) -> list: + """ + Return a list containing the parsed output. + """ + return self._output + + +class OutputDecode(OutputParser): + def __init__(self, data: str): + OutputParser.__init__(self, data) + + self.rd(self._data) + + def rd(self, data) -> type(None): + """ + Used for decoder. Example: + 0000000000000000 00d8 ADD al, bl + DSIZE: 32, ASIZE: 64, VLEN: - + ISA Set: I86, Ins cat: ARITH, CET tracked: no + FLAGS access + CF: m, PF: m, AF: m, ZF: m, SF: m, OF: m, + Valid modes + R0: yes, R1: yes, R2: yes, R3: yes + Real: yes, V8086: yes, Prot: yes, Compat: yes, Long: yes + SMM on: yes, SMM off: yes, SGX on: yes, SGX off: yes, TSX on: yes, TSX off: yes + VMXRoot: yes, VMXNonRoot: yes, VMXRoot SEAM: yes, VMXNonRoot SEAM: yes, VMX off: yes + Valid prefixes + REP: no, REPcc: no, LOCK: yes + HLE: yes, XACQUIRE only: no, XRELEASE only: no + BND: no, BHINT: no, DNT: no + Operand: 0, Acc: RW, Type: Register, Size: 1, RawSize: 1, Encoding: M, RegType: General Purpose, RegSize: 1, RegId: 0, RegCount: 1 + Operand: 1, Acc: R-, Type: Register, Size: 1, RawSize: 1, Encoding: R, RegType: General Purpose, RegSize: 1, RegId: 3, RegCount: 1 + Operand: 2, Acc: -W, Type: Register, Size: 4, RawSize: 4, Encoding: S, RegType: Flags, RegSize: 4, RegId: 0, RegCount: 1 + + Reads the given text and parses it to obtain dictionaries. + """ + output = list() + ostr = list() + local = "" + for line in data.split("\n"): + if re.search("^[0-9A-F]{16}", line): + if local: + local = local.replace("\r", "") + ostr.append(local) + local = "" + local += line + local += "\n" + + ostr.append(local) + + for elem in ostr: + if not elem: + break + instr = objects.DecodeInstrux(elem) + output.append(instr) + + self._output.append(output) + + +class OutputShemu(OutputParser): + def __init__(self, data: str): + OutputParser.__init__(self, data) + + self.rd(self._data) + self.rdem(self._data) + + def rd(self, data) -> type(None): + """ + Used for shemu instructions. Example: + IP: 0x000000000020005f 90 NOP + RAX = 0x0000000000000000 RCX = 0x0000000000000000 RDX = 0x0000000000000000 RBX = 0x0000000000000000 + RSP = 0x00000000001fe000 RBP = 0x0000000000000000 RSI = 0x0000000000000000 RDI = 0x0000000000000000 + R8 = 0x0000000000000000 R9 = 0x0000000000000000 R10 = 0x0000000000000000 R11 = 0x0000000000000000 + R12 = 0x0000000000000000 R13 = 0x0000000000000000 R14 = 0x0000000000000000 R15 = 0x0000000000000000 + R16 = 0x0000000000000000 R17 = 0x0000000000000000 R18 = 0x0000000000000000 R19 = 0x0000000000000000 + R20 = 0x0000000000000000 R21 = 0x0000000000000000 R22 = 0x0000000000000000 R23 = 0x0000000000000000 + R24 = 0x0000000000000000 R25 = 0x0000000000000000 R26 = 0x0000000000000000 R27 = 0x0000000000000000 + R28 = 0x0000000000000000 R29 = 0x0000000000000000 R30 = 0x0000000000000000 R31 = 0x0000000000000000 + RIP = 0x0000000000200060 RFLAGS = 0x0000000000000247 CF:1 PF:1 AF:0 ZF:1 SF:0 TF:0 IF:1 DF:0 OF + + Reads the given text and parses it to obtain dictionaries. + """ + output = list() + ostr = list() + local = "" + for line in data.split("\n"): + if line.startswith("Emulation ") or "SHEMU" in line: + continue + if re.search("^PC:", line) or re.search("^IP:", line): + if local: + local = local.replace("\r", "") + ostr.append(local) + local = "" + local += line + local += "\n" + + ostr.append(local) + + for elem in ostr: + if not elem: + break + instr = objects.ShemuInstrux(elem) + output.append(instr) + + self._output.append(output) + + def rdem(self, data) -> type(None): + """ + Used for shemu result. Example: + Emulation terminated with status 0x0000000a, flags: 0x1000000, 1 NOPs, 0 NULLs, 62 total instructions, 61 unique instructions + SHEMU_FLAG_OBFUS_NEUTRAL_IMM + + Reads the given text and parse it to obtain dictionaries. + """ + ems = "" + for line in data.split("\n"): + if line.startswith("Emulation ") or "SHEMU" in line: + line = line.replace("\r", "") + ems += "\n" + ems += line + + em = objects.ShemuResult(ems) + + self._output.append([em]) diff --git a/tests/core/report.py b/tests/core/report.py new file mode 100644 index 0000000..5bcb363 --- /dev/null +++ b/tests/core/report.py @@ -0,0 +1,76 @@ +# +# Copyright (c) 2024 Bitdefender +# SPDX-License-Identifier: Apache-2.0 +# +import time + +from core import util + + +class Report(object): + def __init__(self, enabled: bool): + self._fd = None + self._f_name = None + self._ts = int(time.time()) + self._enabled = enabled + + self.ropen() + + def __del__(self) -> type(None): + """ + Close the fd when the object is destroyed. + """ + if not self._enabled: + return + self.rclose() + util.pr_debug("[*] report written to file : %s" % (self._f_name)) + + def ropen(self) -> type(None): + """ + Open the file and store the fd. + """ + if not self._enabled: + return + + self._f_name = str(self._ts) + ".report" + util.pr_debug("[*] write report to file : %s" % (self._f_name)) + self._fd = open(self._f_name, "w") + + def rclose(self) -> type(None): + """ + Close the fd handle. + """ + if not self._enabled: + return + + self._fd.close() + + def rwrite(self, expected, actual, f_path, ldiff) -> type(None): + """ + Write in the file the differences between the two outputs, but also their complete content. + """ + if not self._enabled: + return + + self._fd.write("-" * 90) + self._fd.write("\n") + self._fd.write("f_path = %s" % (f_path)) + self._fd.write("\n") + + for diff in ldiff: + self._fd.write("=" * 40 + " DIFF " + "=" * 40) + self._fd.write("\n") + + for elem in diff: + self._fd.write(elem[0]) + self._fd.write("\n") + self._fd.write(elem[1]) + self._fd.write("\n") + + self._fd.write("=" * 40 + " EXPECTED " + "=" * 40) + self._fd.write("\n") + self._fd.write(expected) + + self._fd.write("=" * 40 + " ACTUAL " + "=" * 40) + self._fd.write("\n") + self._fd.write(actual) diff --git a/tests/core/summary.py b/tests/core/summary.py new file mode 100644 index 0000000..33e8217 --- /dev/null +++ b/tests/core/summary.py @@ -0,0 +1,50 @@ +# +# Copyright (c) 2024 Bitdefender +# SPDX-License-Identifier: Apache-2.0 +# +from core import util + +PASSED = "PASSED" +FAILED = "FAILED" +RUN = "RUN" +TOTAL = "TOTAL" + + +class Summary(object): + def __init__(self): + self._data = {PASSED: 0, FAILED: 0, RUN: 0, TOTAL: 0} + + def passed(self) -> type(None): + """ + Increment for each test failed. + """ + self._data[PASSED] += 1 + + def failed(self) -> type(None): + """ + Increment for each test failed. + """ + self._data[FAILED] += 1 + + def total(self) -> type(None): + """ + Increment for each test. + """ + self._data[TOTAL] += 1 + + def run(self) -> type(None): + """ + Increment for each test run. + """ + self._data[RUN] += 1 + + def show(self) -> type(None): + """ + Show the summary of the results after running the tests. + """ + util.pr_debug("[*] %s%s%s" % ("=" * 25, " SUMMARY ", "=" * 25)) + util.pr_debug("[*] TOTAL : %d" % (self._data[TOTAL])) + util.pr_debug("[*] RUN : %d" % (self._data[RUN])) + util.pr_info("[*] PASSED : %d" % (self._data[PASSED])) + util.pr_error("[*] FAILED : %d" % (self._data[FAILED])) + util.pr_debug("[*] %s" % ("=" * (50 + len(" SUMMARY ")))) diff --git a/tests/core/util.py b/tests/core/util.py new file mode 100644 index 0000000..5ca441b --- /dev/null +++ b/tests/core/util.py @@ -0,0 +1,81 @@ +# +# Copyright (c) 2024 Bitdefender +# SPDX-License-Identifier: Apache-2.0 +# +import sys +import platform +import subprocess + +RETCODE_SUCCESS = 0 +RETCODE_FAILURE = 1 +RETCODE_ERROR = 2 + +PRINT_COLOR_NONE = "" + +PRINT_COLOR_RED = "\x1b[31m" +PRINT_COLOR_GREEN = "\x1b[32m" +PRINT_COLOR_YELLOW = "\x1b[33m" +PRINT_COLOR_BLUE = "\x1b[34m" + +PRINT_COLOR_RESET = "\x1b[0m" + + +def pr_warn(text: str) -> type(None): + """ + Print the provided text - yellow color. + """ + pr_color(text, PRINT_COLOR_YELLOW) + + +def pr_error(text: str) -> type(None): + """ + Print the provided text - red color. + """ + pr_color(text, PRINT_COLOR_RED) + + +def pr_info(text: str) -> type(None): + """ + Print the provided text - green color. + """ + pr_color(text, PRINT_COLOR_GREEN) + + +def pr_debug(text: str) -> type(None): + """ + Print the provided text - no color. + """ + pr_color(text, PRINT_COLOR_NONE) + + +def pr_color(text, color) -> type(None): + """ + Print the provided text using the provided color. + """ + sys.stdout.write(color + text + PRINT_COLOR_RESET + "\n") + + +def rsubprocess(cmd) -> tuple[str, str, int]: + """ + Creates a process using the provided command and returns the output. + Handles the shell for Windows. + """ + shell = False + if platform.system() == "Windows": + shell = True + result = subprocess.run( + cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE, shell=shell + ) + + stdout = result.stdout.decode("utf-8") + stderr = result.stderr.decode("utf-8") + returncode = result.returncode + + if returncode != 0 or stderr: + pr_warn("[-] failed to run subprocess : %d" % (returncode)) + pr_warn("[-] stderr : %s" % (stderr)) + + if stderr: + returncode = 1 + + return stdout, stderr, returncode diff --git a/tests/main.py b/tests/main.py new file mode 100644 index 0000000..e43efda --- /dev/null +++ b/tests/main.py @@ -0,0 +1,109 @@ +# +# Copyright (c) 2024 Bitdefender +# SPDX-License-Identifier: Apache-2.0 +# +import sys +import os +import argparse +import traceback +import ctypes +import platform + +from ctypes import wintypes + +from core import core +from core import util + + +def main() -> int: + parser = argparse.ArgumentParser(description="BDDISASM/BDSHEMU Test-Suite") + parser.add_argument( + "--conf", + nargs="+", + help="Path of the conf files", + action="store", + required=True, + ) + + parser.add_argument( + "--disasm", + help="Path of the disasm tool", + action="store", + required=True, + ) + + parser.add_argument( + "--nasm", + help="Path of the nasm tool (used to generate samples)", + action="store", + required=False, + ) + + parser.add_argument( + "--report", + help="Generate report", + action="store_true", + default=False, + required=False, + ) + + parser.add_argument( + "--regenerate", + help="Regenerate test files", + action="store_true", + default=False, + required=False, + ) + + parser.add_argument( + "--verbose", + help="Verbose", + action="store_true", + default=False, + required=False, + ) + + args = parser.parse_args(sys.argv[1:]) + f_conf = args.conf + f_disasm = args.disasm + f_nasm = args.nasm + verbose = args.verbose + report = args.report + regenerate = args.regenerate + + util.pr_debug("[*] options :") + util.pr_debug("[*]\tconf : %s" % (f_conf)) + util.pr_debug("[*]\tdisasm : %s" % (f_disasm)) + util.pr_debug("[*]\tnasm : %s" % (f_nasm)) + util.pr_debug("[*]\treport : %s" % (report)) + util.pr_debug("[*]\tregenrate : %s" % (regenerate)) + util.pr_debug("[*]\tverbose : %s " % (verbose)) + + coreobj = core.Core(f_disasm, f_nasm, verbose, report) + try: + for conf in f_conf: + if regenerate: + coreobj.regenerate(conf) + else: + coreobj.process(conf) + + if not regenerate: + coreobj.summary() + except Exception as ex: + util.pr_debug(traceback.format_exc()) + return util.RETCODE_ERROR + + return coreobj.retcode() + +if __name__ == "__main__": + if platform.system() == "Windows": + ENABLE_VIRTUAL_TERMINAL_PROCESSING = 0x0004 + STD_OUTPUT_HANDLE = -11 + kernel32 = ctypes.windll.kernel32 + stdout = kernel32.GetStdHandle(STD_OUTPUT_HANDLE) + mode = wintypes.DWORD() + mode = kernel32.GetConsoleMode(stdout, ctypes.byref(mode)) + kernel32.SetConsoleMode(stdout, mode | ENABLE_VIRTUAL_TERMINAL_PROCESSING) + + retcode = main() + sys.exit(retcode)